svn commit: r420177 - head/devel/cloudabi-toolchain

Ed Schouten ed at FreeBSD.org
Sun Aug 14 07:02:46 UTC 2016


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


More information about the svn-ports-all mailing list