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: wiz
Date: Fri Jun 12 07:27:58 UTC 2026
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: add cbindgen upper bound
doesn't currently build with cbindgen 0.29.4, but binary packages
of that might exist
To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 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.313 pkgsrc/www/firefox/mozilla-common.mk:1.314
--- pkgsrc/www/firefox/mozilla-common.mk:1.313 Sun May 31 20:28:35 2026
+++ pkgsrc/www/firefox/mozilla-common.mk Fri Jun 12 07:27:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.313 2026/05/31 20:28:35 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.314 2026/06/12 07:27:58 wiz Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -26,7 +26,7 @@ USE_CXX_FEATURES+= c++20
# XXX: As of 145.0
GCC_REQD+= 10
-TOOL_DEPENDS+= cbindgen>=0.29.1:../../devel/cbindgen
+TOOL_DEPENDS+= cbindgen>=0.29.1<0.29.4:../../devel/cbindgen
.if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL)
BUILDLINK_DEPMETHOD.nodejs= build
Home |
Main Index |
Thread Index |
Old Index