svn commit: r359390 - head/lang/dragonegg46-33

Brooks Davis brooks at FreeBSD.org
Thu Jun 26 16:30:40 UTC 2014


Author: brooks
Date: Thu Jun 26 16:30:39 2014
New Revision: 359390
URL: http://svnweb.freebsd.org/changeset/ports/359390
QAT: https://qat.redports.org/buildarchive/r359390/

Log:
  Deprecate dragonegg ports.  Development has ended, they are impractical to
  build on FreeBSD 10+ due to requiring LLVM ports built against libstdc++,
  and they are based on increasingly dated versions of LLVM and GCC.

Modified:
  head/lang/dragonegg46-33/Makefile

Modified: head/lang/dragonegg46-33/Makefile
==============================================================================
--- head/lang/dragonegg46-33/Makefile	Thu Jun 26 16:29:23 2014	(r359389)
+++ head/lang/dragonegg46-33/Makefile	Thu Jun 26 16:30:39 2014	(r359390)
@@ -13,6 +13,9 @@ COMMENT=	GCC plugin to use the LLVM back
 
 CONFLICTS=	dragonegg46-devel-3.3*
 
+DEPRECATED=	Dead upstream, impractical to build on 10 and later
+EXPIRATION_DATE=	2014-08-01
+
 BUILD_DEPENDS+=	llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX}
 RUN_DEPENDS+=	llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX}
 


More information about the svn-ports-head mailing list