aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2011-12-16 10:12:32 +0800
committerbrooks <brooks@FreeBSD.org>2011-12-16 10:12:32 +0800
commit52729d71b00541394d25f701fa9870cf423f96fd (patch)
treeea89d95ccd060833eb33db49ee286463902c356b /lang
parent560829a7b02dea05508a3203d58df6f3c426490d (diff)
downloadfreebsd-ports-gnome-52729d71b00541394d25f701fa9870cf423f96fd.tar.gz
freebsd-ports-gnome-52729d71b00541394d25f701fa9870cf423f96fd.tar.zst
freebsd-ports-gnome-52729d71b00541394d25f701fa9870cf423f96fd.zip
Development of llvm-gcc has ended and it does not work with the recently
released LLVM 3.0 release. Deprecate it and change its dependency to devel/llvm29.
Diffstat (limited to 'lang')
-rw-r--r--lang/llvm-gcc4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/llvm-gcc4/Makefile b/lang/llvm-gcc4/Makefile
index ea682ecda5f3..6c72cc870ae5 100644
--- a/lang/llvm-gcc4/Makefile
+++ b/lang/llvm-gcc4/Makefile
@@ -16,12 +16,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= brooks@FreeBSD.org
COMMENT= A gcc4 frontend for LLVM
-BUILD_DEPENDS+= llc:${PORTSDIR}/devel/llvm
+BUILD_DEPENDS+= llc:${PORTSDIR}/devel/llvm29
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
CONFLICTS= llvm-devel-[0-9]* llvm-2.[0-5]*
+DEPRECATED= Development ended upstream. Switch to dragonegg once available
+EXPIRATION_DATE= 2012-06-01
+
GNU_CONFIGURE= yes
USE_BISON= build
USE_GCC= 4.2+