pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: 86.0 requires cbindgen>=0.16.0 an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b12eeb92664f
branches:  trunk
changeset: 447623:b12eeb92664f
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Tue Feb 23 18:28:29 2021 +0000

description:
firefox: 86.0 requires cbindgen>=0.16.0 and nss>=3.61.

diffstat:

 www/firefox/mozilla-common.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r af47c778ea5f -r b12eeb92664f www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Tue Feb 23 18:20:15 2021 +0000
+++ b/www/firefox/mozilla-common.mk     Tue Feb 23 18:28:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.197 2021/01/28 00:58:23 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.198 2021/02/23 18:28:29 tsutsui 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.15.0:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.16.0:../../devel/cbindgen
 .if ${MACHINE_ARCH} == "sparc64"
 CONFIGURE_ARGS+=       --disable-nodejs
 .else
@@ -165,7 +165,7 @@
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.26
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.60
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.61
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index