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/gcc41 | |
parent | 610f3fbaeec57bfa407af25399e405ebc039d60d (diff) | |
download | freebsd-ports-gnome-e247628708d8f5ff5e5d118d78388b36093a265a.tar.gz freebsd-ports-gnome-e247628708d8f5ff5e5d118d78388b36093a265a.tar.zst freebsd-ports-gnome-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/gcc41')
-rw-r--r-- | lang/gcc41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 34abff554de0..a7af46c6cf59 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -26,7 +26,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.0.* gcc-4.2.* +CONFLICTS= gcc-3.3.* gcc-4.0.* gcc-4.2.* LATEST_LINK?= gcc41${PKGNAMESUFFIX} NOT_FOR_ARCHS= alpha USE_BISON= yes |