aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc33
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/gcc33
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/gcc33')
-rw-r--r--lang/gcc33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index fd158af88a2d..230285761339 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -24,7 +24,7 @@ DISTFILES= \
MAINTAINER?= gerald@FreeBSD.org
COMMENT?= GNU Compiler Collection 3.3
-CONFLICTS= gcc-4.0.* gcc-4.1.*
+CONFLICTS= gcc-4.1.*
LATEST_LINK?= gcc33${PKGNAMESUFFIX}
USE_BISON= yes
USE_BZIP2= yes