aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2017-02-27 02:47:48 +0800
committered <ed@FreeBSD.org>2017-02-27 02:47:48 +0800
commit28b27e675d8773d962811513ea1c5f8d5767e010 (patch)
tree4cb00010b5617a6207d491ebe0f7f64186e67dde
parent0a56995d5bc8b5060875868aeb5592f7a38fac14 (diff)
downloadfreebsd-ports-gnome-28b27e675d8773d962811513ea1c5f8d5767e010.tar.gz
freebsd-ports-gnome-28b27e675d8773d962811513ea1c5f8d5767e010.tar.zst
freebsd-ports-gnome-28b27e675d8773d962811513ea1c5f8d5767e010.zip
Upgrade cloudabi-toolchain to use LLVM 4.0-rc2.
With the release of LLVM 4.0 nearby, let's go ahead and switch over the cloudabi-toolchain port to use the devel/llvm40 port. This allows us to experiment with lots of C++17 features that aren't supported by devel/llvm39 yet.
-rw-r--r--devel/cloudabi-toolchain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cloudabi-toolchain/Makefile b/devel/cloudabi-toolchain/Makefile
index eefdc8240f4b..7e8e177feffb 100644
--- a/devel/cloudabi-toolchain/Makefile
+++ b/devel/cloudabi-toolchain/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cloudabi-toolchain
-PORTVERSION= 1.7
+PORTVERSION= 1.8
CATEGORIES= devel
MASTER_SITES= # None
DISTFILES= # None
@@ -16,7 +16,7 @@ RUN_DEPENDS= clang${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX} \
lld${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX} \
pkgconf:devel/pkgconf
-LLVM_SUFFIX= 39
+LLVM_SUFFIX= 40
CLOUDABI_ARCHS= aarch64-unknown-cloudabi armv6-unknown-cloudabi-eabihf \
i686-unknown-cloudabi x86_64-unknown-cloudabi