svn commit: r484154 - head/lang/cilkplus

Gerald Pfeifer gerald at FreeBSD.org
Sun Nov 4 22:25:28 UTC 2018


Author: gerald
Date: Sun Nov  4 22:25:26 2018
New Revision: 484154
URL: https://svnweb.freebsd.org/changeset/ports/484154

Log:
  Deprecate this port with an expiration date in two months (early 2019)
  since both GCC (with GCC 8) and the Intel compilers have been removing/
  deprecating it.
  
  Approved by:	pfg (maintainer)

Modified:
  head/lang/cilkplus/Makefile

Modified: head/lang/cilkplus/Makefile
==============================================================================
--- head/lang/cilkplus/Makefile	Sun Nov  4 21:59:11 2018	(r484153)
+++ head/lang/cilkplus/Makefile	Sun Nov  4 22:25:26 2018	(r484154)
@@ -14,6 +14,9 @@ COMMENT=	Intel Cilk Runtime
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Cilk Plus is on its way out (both in GCC and the Intel compilers)
+EXPIRATION_DATE=2019-01-04
+
 ONLY_FOR_ARCHS=		amd64 i386 sparc64
 
 HG_REVISION=	004467


More information about the svn-ports-all mailing list