summaryrefslogtreecommitdiff
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-02 09:41:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-02 09:41:28 +0000
commitf1e20b513d43ba2f7cdc840d6d289fe25215114f (patch)
treeee5ae4b13f58f12406a7c4169152077cd7430237 /lang/gcc32/Makefile
parentForce linking against termlib instead of ncurses. Obviously this is only a (diff)
"upgrade" to EGCS egcs-1.1.1-prerelease-3.
Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs. the snapshot this is replacing (egcs rev 2.92.x). However people have reported less problems with 1.1.1-prerel than the current snapshots.
Notes
Notes: svn path=/head/; revision=15064
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r--lang/gcc32/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index a5ef5b627d39..701175f63237 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -4,21 +4,22 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.36 1998/11/13 07:32:21 obrien Exp $
+# $Id: Makefile,v 1.35 1998/10/01 21:40:03 obrien Exp $
#
-DISTNAME= egcs-19980914
-PKGNAME= egcs-19980914
+DISTNAME= egcs-1.1.1-prerelease-3
+PKGNAME= egcs-1.1.1b3
CATEGORIES= lang
-MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-09-14/ \
- ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-09-14/ \
- ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-09-14/
+MASTER_SITES= ftp://go.cygnus.com/pub/ftp.cygnus.com/egcs/snapshots/1.1.1-prerelease/ \
+ ftp://egcs.cygnus.com/pub/egcs/snapshots/1.1.1-prerelease/ \
+ ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1.1.1-prerelease/ \
+ ftp://cambridge.cygnus.com/pub/egcs/snapshots/1.1.1-prerelease/
MAINTAINER= obrien@FreeBSD.org
.include <bsd.port.pre.mk>
-EGCS_REV= egcs-2.92.07
+EGCS_REV= egcs-2.91.59
LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
@@ -66,7 +67,7 @@ post-install:
ln -f ${PREFIX}/bin/g++ ${PREFIX}/bin/eg++
${MV} ${PREFIX}/lib/libiberty.a \
${PREFIX}/lib/gcc-lib/${GNUHOST}/${EGCS_REV}
- ${MV} -f ${PREFIX}/lib/libstdc++.a.${LIBSTDCPP_REV} \
+ ${MV} -f ${PREFIX}/lib/libstdc++.a \
${PREFIX}/lib/gcc-lib/${GNUHOST}/${EGCS_REV}/libstdc++.a
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \