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:   manu
Date:           Sun May 25 12:42:05 UTC 2025

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

Log Message:
Add missing dependencies version requirement

Approved by ryoon@


To generate a diff of this commit:
cvs rdiff -u -r1.295 -r1.296 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.295 pkgsrc/www/firefox/mozilla-common.mk:1.296
--- pkgsrc/www/firefox/mozilla-common.mk:1.295  Sun May  4 12:47:23 2025
+++ pkgsrc/www/firefox/mozilla-common.mk        Sun May 25 12:42:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.295 2025/05/04 12:47:23 tsutsui Exp $
+# $NetBSD: mozilla-common.mk,v 1.296 2025/05/25 12:42:05 manu Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -26,7 +26,7 @@ USE_LANGUAGES+=               c c++
 # For nested constant initializer support in rlbox, requires 8.
 GCC_REQD+=             8
 
-TOOL_DEPENDS+=         cbindgen>=0.26.0:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.28.0:../../devel/cbindgen
 
 .if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL)
 TOOL_DEPENDS+=         nodejs-[0-9]*:../../lang/nodejs
@@ -257,6 +257,7 @@ BUILDLINK_API_DEPENDS.libevent+=    libeven
 # See build/moz.configure/nspr.configure
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.34
 .include "../../devel/nspr/buildlink3.mk"
+BUILDLINK_API_DEPENDS.icu+=    icu>=76.1
 .include "../../textproc/icu/buildlink3.mk"
 # See build/moz.configure/nss.configure
 BUILDLINK_API_DEPENDS.nss+=    nss>=3.109



Home | Main Index | Thread Index | Old Index