aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-07-06 18:17:17 +0800
committerobrien <obrien@FreeBSD.org>1998-07-06 18:17:17 +0800
commit50bfbf2d182cd9aab84d8821394120be95e4bc6b (patch)
treeb374048a827ec24e60deaf0f78e4b132c97709af /lang/gcc32/Makefile
parent9d4884799c5903b7d109c84900202862e229ad9f (diff)
downloadfreebsd-ports-gnome-50bfbf2d182cd9aab84d8821394120be95e4bc6b.tar.gz
freebsd-ports-gnome-50bfbf2d182cd9aab84d8821394120be95e4bc6b.tar.zst
freebsd-ports-gnome-50bfbf2d182cd9aab84d8821394120be95e4bc6b.zip
Upgrade to the 19980628 snapshot.
(note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version)
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r--lang/gcc32/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index fc580b3b101b..d6283d43cd2b 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -1,21 +1,19 @@
-# ex:ts=8
-# New ports collection makefile for: egcs
-# Version required: 1998-02-21
-# Date created: 9 Jan 1998
+# ex:ts=8 New ports collection makefile for: egcs Version required:
+# 1998-02-28 Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.19 1998/05/20 08:59:30 obrien Exp $
+# $Id: Makefile,v 1.20 1998/06/10 05:29:12 obrien Exp $
#
-DISTNAME= egcs-19980608
+DISTNAME= egcs-19980628
CATEGORIES= lang
-MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-06-08/ \
- ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-06-08/ \
- ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-06-08/
+MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-06-28/ \
+ ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-06-28/ \
+ ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-06-28/
MAINTAINER= obrien@FreeBSD.org
-EGCS_REV= egcs-2.91.40
+EGCS_REV= egcs-2.91.43
GNUHOST= i386-unknown-freebsd${GNUOSREL}
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -32,6 +30,10 @@ post-patch:
${MV} freebsd-elf.h freebsd-elf.h.in ; \
${SED} -e "s:__FreeBSD__:__FreeBSD__=$${MAJ}:" freebsd-elf.h.in >freebsd-elf.h)
+pre-install:
+ ${MKDIR} ${PREFIX}/info
+ touch ${PREFIX}/info/dir
+
post-install:
@${RM} -f ${PREFIX}/bin/c++
@${MV} -f ${PREFIX}/bin/c++filt ${PREFIX}/bin/g++filt
@@ -49,8 +51,6 @@ post-install:
done)
ln -f ${PREFIX}/bin/gcc ${PREFIX}/bin/egcc
ln -f ${PREFIX}/bin/g++ ${PREFIX}/bin/eg++
- ${MV} ${PREFIX}/lib/libf2c.a \
- ${PREFIX}/lib/gcc-lib/${GNUHOST}/${EGCS_REV}
${MV} ${PREFIX}/lib/libiberty.a \
${PREFIX}/lib/gcc-lib/${GNUHOST}/${EGCS_REV}
${MV} ${PREFIX}/lib/libstdc++.a \