summaryrefslogtreecommitdiff
path: root/lang/gcc33
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-05 02:54:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-05 02:54:52 +0000
commitf80f7f352a5edd7f0558dcd2414c9be53141a8d3 (patch)
tree9c07f4f0d513dd560caf806cbaae686021c01fe8 /lang/gcc33
parentBUILD_DEPEND on tclsh. Any tclsh will do, but if none is present -- (diff)
This allows the port to build, but it still has install problems.
Notes
Notes: svn path=/head/; revision=54222
Diffstat (limited to 'lang/gcc33')
-rw-r--r--lang/gcc33/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index fa2466b1d71e..f043976f7bc1 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -26,6 +26,7 @@ DISTFILES= \
MAINTAINER= obrien@FreeBSD.org
+LATEST_LINK= gcc31
NO_CDROM= 'dated material'
.if defined(NETWINDER_SS)
@@ -52,8 +53,10 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
-GCC_REV= ${PORTVERSION:C/\.0$//}
-SRCDIR= ${WRKDIR}/gcc-${GCC_REV}
+#GCC_REV= ${PORTVERSION:C/\.0$//}
+GCC_REV= 3.1
+#SRCDIR= ${WRKDIR}/gcc-${GCC_REV}
+SRCDIR= ${WRKDIR}/gcc-${SNAPVER}
WRKSRC= ${WRKDIR}/build
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}
PLIST_SUB= GCC_REV=${GCC_REV} GNU_HOST=${CONFIGURE_TARGET} \