Date: Sun, 14 Aug 2016 07:02:45 +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: r420177 - head/devel/cloudabi-toolchain Message-ID: <201608140702.u7E72jCc077989@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed (src committer) Date: Sun Aug 14 07:02:44 2016 New Revision: 420177 URL: https://svnweb.freebsd.org/changeset/ports/420177 Log: Switch the CloudABI toolchain over to the 3.9 release branch. So far we had to stick to the development branch, as we depend on various features not present in 3.8. For example, a robust version of the LLD linker. Now that 3.9.0rc1 has been packaged, make use of that one instead. Modified: head/devel/cloudabi-toolchain/Makefile Modified: head/devel/cloudabi-toolchain/Makefile ============================================================================== --- head/devel/cloudabi-toolchain/Makefile Sun Aug 14 06:25:17 2016 (r420176) +++ head/devel/cloudabi-toolchain/Makefile Sun Aug 14 07:02:44 2016 (r420177) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-toolchain -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= devel MASTER_SITES= # None DISTFILES= # None @@ -16,7 +16,7 @@ RUN_DEPENDS= clang${LLVM_SUFFIX}:devel/l lld${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX} \ pkgconf:devel/pkgconf -LLVM_SUFFIX= -devel +LLVM_SUFFIX= 39 CLOUDABI_ARCHS= aarch64-unknown-cloudabi i686-unknown-cloudabi \ x86_64-unknown-cloudabi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608140702.u7E72jCc077989>