pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox102



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Nov  2 20:36:33 UTC 2022

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

Log Message:
firefox102: reflect new minimum dependency of cbindgen >= 0.24

We're carrying a patch that will only build with recent cbindgen.
Issue noted by Todd Gruhn on pkgsrc-users@.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox102/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/firefox102/mozilla-common.mk
diff -u pkgsrc/www/firefox102/mozilla-common.mk:1.2 pkgsrc/www/firefox102/mozilla-common.mk:1.3
--- pkgsrc/www/firefox102/mozilla-common.mk:1.2 Sun Aug  7 18:08:08 2022
+++ pkgsrc/www/firefox102/mozilla-common.mk     Wed Nov  2 20:36:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.2 2022/08/07 18:08:08 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.3 2022/11/02 20:36:32 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -20,7 +20,7 @@ USE_LANGUAGES+=               c c++
 # ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
 GCC_REQD+=             7
 
-TOOL_DEPENDS+=         cbindgen>=0.23.0:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.24.0:../../devel/cbindgen
 
 .if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL)
 TOOL_DEPENDS+=         nodejs-[0-9]*:../../lang/nodejs



Home | Main Index | Thread Index | Old Index