diff options
author | gerald <gerald@FreeBSD.org> | 2005-12-22 06:38:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-12-22 06:38:26 +0800 |
commit | e247628708d8f5ff5e5d118d78388b36093a265a (patch) | |
tree | ea7238ea89920bcc2a5645f1d00e799f3ae460f9 /lang/gcc40 | |
parent | 610f3fbaeec57bfa407af25399e405ebc039d60d (diff) | |
download | freebsd-ports-graphics-e247628708d8f5ff5e5d118d78388b36093a265a.tar.gz freebsd-ports-graphics-e247628708d8f5ff5e5d118d78388b36093a265a.tar.zst freebsd-ports-graphics-e247628708d8f5ff5e5d118d78388b36093a265a.zip |
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.
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 9a23c870df9..c5014af51b4 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 |