diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-20 15:30:52 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-20 15:30:52 +0000 |
commit | dbd42ae1a8fc7dab82238f95e56320a645304183 (patch) | |
tree | fcdfec8c56768c1cd95f604d0c69f260ed5cd7ba /lang/gcc-ooo | |
parent | 05e4e47960913cd9383b10a651e466627efa2c87 (diff) | |
download | FreeBSD-ports-dbd42ae1a8fc7dab82238f95e56320a645304183.zip FreeBSD-ports-dbd42ae1a8fc7dab82238f95e56320a645304183.tar.gz |
Update to the 1999-07-18 beta snapshot of GCC-2.95.
Diffstat (limited to 'lang/gcc-ooo')
-rw-r--r-- | lang/gcc-ooo/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc-ooo/distinfo | 12 | ||||
-rw-r--r-- | lang/gcc-ooo/files/patch-bc | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index 70c173c..70c09a1 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -4,16 +4,16 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.68 1999/07/06 07:29:37 obrien Exp $ +# $Id: Makefile,v 1.69 1999/07/15 11:08:13 obrien Exp $ # -SNAPDATE= 1999-07-12 +SNAPDATE= 1999-07-18 SNAPVER= ${SNAPDATE:S/-//g} DISTNAME= egcs-${SNAPVER} PKGNAME= egcs-devel-${SNAPVER} CATEGORIES= lang -MASTER_SITES= ftp://go.cygnus.com/pub/ftp.cygnus.com/egcs/snapshots/${SNAPDATE}/ \ +MASTER_SITES= ftp://go.cygnus.com/pub/sourceware.cygnus.com/pub/egcs/snapshots/${SNAPDATE}/ \ ftp://egcs.cygnus.com/pub/egcs/snapshots/${SNAPDATE}/ \ ftp://ftp.nluug.nl/pub/languages/egcs/snapshots/${SNAPDATE}/ \ ftp://ftp.iij.ad.jp/pub/egcs/snapshots/${SNAPDATE}/ \ diff --git a/lang/gcc-ooo/distinfo b/lang/gcc-ooo/distinfo index ebc481a..ab795f9 100644 --- a/lang/gcc-ooo/distinfo +++ b/lang/gcc-ooo/distinfo @@ -1,6 +1,6 @@ -MD5 (egcs-chill-19990712.tar.gz) = f4ead735d7be8cb044038c2441c47a92 -MD5 (egcs-core-19990712.tar.gz) = 7b65779bb6a366bbefbfc22297bf0e56 -MD5 (egcs-g++-19990712.tar.gz) = 3f3b2567f647c83ba8df8346d805b0ff -MD5 (egcs-g77-19990712.tar.gz) = 6e0adfe41fe11d013aa96d6298d42502 -MD5 (egcs-java-19990712.tar.gz) = c92ba18fbdd83058ba6894b8d050d2cf -MD5 (egcs-objc-19990712.tar.gz) = aadd302009cb6305bd0f3546ee368ec5 +MD5 (egcs-chill-19990718.tar.gz) = 6ec3e656307bacd46c1466ef4e14deaa +MD5 (egcs-core-19990718.tar.gz) = 50a9667af9e8efd4b7871d21d313b7e9 +MD5 (egcs-g++-19990718.tar.gz) = cae082dd99abfb4e52a85e5b996e5e7c +MD5 (egcs-g77-19990718.tar.gz) = db751a4062cc90ace9d4c5d8f612ebb5 +MD5 (egcs-java-19990718.tar.gz) = 655e46f0a521a0489fa41912dfbd536a +MD5 (egcs-objc-19990718.tar.gz) = b338d9c5c96e4ad9dfb35a7772d17a9b diff --git a/lang/gcc-ooo/files/patch-bc b/lang/gcc-ooo/files/patch-bc index cbf7978..c3159ca 100644 --- a/lang/gcc-ooo/files/patch-bc +++ b/lang/gcc-ooo/files/patch-bc @@ -1,12 +1,12 @@ ---- libstdc++/Makefile.in.orig Fri Apr 2 06:17:48 1999 -+++ libstdc++/Makefile.in Sun Apr 18 16:57:55 1999 +--- libstdc++/Makefile.in.orig Sat Jul 17 22:50:47 1999 ++++ libstdc++/Makefile.in Tue Jul 20 07:56:00 1999 @@ -14,7 +14,7 @@ # along with this library; see the file COPYING. If not, write to the Free # Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -VERSION = 2.10.0 +VERSION = 4 - INTERFACE = 2 + INTERFACE = 3 gxx_include_dir=${includedir}/g++ @@ -111,7 +111,8 @@ @@ -19,7 +19,7 @@ $(IO_DIR)/iostream.list: force cd $(IO_DIR) ; $(MAKE) $(FLAGS_TO_PASS) iostream.list -@@ -335,11 +336,7 @@ +@@ -336,11 +337,7 @@ || cp $${RELINSTALLDIR}$(ARLIB) $${INSTALLLINKDIR}$(MULTISUBDIR)/$$FILE ; \ fi; \ elif [ $$FILE = mshlink ]; then \ |