pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ijb Fixed gcc 4 error message.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd1fed71b69
branches:  trunk
changeset: 533779:6fd1fed71b69
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 29 16:16:47 2007 +0000

description:
Fixed gcc 4 error message.

diffstat:

 www/ijb/distinfo         |   3 ++-
 www/ijb/patches/patch-ac |  30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r c8a038721861 -r 6fd1fed71b69 www/ijb/distinfo
--- a/www/ijb/distinfo  Sat Sep 29 16:03:28 2007 +0000
+++ b/www/ijb/distinfo  Sat Sep 29 16:16:47 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2005/12/05 20:51:12 rillig Exp $
+$NetBSD: distinfo,v 1.7 2007/09/29 16:16:47 rillig Exp $
 
 SHA1 (ijb20.tar.Z) = 2233cc5f26208058c5046168ff9ddf70312bfb75
 RMD160 (ijb20.tar.Z) = 9ca21442e53c839102b3abfedd07e290953c28a7
 Size (ijb20.tar.Z) = 286005 bytes
 SHA1 (patch-aa) = 4c4f75f5cc3af63afce4aa8beab7f5e2e0b422dd
 SHA1 (patch-ab) = 18da8c5788d8704f3502f70f5aafdbd9ce897fd2
+SHA1 (patch-ac) = 98477aec0ddd674618800ad7ea77f2d1c28e8282
diff -r c8a038721861 -r 6fd1fed71b69 www/ijb/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ijb/patches/patch-ac  Sat Sep 29 16:16:47 2007 +0000
@@ -0,0 +1,30 @@
+$NetBSD: patch-ac,v 1.1 2007/09/29 16:16:48 rillig Exp $
+
+First type definition, then declaration.
+
+--- jcc.h.orig 1998-10-31 04:58:47.000000000 +0100
++++ jcc.h      2007-09-29 18:14:24.000000000 +0200
+@@ -37,11 +37,6 @@ extern char *referrer;
+ extern char *uagent;
+ extern char *from;
+ 
+-extern struct list       wafer_list[];
+-extern struct list        xtra_list[];
+-extern struct list       trust_info[];
+-extern struct url_spec * trust_list[];
+-
+ extern int add_forwarded;
+ 
+ struct gateway {
+@@ -88,6 +83,11 @@ struct list {
+       struct list *next;
+ };
+ 
++extern struct list       wafer_list[];
++extern struct list        xtra_list[];
++extern struct list       trust_info[];
++extern struct url_spec * trust_list[];
++
+ int add_to_iob();
+ 
+ #define IOB_PEEK(CSP) ((CSP->iob->cur > CSP->iob->eod) ? (CSP->iob->eod - CSP->iob->cur) : 0)



Home | Main Index | Thread Index | Old Index