diff options
author | gerald <gerald@FreeBSD.org> | 2006-09-07 03:32:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-09-07 03:32:44 +0800 |
commit | 759031730befe4e5db63f2076b27f7af925376f2 (patch) | |
tree | 489dd163d62584beaa5f1660f2c7bb7ca9f86e7f /lang/gcc44/Makefile | |
parent | 955a4936160eec0ed1617b7a8706a1e5995b8460 (diff) | |
download | freebsd-ports-gnome-759031730befe4e5db63f2076b27f7af925376f2.tar.gz freebsd-ports-gnome-759031730befe4e5db63f2076b27f7af925376f2.tar.zst freebsd-ports-gnome-759031730befe4e5db63f2076b27f7af925376f2.zip |
Update to the 20060906 snapshot of GCC 4.2.0. This is getting pretty close
to the start of the GCC 4.2 release branch, and removes another namespace
pollution issue.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 352a40b4a086..fcf03fed6d74 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20060826 +PORTREVISION= 20060906 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -103,7 +103,7 @@ PLIST_SUB+= FORTRAN="@comment " .endif .if ! defined(WITHOUT_JAVA) -CONFLICTS= gcc-4.1.* +CONFLICTS+= gcc-4.1.* DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX} BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier |