diff options
author | gerald <gerald@FreeBSD.org> | 2005-12-22 08:47:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-12-22 08:47:46 +0800 |
commit | 33afbffac283694833b5ac90a6a7693057724495 (patch) | |
tree | 1304554b397d3560c564e568522ca216d2d953e6 /lang/gcc | |
parent | 1cc439837ed686c8080c48ec6bc329b2c41ed9c2 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |