Date: Mon, 18 Sep 2017 21:44:16 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450083 - head/devel/cloudabi-toolchain Message-ID: <201709182144.v8ILiGZ6070842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed (src committer) Date: Mon Sep 18 21:44:16 2017 New Revision: 450083 URL: https://svnweb.freebsd.org/changeset/ports/450083 Log: Let cloudabi-toolchain use LLVM 5.0. Now that we have a devel/llvm50 port, let's switch the CloudABI toolchain port from LLVM 4.0 to 5.0. In addition to providing more complete C++17 support, this will allow us to experiment with C++ coroutines. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D12401 Modified: head/devel/cloudabi-toolchain/Makefile Modified: head/devel/cloudabi-toolchain/Makefile ============================================================================== --- head/devel/cloudabi-toolchain/Makefile Mon Sep 18 21:40:04 2017 (r450082) +++ head/devel/cloudabi-toolchain/Makefile Mon Sep 18 21:44:16 2017 (r450083) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-toolchain -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= devel MASTER_SITES= # None DISTFILES= # None @@ -18,7 +18,7 @@ RUN_DEPENDS= clang${LLVM_SUFFIX}:devel/llvm${LLVM_SUFF CONFLICTS= cloudabi-binutils-* -LLVM_SUFFIX= 40 +LLVM_SUFFIX= 50 CLOUDABI_ARCHS= aarch64-unknown-cloudabi armv6-unknown-cloudabi-eabihf \ armv7-unknown-cloudabi-eabihf i686-unknown-cloudabi \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709182144.v8ILiGZ6070842>