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 /shells | |
parent | 48fb3a37baba14beea150f0ae67404564d405f9a (diff) |
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
Notes
Notes:
svn path=/head/; revision=524658
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ion/Makefile | 2 | ||||
-rw-r--r-- | shells/starship/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/ion/Makefile b/shells/ion/Makefile index e2b63da73d9b..cfa7c8508922 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -2,7 +2,7 @@ PORTNAME= ion DISTVERSION= 1.0.5-1355 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 03f151de46a1..4006b661299d 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -2,7 +2,7 @@ PORTNAME= starship DISTVERSION= 0.13.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |