svn commit: r310197 - in head: devel/llvm29 lang/llvm-gcc4
Brooks Davis
brooks at FreeBSD.org
Thu Jan 10 18:31:22 UTC 2013
Author: brooks
Date: Thu Jan 10 18:31:21 2013
New Revision: 310197
URL: http://svnweb.freebsd.org/changeset/ports/310197
Log:
Now that I've committed a dragonegg port give llvm-gcc4 and llvm29 three
last weeks to live.
Modified:
head/devel/llvm29/Makefile
head/lang/llvm-gcc4/Makefile
Modified: head/devel/llvm29/Makefile
==============================================================================
--- head/devel/llvm29/Makefile Thu Jan 10 18:25:17 2013 (r310196)
+++ head/devel/llvm29/Makefile Thu Jan 10 18:31:21 2013 (r310197)
@@ -24,7 +24,10 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b
BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c
.endif
-CONFLICTS= llvm-*
+CONFLICTS= llvm-[23]* llvm-devel-[23]* llvm31-3*
+
+DEPRECATED= Exists to support lang/llvm-gcc4 port which will be removed
+EXPIRATION_DATE= 2013-02-01
GNU_CONFIGURE= yes
USE_GCC= 4.2+
Modified: head/lang/llvm-gcc4/Makefile
==============================================================================
--- head/lang/llvm-gcc4/Makefile Thu Jan 10 18:25:17 2013 (r310196)
+++ head/lang/llvm-gcc4/Makefile Thu Jan 10 18:31:21 2013 (r310197)
@@ -23,7 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT
CONFLICTS= llvm-devel-[0-9]* llvm-2.[0-5]*
DEPRECATED= Development ended upstream. Switch to dragonegg once available
-EXPIRATION_DATE= 2012-06-01
+EXPIRATION_DATE= 2013-02-01
GNU_CONFIGURE= yes
USE_BISON= build
More information about the svn-ports-head
mailing list