summaryrefslogtreecommitdiff
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-04-25 17:30:51 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-04-25 17:30:51 +0000
commit01314d62ac6948304c5247a22435f715eb69a401 (patch)
tree09142442ec248082c00aec80cbf701d8793fa967 /lang/gcc32/Makefile
parentMerge targets pre-configure and pre-build, simplify them, and remove (diff)
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.)
Notes
Notes: svn path=/head/; revision=79642
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