diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-30 20:00:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-30 20:00:06 +0000 |
commit | 83209114b829704b4d3c22ef757562bf4dccb87f (patch) | |
tree | e98e67db95539e3488dc72a5a10fdb491eebff0a /dns/doh-proxy/Makefile | |
parent | 48fb3a37baba14beea150f0ae67404564d405f9a (diff) | |
download | freebsd-ports-83209114b829704b4d3c22ef757562bf4dccb87f.zip |
lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385
Diffstat (limited to 'dns/doh-proxy/Makefile')
-rw-r--r-- | dns/doh-proxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 9bb10a8ee42c..848290abc4ca 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= mat@FreeBSD.org |