summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-11 21:20:43 +0000
committerjoerg <joerg>2009-02-11 21:20:43 +0000
commit857fceda50095fee5f98f944fdf9abc94162d154 (patch)
tree3843a2b4ee18cfa45f6b828870e7c82ad74e7372 /net
parentf033a8543e475524db075191104bf6526aad4485 (diff)
downloadpkgsrc-857fceda50095fee5f98f944fdf9abc94162d154.tar.gz
Add patches that unbreak Python 2.5 build.
Diffstat (limited to 'net')
-rw-r--r--net/py-soappy/distinfo3
-rw-r--r--net/py-soappy/patches/patch-aa16
-rw-r--r--net/py-soappy/patches/patch-ab16
-rw-r--r--net/py-soappy/patches/patch-ac16
-rw-r--r--net/py-soappy/patches/patch-ad16
5 files changed, 65 insertions, 2 deletions
diff --git a/net/py-soappy/distinfo b/net/py-soappy/distinfo
index cd967c570d1..192f04baabc 100644
--- a/net/py-soappy/distinfo
+++ b/net/py-soappy/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2009/02/11 21:19:34 joerg Exp $
+$NetBSD: distinfo,v 1.10 2009/02/11 21:20:43 joerg Exp $
SHA1 (SOAPpy-0.11.6.tar.gz) = 59c91688f23de3b738bf504351bca89aab5cc203
RMD160 (SOAPpy-0.11.6.tar.gz) = ba0c90f0229aa077976face8d5e50147b034f30c
@@ -7,4 +7,3 @@ SHA1 (patch-aa) = 3a788d6ad83948132dbc71ea3b2588d17ae89595
SHA1 (patch-ab) = 55846e093dcd73f8f46aa0d76eb3f5d5309c94d7
SHA1 (patch-ac) = 8b3a392b6d55eff15538f638bec502a2e654c5c8
SHA1 (patch-ad) = 78391ed27f97fffdbb6cc945bc27ad012dff60af
-SHA1 (patch-ae) = da39a3ee5e6b4b0d3255bfef95601890afd80709
diff --git a/net/py-soappy/patches/patch-aa b/net/py-soappy/patches/patch-aa
new file mode 100644
index 00000000000..d7d46221166
--- /dev/null
+++ b/net/py-soappy/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2009/02/11 21:20:43 joerg Exp $
+
+--- SOAPpy/Client.py.orig 2009-02-11 22:13:44.000000000 +0100
++++ SOAPpy/Client.py
+@@ -1,2 +1,4 @@
++from __future__ import nested_scopes
++
+ """
+ ################################################################################
+@@ -44,6 +46,4 @@ ident = '$Id: Client.py,v 1.20 2004/04/1
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ #import xml.sax
+ import urllib
diff --git a/net/py-soappy/patches/patch-ab b/net/py-soappy/patches/patch-ab
new file mode 100644
index 00000000000..8e024a9f5f5
--- /dev/null
+++ b/net/py-soappy/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2009/02/11 21:20:43 joerg Exp $
+
+--- SOAPpy/Types.py.orig 2009-02-11 22:14:21.000000000 +0100
++++ SOAPpy/Types.py
+@@ -1,2 +1,4 @@
++from __future__ import nested_scopes
++
+ """
+ ################################################################################
+@@ -37,6 +39,4 @@ ident = '$Id: Types.py,v 1.17 2004/09/11
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ import UserList
+ import base64
diff --git a/net/py-soappy/patches/patch-ac b/net/py-soappy/patches/patch-ac
new file mode 100644
index 00000000000..5b1b0245c74
--- /dev/null
+++ b/net/py-soappy/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2009/02/11 21:20:43 joerg Exp $
+
+--- SOAPpy/Server.py.orig 2009-02-11 22:15:23.000000000 +0100
++++ SOAPpy/Server.py
+@@ -1,2 +1,4 @@
++from __future__ import nested_scopes
++
+ """
+ ################################################################################
+@@ -44,6 +46,4 @@ ident = '$Id: Server.py,v 1.20 2004/04/2
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ #import xml.sax
+ import re
diff --git a/net/py-soappy/patches/patch-ad b/net/py-soappy/patches/patch-ad
new file mode 100644
index 00000000000..7f8307bbc48
--- /dev/null
+++ b/net/py-soappy/patches/patch-ad
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2009/02/11 21:20:43 joerg Exp $
+
+--- SOAPpy/GSIServer.py.orig 2009-02-11 22:16:29.000000000 +0100
++++ SOAPpy/GSIServer.py
+@@ -1,2 +1,4 @@
++from __future__ import nested_scopes
++
+ """
+ GSIServer - Contributed by Ivan R. Judson <judson@mcs.anl.gov>
+@@ -47,6 +49,4 @@ ident = '$Id: GSIServer.py,v 1.4 2004/02
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ #import xml.sax
+ import re