1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Upgrade to the 2.6 release of llvm-gcc.

This version depends on the binutils port due to lack of functionality
in our current base version as documented in LLVM bug 5004.
http://llvm.org/bugs/show_bug.cgi?id=5004
This commit is contained in:
Brooks Davis 2009-12-08 22:42:02 +00:00
parent fe7dc8ad00
commit 97e832746e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245427
2 changed files with 9 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gcc4
PORTVERSION= 2.5
PORTVERSION= 2.6
CATEGORIES= lang devel
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
PKGNAMEPREFIX= llvm-
@ -15,9 +15,11 @@ DISTNAME= ${PKGNAMEPREFIX}gcc-4.2-${PORTVERSION}.source
MAINTAINER= brooks@FreeBSD.org
COMMENT= A gcc4 frontend for LLVM
BUILD_DEPENDS= llc:${PORTSDIR}/devel/llvm
BUILD_DEPENDS+= llc:${PORTSDIR}/devel/llvm
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
BROKEN= does not compile
CONFLICTS= llvm-devel-[0-9]* llvm-2.[0-5]*
GNU_CONFIGURE= yes
USE_BISON= build
@ -34,6 +36,7 @@ CONFIGURE_ARGS= --enable-llvm=${LOCALBASE} \
--enable-languages=c,c++ \
--disable-nls \
--with-system-zlib \
--with-as=${LOCALBASE}/bin/as \
--with-libiconv-prefix=${LOCALBASE} \
--program-prefix=llvm- \
--libdir=${TARGLIB} \

View File

@ -1,3 +1,3 @@
MD5 (llvm-gcc-4.2-2.5.source.tar.gz) = c5800d85059fcf80429a86c536127595
SHA256 (llvm-gcc-4.2-2.5.source.tar.gz) = 5b60f8503de3c1d90e4d9e1af545a1d4f7bc6a268ebf359ce15f74cb076fb193
SIZE (llvm-gcc-4.2-2.5.source.tar.gz) = 49219649
MD5 (llvm-gcc-4.2-2.6.source.tar.gz) = 4e8c5a1035701c231dbfc7e2af2d7571
SHA256 (llvm-gcc-4.2-2.6.source.tar.gz) = 5be01f0ed0787c33239ab27b93884e48b544a1be97b944c7a5d29e85fbab495d
SIZE (llvm-gcc-4.2-2.6.source.tar.gz) = 48364917