diff options
author | gerald <gerald@FreeBSD.org> | 2004-11-22 21:51:50 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-11-22 21:51:50 +0800 |
commit | 2d5c316b424781cc10abe28072fedcfed0c72261 (patch) | |
tree | eca9144f16bcd83c3d945a25f465cba62d5f6deb /lang/gcc46/Makefile | |
parent | b91b7723e683f28cb24004f83a20b8f6da002d7f (diff) | |
download | freebsd-ports-gnome-2d5c316b424781cc10abe28072fedcfed0c72261.tar.gz freebsd-ports-gnome-2d5c316b424781cc10abe28072fedcfed0c72261.tar.zst freebsd-ports-gnome-2d5c316b424781cc10abe28072fedcfed0c72261.zip |
Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of the
old bounds checker). This includes quite a couple of SPARC fixes and should
fix the bootstrap failure there.
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 8fda90af6b5d..d092850f295b 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -8,11 +8,10 @@ PORTNAME= gcc PORTVERSION= 4.0.0 -PORTREVISION= 20041114 +PORTREVISION= 20041121 CATEGORIES= lang java VERSIONSTRING= 4.0-${PORTREVISION} -MASTER_SITES= ${MASTER_SITE_GCC} \ - http://web.inter.NL.net/hcc/Haj.Ten.Brugge/:bc +MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= \ gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ |