svn commit: r506841 - in head: Mk/Uses www/geckodriver
Tobias Kortkamp
tobik at FreeBSD.org
Thu Jul 18 08:18:06 UTC 2019
Author: tobik
Date: Thu Jul 18 08:18:05 2019
New Revision: 506841
URL: https://svnweb.freebsd.org/changeset/ports/506841
Log:
www/geckodriver: Bump libc crate version again
$ make check-sanity
/!\ geckodriver-0.24.0: Makefile warnings, please consider fixing /!\
CARGO_CRATES=libc-0.2.43 may be unstable on aarch64 or not build on armv6,
armv7, powerpc64. Consider updating to the latest version (higher than 0.2.49).
This will give it at least a chance to build on tier 2 archs. We
bumped libc earlier but this was regressed on in r506813.
The libc warnings in USES=cargo do not seem to be enough. Make
them errors instead.
With hat: rust
Modified:
head/Mk/Uses/cargo.mk
head/www/geckodriver/Makefile
head/www/geckodriver/distinfo
Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk Thu Jul 18 07:14:14 2019 (r506840)
+++ head/Mk/Uses/cargo.mk Thu Jul 18 08:18:05 2019 (r506841)
@@ -139,10 +139,10 @@ CARGO_ENV+= GETTEXT_BIN_DIR=${LOCALBASE}/bin \
# https://github.com/rust-lang/libc/commit/969ad2b73cdc
_libc_VER= ${libc:C/.*-//}
. if ${_libc_VER:R:R} == 0 && (${_libc_VER:R:E} < 2 || ${_libc_VER:R:E} == 2 && ${_libc_VER:E} < 38)
-DEV_WARNING+= "CARGO_CRATES=${libc} may be unstable on FreeBSD 12.0. Consider updating to the latest version (higher than 0.2.37)."
+DEV_ERROR+= "CARGO_CRATES=${libc} may be unstable on FreeBSD 12.0. Consider updating to the latest version \(higher than 0.2.37\)."
. endif
. if ${_libc_VER:R:R} == 0 && (${_libc_VER:R:E} < 2 || ${_libc_VER:R:E} == 2 && ${_libc_VER:E} < 49)
-DEV_WARNING+= "CARGO_CRATES=${libc} may be unstable on aarch64 or not build on armv6, armv7, powerpc64. Consider updating to the latest version (higher than 0.2.49)."
+DEV_ERROR+= "CARGO_CRATES=${libc} may be unstable on aarch64 or not build on armv6, armv7, powerpc64. Consider updating to the latest version \(higher than 0.2.49\)."
. endif
.undef _libc_VER
.endfor
Modified: head/www/geckodriver/Makefile
==============================================================================
--- head/www/geckodriver/Makefile Thu Jul 18 07:14:14 2019 (r506840)
+++ head/www/geckodriver/Makefile Thu Jul 18 08:18:05 2019 (r506841)
@@ -3,6 +3,7 @@
PORTNAME= geckodriver
DISTVERSIONPREFIX= v
DISTVERSION= 0.24.0
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= daniel at blodan.se
@@ -148,7 +149,7 @@ CARGO_CRATES= Inflector-0.11.2 \
lazy_static-1.0.1 \
lazycell-0.4.0 \
lazycell-0.6.0 \
- libc-0.2.43 \
+ libc-0.2.60 \
libloading-0.5.0 \
libudev-0.2.0 \
libudev-sys-0.1.3 \
Modified: head/www/geckodriver/distinfo
==============================================================================
--- head/www/geckodriver/distinfo Thu Jul 18 07:14:14 2019 (r506840)
+++ head/www/geckodriver/distinfo Thu Jul 18 08:18:05 2019 (r506841)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1563353187
+TIMESTAMP = 1563436381
SHA256 (rust/crates/Inflector-0.11.2.tar.gz) = 1b33cd9b653730fc539c53c7b3c672d2f47108fa20c6df571fa5817178f5a14c
SIZE (rust/crates/Inflector-0.11.2.tar.gz) = 23756
SHA256 (rust/crates/adler32-1.0.2.tar.gz) = 6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45
@@ -263,8 +263,8 @@ SHA256 (rust/crates/lazycell-0.4.0.tar.gz) = ce12306c4
SIZE (rust/crates/lazycell-0.4.0.tar.gz) = 8456
SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef
SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.60.tar.gz) = d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb
+SIZE (rust/crates/libc-0.2.60.tar.gz) = 409744
SHA256 (rust/crates/libloading-0.5.0.tar.gz) = 9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2
SIZE (rust/crates/libloading-0.5.0.tar.gz) = 15990
SHA256 (rust/crates/libudev-0.2.0.tar.gz) = ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe
More information about the svn-ports-all
mailing list