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:           Fri Jul 12 03:52:13 UTC 2019

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

Log Message:
firefox: note new cbindgen and NSS minimum dependencies

cbindgen is now >= 0.8.7 and NSS is now >= 3.44.1.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 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.135 pkgsrc/www/firefox/mozilla-common.mk:1.136
--- pkgsrc/www/firefox/mozilla-common.mk:1.135  Fri Jul 12 01:17:33 2019
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Jul 12 03:52:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.135 2019/07/12 01:17:33 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.136 2019/07/12 03:52:13 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -23,7 +23,7 @@ USE_TOOLS+=           pkg-config perl gmake autoc
 USE_LANGUAGES+=                c99 gnu++14
 UNLIMIT_RESOURCES+=    datasize
 
-TOOL_DEPENDS+=         cbindgen>=0.6.8:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.8.7:../../devel/cbindgen
 .if ${MACHINE_ARCH} == "sparc64"
 CONFIGURE_ARGS+=       --disable-nodejs
 .else
@@ -216,7 +216,7 @@ BUILDLINK_API_DEPENDS.libevent+=    libeven
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.21
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.40.1
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.44.1
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index