diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-15 19:08:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-15 19:08:16 +0800 |
commit | d3864456e1778666f574365bf9d2b0d079ea6a82 (patch) | |
tree | 656ceb439b0dd578f3a8167ed19d3efac3b164eb /lang/gcc40 | |
parent | 1e905fa0d1ef3050095cf76c5f5633bcb63990c7 (diff) | |
download | freebsd-ports-gnome-d3864456e1778666f574365bf9d2b0d079ea6a82.tar.gz freebsd-ports-gnome-d3864456e1778666f574365bf9d2b0d079ea6a82.tar.zst freebsd-ports-gnome-d3864456e1778666f574365bf9d2b0d079ea6a82.zip |
Upgrade to the July 12th GCC-2.95 prerelease.
Diffstat (limited to 'lang/gcc40')
-rw-r--r-- | lang/gcc40/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc40/distinfo | 12 | ||||
-rw-r--r-- | lang/gcc40/files/patch-bc | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index 132b01006796..70c173caa647 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -4,10 +4,10 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.67 1999/07/04 21:49:26 steve Exp $ +# $Id: Makefile,v 1.68 1999/07/06 07:29:37 obrien Exp $ # -SNAPDATE= 1999-06-29 +SNAPDATE= 1999-07-12 SNAPVER= ${SNAPDATE:S/-//g} DISTNAME= egcs-${SNAPVER} diff --git a/lang/gcc40/distinfo b/lang/gcc40/distinfo index 190ed374c5ee..ebc481a7b5fe 100644 --- a/lang/gcc40/distinfo +++ b/lang/gcc40/distinfo @@ -1,6 +1,6 @@ -MD5 (egcs-chill-19990629.tar.gz) = 0d996128fb3039bbee845fcc4879d33f -MD5 (egcs-core-19990629.tar.gz) = 771e65cf3a09d460b5e63030ac53fe05 -MD5 (egcs-g++-19990629.tar.gz) = ec763ea06b34d94022f6da9c2994bd85 -MD5 (egcs-g77-19990629.tar.gz) = c4086d474a5abce2afa75da9baba3422 -MD5 (egcs-java-19990629.tar.gz) = 1abcf509e2916eb6bd6208e0b09ccc3b -MD5 (egcs-objc-19990629.tar.gz) = 9c91091ec866766a5c14c87ec80876fc +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 diff --git a/lang/gcc40/files/patch-bc b/lang/gcc40/files/patch-bc index e0198b22cc68..cbf7978949ce 100644 --- a/lang/gcc40/files/patch-bc +++ b/lang/gcc40/files/patch-bc @@ -4,7 +4,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.9.0 +-VERSION = 2.10.0 +VERSION = 4 INTERFACE = 2 |