svn commit: r483896 - head/lang/cilkplus

Gerald Pfeifer gerald at FreeBSD.org
Sat Nov 3 14:22:05 UTC 2018


Author: gerald
Date: Sat Nov  3 14:22:04 2018
New Revision: 483896
URL: https://svnweb.freebsd.org/changeset/ports/483896

Log:
  GCC 8 removed CilkPlus support, so we cannot USE_GCC=yes.  Instead
  force the use of GCC 7, the last version with CilPlus support.
  
  PR:		231590

Modified:
  head/lang/cilkplus/Makefile

Modified: head/lang/cilkplus/Makefile
==============================================================================
--- head/lang/cilkplus/Makefile	Sat Nov  3 14:09:55 2018	(r483895)
+++ head/lang/cilkplus/Makefile	Sat Nov  3 14:22:04 2018	(r483896)
@@ -18,7 +18,7 @@ ONLY_FOR_ARCHS=		amd64 i386 sparc64
 
 HG_REVISION=	004467
 
-USE_GCC=	yes
+USE_GCC=	7	# GCC 8 removed CilkPlus support
 
 USE_LDCONFIG=	yes
 WRKSRC=	${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-src-${HG_REVISION}


More information about the svn-ports-all mailing list