pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox102 firefox102: reflect new minimum depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b20f788a7b9
branches:  trunk
changeset: 387627:6b20f788a7b9
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Nov 02 20:36:32 2022 +0000

description:
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@.

diffstat:

 www/firefox102/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d2a6dc3ea170 -r 6b20f788a7b9 www/firefox102/mozilla-common.mk
--- a/www/firefox102/mozilla-common.mk  Wed Nov 02 20:33:07 2022 +0000
+++ b/www/firefox102/mozilla-common.mk  Wed Nov 02 20:36:32 2022 +0000
@@ -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 @@
 # 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