git: 50477f68e31b - 2021Q2 - Mk/bsd.gecko.mk: bump rust-cbindgen dependency to 0.19.0
Christoph Moench-Tegeder
cmt at FreeBSD.org
Fri May 28 23:27:47 UTC 2021
The branch 2021Q2 has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=50477f68e31baa36286fd8d9239766ce9133225a
commit 50477f68e31baa36286fd8d9239766ce9133225a
Author: Christoph Moench-Tegeder <cmt at FreeBSD.org>
AuthorDate: 2021-05-28 23:17:47 +0000
Commit: Christoph Moench-Tegeder <cmt at FreeBSD.org>
CommitDate: 2021-05-28 23:27:26 +0000
Mk/bsd.gecko.mk: bump rust-cbindgen dependency to 0.19.0
that's required for Firefox 89.0, and works for Thunderbird, too
Log:
http://beefy13.nyi.freebsd.org/data/130i386-quarterly/ec4bc9831585/logs/firefox-89.0,2.log
Dependency defined in:
build/moz.configure/bindgen.configure
Reported by: pkg-fallout
(cherry picked from commit 542fc012150030542a7eb9cc32c0bad96d4ef479)
---
Mk/bsd.gecko.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 6714f8d145fe..6a89b04159f4 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -75,7 +75,7 @@ BINARY_ALIAS+= python3=${PYTHON_CMD}
BUNDLE_LIBS= yes
BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
- rust-cbindgen>=0.16.0:devel/rust-cbindgen \
+ rust-cbindgen>=0.19.0:devel/rust-cbindgen \
${RUST_DEFAULT}>=1.51.0:lang/${RUST_DEFAULT} \
node:www/node
LIB_DEPENDS+= libdrm.so:graphics/libdrm
More information about the dev-commits-ports-all
mailing list