pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-FourSuite Fixed "static after extern".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4427a11dea2
branches:  trunk
changeset: 536044:c4427a11dea2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 19:25:23 2007 +0000

description:
Fixed "static after extern".

diffstat:

 textproc/py-FourSuite/distinfo         |   3 ++-
 textproc/py-FourSuite/patches/patch-ad |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r a41d5fb69a0f -r c4427a11dea2 textproc/py-FourSuite/distinfo
--- a/textproc/py-FourSuite/distinfo    Sat Dec 01 18:14:02 2007 +0000
+++ b/textproc/py-FourSuite/distinfo    Sat Dec 01 19:25:23 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/06/29 12:47:19 joerg Exp $
+$NetBSD: distinfo,v 1.5 2007/12/01 19:25:23 rillig Exp $
 
 SHA1 (4Suite-0.12.0a3.tar.gz) = 55dacc82fe80157d1c1e6b2b1472f8c10c6dde80
 RMD160 (4Suite-0.12.0a3.tar.gz) = aa69393d1144f669861266f09d5ee2a55a10d5e4
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 38ddce6fa7b0cf88f7ac4a472b32866925b73c59
 SHA1 (patch-ab) = 4883418558edb2be1086a20fa74355d509d6375e
 SHA1 (patch-ac) = 9eff8edfd82a028b84faf2ec91065557b7e3a0ea
+SHA1 (patch-ad) = 4fab595bd17ec18dd951c2e32e7e0664aac145f1
diff -r a41d5fb69a0f -r c4427a11dea2 textproc/py-FourSuite/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-FourSuite/patches/patch-ad    Sat Dec 01 19:25:23 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2007/12/01 19:25:23 rillig Exp $
+
+Ft/Xml/XPath/_conversions.c:8: error: static declaration of 'PyNumber_NaN' follows non-static declaration
+Ft/Lib/src/number.h:15: error: previous declaration of 'PyNumber_NaN' was here
+
+--- Ft/Xml/XPath/_conversions.c.orig   2002-07-22 06:47:04.000000000 +0000
++++ Ft/Xml/XPath/_conversions.c        2007-12-01 19:22:44.000000000 +0000
+@@ -5,7 +5,6 @@
+ 
+ static PyObject *PyBoolean_Type;
+ static PyCFunction PyBoolean_New;
+-static PyObject *PyNumber_NaN;
+ 
+ #define PyBoolean_Check(op) ((op)->ob_type == (PyTypeObject*)PyBoolean_Type)
+ 



Home | Main Index | Thread Index | Old Index