aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2003-04-26 01:30:51 +0800
committergerald <gerald@FreeBSD.org>2003-04-26 01:30:51 +0800
commite8cc4de99c81627821fc1fb04427238c9ff94e5b (patch)
treefe1dacc1cc349345658345d36d0b2a5eb207ac8f /lang/gcc32/Makefile
parentda516d6bb2c5cc55657e3cc8f92e58923383de6a (diff)
downloadfreebsd-ports-gnome-e8cc4de99c81627821fc1fb04427238c9ff94e5b.tar.gz
freebsd-ports-gnome-e8cc4de99c81627821fc1fb04427238c9ff94e5b.tar.zst
freebsd-ports-gnome-e8cc4de99c81627821fc1fb04427238c9ff94e5b.zip
Update to GCC 3.2.3 as released today. (This is the last release from this
branch which has been "closed" in GCC CVS, so we can simplify this port.)
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r--lang/gcc32/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index c02ad50aae79..fe8d4b92b26b 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -6,12 +6,8 @@
# $FreeBSD$
#
-SNAPDATE= 2003-03-26
-SNAPVER= ${SNAPDATE:S/-//g}
-
PORTNAME= gcc
-PORTVERSION= 3.2.2
-PORTREVISION= ${SNAPVER}
+PORTVERSION= 3.2.3
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC} \
http://web.inter.NL.net/hcc/Haj.Ten.Brugge/:bc
@@ -24,7 +20,7 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-objc-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER?= gerald@FreeBSD.org
-COMMENT?= GNU Compiler Collection 3.2.2
+COMMENT?= GNU Compiler Collection 3.2.3
.if defined (WITH_BOUNDSCHECKING)
# Fetch another file, but don't extract it. Also add another patchfile.
@@ -57,7 +53,7 @@ SRCDIR= ${WRKDIR}/gcc-${GCC_REV}
WRKSRC= ${WRKDIR}/build
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}
PLIST_SUB= GCC_REV=${GCC_REV} GNU_HOST=${CONFIGURE_TARGET} \
- SNAPVER=${PORTVERSION}
+ PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BISON= yes