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:
parent
1b436cc6e9
commit
bc8e06d650
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287462
@ -971,6 +971,7 @@
|
||||
SUBDIR += llvm
|
||||
SUBDIR += llvm-devel
|
||||
SUBDIR += llvm-etoile
|
||||
SUBDIR += llvm29
|
||||
SUBDIR += lmdbg
|
||||
SUBDIR += lndir
|
||||
SUBDIR += log4c
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user