Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2017 18:47:48 +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: r434908 - head/devel/cloudabi-toolchain
Message-ID:  <201702261847.v1QIlmlF049690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed (src committer)
Date: Sun Feb 26 18:47:48 2017
New Revision: 434908
URL: https://svnweb.freebsd.org/changeset/ports/434908

Log:
  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.

Modified:
  head/devel/cloudabi-toolchain/Makefile

Modified: head/devel/cloudabi-toolchain/Makefile
==============================================================================
--- head/devel/cloudabi-toolchain/Makefile	Sun Feb 26 18:30:25 2017	(r434907)
+++ head/devel/cloudabi-toolchain/Makefile	Sun Feb 26 18:47:48 2017	(r434908)
@@ -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/l
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702261847.v1QIlmlF049690>