summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorben <ben>2003-12-18 15:44:24 +0000
committerben <ben>2003-12-18 15:44:24 +0000
commit99dc2ef18f129b98e0c4f6b341a12309fa0c4fc5 (patch)
tree23bccf28150ab9ec0d70eb5c7898caeddbd35242 /lang/gcc
parent22710c8c466aecf314b2d6f9cc900b250433e736 (diff)
downloadpkgsrc-99dc2ef18f129b98e0c4f6b341a12309fa0c4fc5.tar.gz
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 (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile4
-rw-r--r--lang/gcc/distinfo3
-rw-r--r--lang/gcc/patches/patch-ah15
3 files changed, 19 insertions, 3 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 3836f870c12..9b953274942 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -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 --git a/lang/gcc/distinfo b/lang/gcc/distinfo
index 52e7906fbf6..975393101ae 100644
--- a/lang/gcc/distinfo
+++ b/lang/gcc/distinfo
@@ -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-ad) = 2fb8cda55220bd202a4b7948277d00f293718caf
SHA1 (patch-ae) = b9721d3e89a93736b926e1efcfb9d0fb4904277f
SHA1 (patch-af) = 72d27bfecb2633a1f184cfe9cc8b1194c0d57dfe
SHA1 (patch-ag) = bb4d84561d20d2379a71a442b8711b2c54cf4bf2
+SHA1 (patch-ah) = 777b4c19c7d86007c69ec9b8c157c73294695241
diff --git a/lang/gcc/patches/patch-ah b/lang/gcc/patches/patch-ah
new file mode 100644
index 00000000000..791f83ee299
--- /dev/null
+++ b/lang/gcc/patches/patch-ah
@@ -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: