aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc46/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2011-11-05 22:23:55 +0800
committergerald <gerald@FreeBSD.org>2011-11-05 22:23:55 +0800
commit501c32abef24b5333b9f388d24082a92c8562bdb (patch)
treee4a0191efdde52b9df186f1bd9cb08559319efa3 /lang/gcc46/Makefile
parent8bf1410faed359e55b3da31f90649ed1019a8a63 (diff)
downloadfreebsd-ports-graphics-501c32abef24b5333b9f388d24082a92c8562bdb.tar.gz
freebsd-ports-graphics-501c32abef24b5333b9f388d24082a92c8562bdb.tar.zst
freebsd-ports-graphics-501c32abef24b5333b9f388d24082a92c8562bdb.zip
Update to the 20111104 snapshot of GCC 4.6.3.
On the way, extend the conflict wth GCC 4.6.1 to also cover GCC 4.6.2 since that is what the stable lang/gcc port is going to move to soon.
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r--lang/gcc46/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index c2b7f65c072..fba986f5ba7 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gcc
-PORTVERSION= 4.6.3.20111028
+PORTVERSION= 4.6.3.20111104
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -25,7 +25,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
.endif
-CONFLICTS= gcc-4.6.1*
+CONFLICTS= gcc-4.6.[12]*
# VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed.