aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-05-26 00:15:36 +0800
committerJan Beich <jbeich@FreeBSD.org>2019-05-26 00:15:36 +0800
commit7a49f05baa8aa695e883b29e9998796185ba8a74 (patch)
treeae063c704e29184f0d67ece2b6083bebaae11177
parent8958b8d150db821a4d80c9bb7fab4220f373d2fd (diff)
downloadfreebsd-ports-7a49f05baa8aa695e883b29e9998796185ba8a74.tar.gz
freebsd-ports-7a49f05baa8aa695e883b29e9998796185ba8a74.tar.zst
freebsd-ports-7a49f05baa8aa695e883b29e9998796185ba8a74.zip
MFH: r502566 r502585
www/firefox: require more recent icu/rust/cbindgen after r490910/r501604 Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2019Q2/; revision=502587
-rw-r--r--Mk/bsd.gecko.mk4
-rw-r--r--www/firefox/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 712a3ea2e508..205c4b64a0af 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -111,7 +111,7 @@ MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}"
.endif
.if ${MOZILLA_VER:R:R} >= 63
-BUILD_DEPENDS+= rust-cbindgen>=0.6.8:devel/rust-cbindgen \
+BUILD_DEPENDS+= rust-cbindgen>=0.8.2:devel/rust-cbindgen \
node:www/node
.endif
@@ -348,7 +348,7 @@ post-patch-SNDIO-on:
.endif
.if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
-BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.30:lang/${RUST_DEFAULT}
+BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.32:lang/${RUST_DEFAULT}
. if ${MOZILLA_VER:R:R} < 54
MOZ_OPTIONS+= --enable-rust
. endif
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 53a3a538a93b..62e0e903d147 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -15,7 +15,7 @@ COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.21:devel/nspr \
nss>=3.43:security/nss \
- icu>=59.1,1:devel/icu \
+ icu>=63.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=2.3.1:print/harfbuzz \
graphite2>=1.3.13:graphics/graphite2 \
'2016-01-06 23:36:44 +0800'>2016-01-061-2/+1 * Only do the Perl fix if Perl is enabled.Joe Marcus Clarke2016-01-06