1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

In preparation for the import of LLVM 3.0, hook up a repocopied version

as llvm29.  This will allow dependent ports that can not be trivially
updated to 3.0 to continue to work.
This commit is contained in:
Brooks Davis 2011-12-16 01:26:19 +00:00
parent 1b436cc6e9
commit bc8e06d650
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287462
2 changed files with 3 additions and 1 deletions

View File

@ -971,6 +971,7 @@
SUBDIR += llvm
SUBDIR += llvm-devel
SUBDIR += llvm-etoile
SUBDIR += llvm29
SUBDIR += lmdbg
SUBDIR += lndir
SUBDIR += log4c

View File

@ -5,10 +5,11 @@
# $FreeBSD$
#
PORTNAME= llvm
PORTNAME= llvm29
PORTVERSION= 2.9
CATEGORIES= devel lang
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
DISTNAME= llvm-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= brooks@FreeBSD.org