Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 12:41:44 +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: r391895 - head/sysutils/cloudabi-utils
Message-ID:  <201507131241.t6DCfilW099341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed (src committer)
Date: Mon Jul 13 12:41:44 2015
New Revision: 391895
URL: https://svnweb.freebsd.org/changeset/ports/391895

Log:
  Add compiler:c11.
  
  cloudabi-run depends on a couple of C11 tricks (e.g., _Generic). Make
  sure we have the right compiler for that.
  
  Discussed with: bapt

Modified:
  head/sysutils/cloudabi-utils/Makefile

Modified: head/sysutils/cloudabi-utils/Makefile
==============================================================================
--- head/sysutils/cloudabi-utils/Makefile	Mon Jul 13 12:26:40 2015	(r391894)
+++ head/sysutils/cloudabi-utils/Makefile	Mon Jul 13 12:41:44 2015	(r391895)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libyaml.so:${PORTSDIR}/text
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	CloudABI has not yet been ported to other architectures
 
-USES=		tar:xz
+USES=		compiler:c11 tar:xz
 
 PLIST_FILES=	bin/cloudabi-run \
 		libexec/cloudabi-reexec \



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