pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Dec  4 05:13:57 UTC 2019

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: reflect new minimum dependencies for 71.0

Firefox 71.0 now requires NSS>=3.47.1 and Rust >= 1.37. (I haven't
tested a build with Rust 1.37, but I have with 1.38.)


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/www/firefox/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.146 pkgsrc/www/firefox/mozilla-common.mk:1.147
--- pkgsrc/www/firefox/mozilla-common.mk:1.146  Tue Dec  3 14:21:20 2019
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Dec  4 05:13:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.146 2019/12/03 14:21:20 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.147 2019/12/04 05:13:56 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -212,7 +212,7 @@ BUILDLINK_API_DEPENDS.libevent+=    libeven
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.23
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.46.1
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.47.1
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"
@@ -227,7 +227,7 @@ BUILDLINK_DEPMETHOD.clang=  build
 BUILDLINK_API_DEPENDS.clang+=  clang>=6.0.1nb1
 .include "../../lang/clang/buildlink3.mk"
 BUILDLINK_DEPMETHOD.rust=      build
-BUILDLINK_API_DEPENDS.rust+=   rust>=1.36.0
+BUILDLINK_API_DEPENDS.rust+=   rust>=1.37.0
 .include "../../lang/rust/buildlink3.mk"
 # webrtc option requires internal libvpx
 #BUILDLINK_API_DEPENDS.libvpx+=        libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index