pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: reflect current rust and cbindgen...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9bab34d07e7f
branches: trunk
changeset: 457849:9bab34d07e7f
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Sep 03 03:55:36 2021 +0000
description:
firefox: reflect current rust and cbindgen minimum requirements
diffstat:
www/firefox/mozilla-common.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5377bec2b78a -r 9bab34d07e7f www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Fri Sep 03 03:37:24 2021 +0000
+++ b/www/firefox/mozilla-common.mk Fri Sep 03 03:55:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.205 2021/08/14 14:30:12 tsutsui Exp $
+# $NetBSD: mozilla-common.mk,v 1.206 2021/09/03 03:55:36 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.16.0:../../devel/cbindgen
+TOOL_DEPENDS+= cbindgen>=0.19.0:../../devel/cbindgen
.if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL)
TOOL_DEPENDS+= nodejs-[0-9]*:../../lang/nodejs
@@ -204,7 +204,7 @@
-stdlib++-isystem \
${BUILDLINK_PREFIX.gcc8}/gcc8/include/c++/backward
.endif
-RUST_REQ= 1.47.0
+RUST_REQ= 1.51.0
.include "../../lang/rust/rust.mk"
# webrtc option requires internal libvpx
#BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0
Home |
Main Index |
Thread Index |
Old Index