summaryrefslogtreecommitdiff
path: root/textproc/sd
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-17 06:44:04 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-17 06:44:04 +0000
commitb0f1d6430efe60a7d9a3aa11e8ed28a80842469b (patch)
tree99d9ac6360ee6f7d04f5cb7d7f1db83a19a355f8 /textproc/sd
parentmultimedia/kodi-addon-pvr-hts: Update to 4.4.21 to chase kodi update (diff)
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
Notes
Notes: svn path=/head/; revision=542412
Diffstat (limited to 'textproc/sd')
-rw-r--r--textproc/sd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile
index 5ec1cb3b01af..2728ab05819d 100644
--- a/textproc/sd/Makefile
+++ b/textproc/sd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sd
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= tobik@FreeBSD.org