pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/wml Fixed gcc4 error message:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/875d00339e3a
branches:  trunk
changeset: 533781:875d00339e3a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 29 16:34:42 2007 +0000

description:
Fixed gcc4 error message:

eperl_proto.h:56: error: array type has incomplete element type

diffstat:

 www/wml/distinfo         |   3 ++-
 www/wml/patches/patch-af |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 0a4319a7f12e -r 875d00339e3a www/wml/distinfo
--- a/www/wml/distinfo  Sat Sep 29 16:19:09 2007 +0000
+++ b/www/wml/distinfo  Sat Sep 29 16:34:42 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/03/21 19:26:03 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/09/29 16:34:42 rillig Exp $
 
 SHA1 (wml-2.0.9.tar.gz) = ce95ad9c55fd52e2028099d391858d88cffd5d9f
 RMD160 (wml-2.0.9.tar.gz) = bf14a4c09bdd850c5bad5f48f712717a13b13412
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = 80863037faadf220ba1d01ef2133cdc42e08f0fa
 SHA1 (patch-ad) = 2955f349aa737f1758493897d1989a0b96220268
 SHA1 (patch-ae) = d250ebf44fa67fb247b0248476226d31a0c0c0c8
+SHA1 (patch-af) = e7dcb9287066e962d3fedafcea4302c71fbf0dce
diff -r 0a4319a7f12e -r 875d00339e3a www/wml/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/wml/patches/patch-af  Sat Sep 29 16:34:42 2007 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2007/09/29 16:34:42 rillig Exp $
+
+Variables that are only used in one file don't need to be extern.
+
+--- wml_backend/p3_eperl/eperl_proto.h.orig    2002-10-18 23:48:38.000000000 +0200
++++ wml_backend/p3_eperl/eperl_proto.h 2007-09-29 18:31:45.000000000 +0200
+@@ -53,7 +53,6 @@ extern void RememberINC(char *str);
+ extern void mysighandler(int rc);
+ extern void myinit(void);
+ extern void myexit(int rc);
+-extern struct option options[];
+ extern int main(int argc, char **argv, char **env);
+ 
+ /* eperl_parse.c */



Home | Main Index | Thread Index | Old Index