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:   tsutsui
Date:           Tue Nov 17 17:54:51 UTC 2020

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

Log Message:
firefox: 83.0 requires cbindgen 0.15.0 or later.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 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.187 pkgsrc/www/firefox/mozilla-common.mk:1.188
--- pkgsrc/www/firefox/mozilla-common.mk:1.187  Thu Nov 12 10:03:24 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Tue Nov 17 17:54:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.187 2020/11/12 10:03:24 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.188 2020/11/17 17:54:50 tsutsui Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -17,7 +17,7 @@ UNLIMIT_RESOURCES+=   datasize virtualsize
 
 USE_LANGUAGES+=                c c++
 
-TOOL_DEPENDS+=         cbindgen>=0.14.3:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.15.0:../../devel/cbindgen
 .if ${MACHINE_ARCH} == "sparc64"
 CONFIGURE_ARGS+=       --disable-nodejs
 .else



Home | Main Index | Thread Index | Old Index