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:           Thu Feb 13 04:36:02 UTC 2020

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

Log Message:
firefox: as of version 73, cbindgen >= 0.12.0 is required


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 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.150 pkgsrc/www/firefox/mozilla-common.mk:1.151
--- pkgsrc/www/firefox/mozilla-common.mk:1.150  Thu Feb 13 04:07:20 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Thu Feb 13 04:36:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.150 2020/02/13 04:07:20 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.151 2020/02/13 04:36:02 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.9.1:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.12.0:../../devel/cbindgen
 .if ${MACHINE_ARCH} == "sparc64"
 CONFIGURE_ARGS+=       --disable-nodejs
 .else



Home | Main Index | Thread Index | Old Index