diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-04-23 15:32:29 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-04-23 15:32:29 +0000 |
commit | 5abe8902a53b7bfd7ab482ec3f59229cdc2e812d (patch) | |
tree | daa44b3bcefdd28f130988ddbc1a68139417194d /sysutils | |
parent | c108a6700f69ec335f794e2b36e9077f81facda9 (diff) | |
download | freebsd-ports-5abe8902a53b7bfd7ab482ec3f59229cdc2e812d.zip |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dua-cli/Makefile | 1 | ||||
-rw-r--r-- | sysutils/exa/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fd/Makefile | 1 | ||||
-rw-r--r-- | sysutils/flowgger/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fselect/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-sandboxfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hexyl/Makefile | 2 | ||||
-rw-r--r-- | sysutils/potnet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/rsfetch/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tealdeer/Makefile | 2 | ||||
-rw-r--r-- | sysutils/vector/Makefile | 2 |
11 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 7d2c6bfad74d..3d73301501e7 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -3,6 +3,7 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= vulcan@wired.sh diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 8cf65f7fea95..dca1a3e4b37d 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -3,7 +3,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index 52a0f93c7a9c..3f1a53de7c7a 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -4,6 +4,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 8.0.0 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index b8e465b4f086..ba5ab522fc0a 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -2,7 +2,7 @@ PORTNAME= flowgger DISTVERSION= 0.2.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index fa8244136f00..3d4420612293 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -2,7 +2,7 @@ PORTNAME= fselect DISTVERSION= 0.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= vulcan@wired.sh diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile index 2227da9e4d6b..e0eb0770f964 100644 --- a/sysutils/fusefs-sandboxfs/Makefile +++ b/sysutils/fusefs-sandboxfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 12f43c724357..02189f735353 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 3f03f0db834c..8eaa7eae7830 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -2,7 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.4.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/rsfetch/Makefile b/sysutils/rsfetch/Makefile index 8a00a8d2a645..b5177c5d1c78 100644 --- a/sysutils/rsfetch/Makefile +++ b/sysutils/rsfetch/Makefile @@ -2,7 +2,7 @@ PORTNAME= rsfetch DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= vulcan@wired.sh diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index e5f38dabacf1..eb22bea90a6c 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -3,7 +3,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= vulcan@wired.sh diff --git a/sysutils/vector/Makefile b/sysutils/vector/Makefile index f26ce6180a87..da07e14c960e 100644 --- a/sysutils/vector/Makefile +++ b/sysutils/vector/Makefile @@ -3,7 +3,7 @@ PORTNAME= vector DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= greg@unrelenting.technology |