pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Apply patch from Harry Waddell in PR 23289 to chill in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9bf39e5e2785
branches: trunk
changeset: 464981:9bf39e5e2785
user: ben <ben%pkgsrc.org@localhost>
date: Thu Dec 18 15:44:24 2003 +0000
description:
Apply patch from Harry Waddell in PR 23289 to chill in gcc 2.95.3, to
fix a build error when using gcc 3. Also bumps PKGREVISION.
diffstat:
doc/CHANGES | 3 ++-
lang/gcc/Makefile | 4 ++--
lang/gcc/distinfo | 3 ++-
lang/gcc/patches/patch-ah | 15 +++++++++++++++
4 files changed, 21 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r 861e246f082f -r 9bf39e5e2785 doc/CHANGES
--- a/doc/CHANGES Thu Dec 18 15:12:34 2003 +0000
+++ b/doc/CHANGES Thu Dec 18 15:44:24 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4180 2003/12/18 15:12:34 adam Exp $
+$NetBSD: CHANGES,v 1.4181 2003/12/18 15:44:24 ben Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -5234,3 +5234,4 @@
Updated librsvg2 to 2.5.0 [adam 2003-12-18]
Updated eog2 to 2.5.1 [adam 2003-12-18]
Updated gimageview to 0.2.24nb4 [adam 2003-12-18]
+ Updated gcc to 2.95.3nb5 [ben 2003-12-18]
diff -r 861e246f082f -r 9bf39e5e2785 lang/gcc/Makefile
--- a/lang/gcc/Makefile Thu Dec 18 15:12:34 2003 +0000
+++ b/lang/gcc/Makefile Thu Dec 18 15:44:24 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2003/08/09 10:59:08 seb Exp $
+# $NetBSD: Makefile,v 1.73 2003/12/18 15:44:24 ben Exp $
DISTNAME= gcc-2.95.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/}
diff -r 861e246f082f -r 9bf39e5e2785 lang/gcc/distinfo
--- a/lang/gcc/distinfo Thu Dec 18 15:12:34 2003 +0000
+++ b/lang/gcc/distinfo Thu Dec 18 15:44:24 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2003/11/25 22:35:14 dmcmahill Exp $
+$NetBSD: distinfo,v 1.22 2003/12/18 15:44:24 ben Exp $
SHA1 (gcc-2.95.3.tar.gz) = 535d27038d161c0e7c2662702e11a48aa97ef622
Size (gcc-2.95.3.tar.gz) = 12911721 bytes
@@ -11,3 +11,4 @@
SHA1 (patch-ae) = b9721d3e89a93736b926e1efcfb9d0fb4904277f
SHA1 (patch-af) = 72d27bfecb2633a1f184cfe9cc8b1194c0d57dfe
SHA1 (patch-ag) = bb4d84561d20d2379a71a442b8711b2c54cf4bf2
+SHA1 (patch-ah) = 777b4c19c7d86007c69ec9b8c157c73294695241
diff -r 861e246f082f -r 9bf39e5e2785 lang/gcc/patches/patch-ah
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/gcc/patches/patch-ah Thu Dec 18 15:44:24 2003 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.8 2003/12/18 15:44:24 ben Exp $
+
+--- gcc/ch/loop.c.orig 1999-01-11 05:17:29.000000000 -0800
++++ gcc/ch/loop.c
+@@ -318,8 +318,8 @@ the 'increment_temps' step must incremen
+ (associated with all iterators).
+
+ NOTE: Z.200, section 10.1 says that a block is ...
+- "the actions statement list in a do action, including any
+- loop counter and while control". This means that an exp-
++ ``the actions statement list in a do action, including any
++ loop counter and while control''. This means that an exp-
+ ression in a WHILE control can include references to the
+ loop counters created for the loop''s exclusive use.
+ Example:
Home |
Main Index |
Thread Index |
Old Index