pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc34 Upgrade from 3.4.1 to 3.4.2. gcc 3.4.2 is a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e0f99e505b4
branches:  trunk
changeset: 480837:2e0f99e505b4
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Tue Sep 21 13:32:40 2004 +0000

description:
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:

 lang/gcc34/Makefile         |   6 +++---
 lang/gcc34/distinfo         |   8 ++++----
 lang/gcc34/patches/patch-ah |  11 +++++------
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (66 lines):

diff -r 9921f9d52e02 -r 2e0f99e505b4 lang/gcc34/Makefile
--- a/lang/gcc34/Makefile       Tue Sep 21 13:12:48 2004 +0000
+++ b/lang/gcc34/Makefile       Tue Sep 21 13:32:40 2004 +0000
@@ -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 @@
 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 -r 9921f9d52e02 -r 2e0f99e505b4 lang/gcc34/distinfo
--- a/lang/gcc34/distinfo       Tue Sep 21 13:12:48 2004 +0000
+++ b/lang/gcc34/distinfo       Tue Sep 21 13:32:40 2004 +0000
@@ -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 -r 9921f9d52e02 -r 2e0f99e505b4 lang/gcc34/patches/patch-ah
--- a/lang/gcc34/patches/patch-ah       Tue Sep 21 13:12:48 2004 +0000
+++ b/lang/gcc34/patches/patch-ah       Tue Sep 21 13:32:40 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index