summaryrefslogtreecommitdiff
path: root/lang/gcc34
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-09-21 13:32:40 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-09-21 13:32:40 +0000
commit5fc3ae83afba18e45529c52faa7b52bfbff74122 (patch)
tree0ff2c310134f666b67f982d2ca7ea491c3d3413d /lang/gcc34
parent67c3c125c224ffdafd23d70dcea92b58a6f426bb (diff)
downloadpkgsrc-5fc3ae83afba18e45529c52faa7b52bfbff74122.tar.gz
Upgrade from 3.4.1 to 3.4.2. gcc 3.4.2 is a bug fix release containing fixes
for regressions in GCC 3.4.1 relative to previous releases of GCC.
Diffstat (limited to 'lang/gcc34')
-rw-r--r--lang/gcc34/Makefile6
-rw-r--r--lang/gcc34/distinfo8
-rw-r--r--lang/gcc34/patches/patch-ah11
3 files changed, 12 insertions, 13 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 5473a00000e..416c8b62a1f 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2004/08/11 19:08:15 shannonjr Exp $
+# $NetBSD: Makefile,v 1.15 2004/09/21 13:32:40 shannonjr Exp $
#
DISTNAME= gcc-${GCC_VERSION}
PKGNAME= gcc34-${GCC_VERSION}
-PKGREVISION= 4
+#PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/}
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
COMMENT= This is the gcc 3.4 compiler
BUILD_USES_MSGFMT= YES
-GCC_VERSION= 3.4.1
+GCC_VERSION= 3.4.2
.include "../../mk/bsd.prefs.mk"
diff --git a/lang/gcc34/distinfo b/lang/gcc34/distinfo
index cf78fff9478..8429a637302 100644
--- a/lang/gcc34/distinfo
+++ b/lang/gcc34/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.9 2004/08/11 19:08:15 shannonjr Exp $
+$NetBSD: distinfo,v 1.10 2004/09/21 13:32:40 shannonjr Exp $
-SHA1 (gcc-3.4.1.tar.bz2) = 04de377eff57e614b089b8946a520de0dac7248e
-Size (gcc-3.4.1.tar.bz2) = 27182385 bytes
+SHA1 (gcc-3.4.2.tar.bz2) = 1f3fda2c8aa331ebc20bbe5020e658d4137be4fd
+Size (gcc-3.4.2.tar.bz2) = 27246826 bytes
SHA1 (patch-ae) = 0a12deda859c553eda6b877779525e391451021a
SHA1 (patch-af) = cdd6b0d13c557996cb6582d7fa5dc651d37ee0ee
SHA1 (patch-ag) = beee5294d387faafa640ab048823499da629e715
-SHA1 (patch-ah) = a7b7dee27140f4dc036ede393a4808ad1d63f665
+SHA1 (patch-ah) = 3b3471f42e801f8588c1e0959d5cfa704ce16a3e
SHA1 (patch-ai) = 78320fde6d073cb4bc87b281b83168f173344341
SHA1 (patch-aj) = ea0bef88be9e823ed2acfa54a59f29016de8cc5e
SHA1 (patch-ak) = 1188e98e65fce3b968f9a2c211ffe315644d87d5
diff --git a/lang/gcc34/patches/patch-ah b/lang/gcc34/patches/patch-ah
index cb1e7212761..17e37433d34 100644
--- a/lang/gcc34/patches/patch-ah
+++ b/lang/gcc34/patches/patch-ah
@@ -1,14 +1,13 @@
-$NetBSD: patch-ah,v 1.2 2004/08/11 19:08:15 shannonjr Exp $
+$NetBSD: patch-ah,v 1.3 2004/09/21 13:32:40 shannonjr Exp $
---- libstdc++-v3/configure.host.orig 2004-03-18 10:36:12.000000000 -0700
+--- libstdc++-v3/configure.host.orig 2004-08-27 13:52:30.000000000 -0600
+++ libstdc++-v3/configure.host
-@@ -227,6 +227,9 @@ case "${host}" in
+@@ -244,4 +244,8 @@ case "${host}" in
x86_64-*-linux*)
abi_baseline_pair="x86_64-linux-gnu"
;;
+ *-netbsd*)
+ abi_baseline_pair=${ABI_BASELINE_PAIR}
+ ;;
- alpha*-*-freebsd5*)
- abi_baseline_pair="alpha-freebsd5"
- ;;
++
+ esac