aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2005-12-22 08:47:46 +0800
committergerald <gerald@FreeBSD.org>2005-12-22 08:47:46 +0800
commit33afbffac283694833b5ac90a6a7693057724495 (patch)
tree1304554b397d3560c564e568522ca216d2d953e6 /lang/gcc
parent1cc439837ed686c8080c48ec6bc329b2c41ed9c2 (diff)
downloadfreebsd-ports-gnome-33afbffac283694833b5ac90a6a7693057724495.tar.gz
freebsd-ports-gnome-33afbffac283694833b5ac90a6a7693057724495.tar.zst
freebsd-ports-gnome-33afbffac283694833b5ac90a6a7693057724495.zip
Update to the 20051215 snapshot of GCC 4.0.3.
Install the .info files of the lang/gcc40 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflicts with lang/gcc33, lang/gcc41 and lang/gcc42. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 40.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 8232cedc1073..4dbb0af31c6f 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
BUILD_DEPENDS= ${LOCALBASE}/lib/libmpfr.a:${PORTSDIR}/math/mpfr
.endif
-CONFLICTS= gcc-4.0.* gcc-4.1.*
+CONFLICTS= gcc-4.1.*
LATEST_LINK?= gcc42${PKGNAMESUFFIX}
NOT_FOR_ARCHS= alpha
USE_BISON= yes