diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-21 22:38:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-21 22:38:26 +0000 |
commit | f8ca4b20a30942fcb410f1b55ff9701b7618da22 (patch) | |
tree | 87982304fe5a2bc31092e6e6c68ecc13d2ac0379 /lang/gcc40 | |
parent | a62c2bc163b4c345b00f75c57810f55d491c611b (diff) |
Update to the 20051220 snapshot of GCC 3.4.6.
Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.
Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
Notes
Notes:
svn path=/head/; revision=151805
Diffstat (limited to 'lang/gcc40')
-rw-r--r-- | lang/gcc40/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index 9a23c870df9e..c5014af51b45 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 BUILD_DEPENDS= ${LOCALBASE}/lib/libmpfr.a:${PORTSDIR}/math/mpfr .endif -CONFLICTS= gcc-3.3.* gcc-3.4.* gcc-4.1.* +CONFLICTS= gcc-3.3.* gcc-4.1.* LATEST_LINK?= gcc40${PKGNAMESUFFIX} USE_BISON= yes USE_BZIP2= yes |