From 33afbffac283694833b5ac90a6a7693057724495 Mon Sep 17 00:00:00 2001 From: gerald Date: Thu, 22 Dec 2005 00:47:46 +0000 Subject: 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. --- lang/gcc44/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc44') diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 8232cedc1073..4dbb0af31c6f 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/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 -- cgit