diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-17 14:44:04 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-17 14:44:04 +0800 |
commit | b0f1d6430efe60a7d9a3aa11e8ed28a80842469b (patch) | |
tree | 99d9ac6360ee6f7d04f5cb7d7f1db83a19a355f8 /graphics/svgbob | |
parent | 88700ad75af90b7ed391a06e691b9ddb2a8f9c97 (diff) | |
download | freebsd-ports-gnome-b0f1d6430efe60a7d9a3aa11e8ed28a80842469b.tar.gz freebsd-ports-gnome-b0f1d6430efe60a7d9a3aa11e8ed28a80842469b.tar.zst freebsd-ports-gnome-b0f1d6430efe60a7d9a3aa11e8ed28a80842469b.zip |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658
Diffstat (limited to 'graphics/svgbob')
-rw-r--r-- | graphics/svgbob/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index 8b884adbced4..ad5a1f429033 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -2,7 +2,7 @@ PORTNAME= svgbob DISTVERSION= g20190412 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= tobik@FreeBSD.org |