summaryrefslogtreecommitdiff
path: root/textproc/xmlrpc-c
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-06-30 01:03:24 +0000
committerobache <obache@pkgsrc.org>2011-06-30 01:03:24 +0000
commitf35788f0b0b92c47891c51c1888c93a6d535e927 (patch)
tree15d44592e4e58b12cdc36b5f8ac4965386eb9a98 /textproc/xmlrpc-c
parentdabd8bd89e953f3d51fe8dd225fe72500735cdf9 (diff)
downloadpkgsrc-f35788f0b0b92c47891c51c1888c93a6d535e927.tar.gz
Drop includion of curl/types.h.
It is deprecated header file since curl-2.12.0 and removed at curl-7.21.7. fixes PR#45106.
Diffstat (limited to 'textproc/xmlrpc-c')
-rw-r--r--textproc/xmlrpc-c/distinfo5
-rw-r--r--textproc/xmlrpc-c/patches/patch-lib_curl__transport_curlmulti.c14
-rw-r--r--textproc/xmlrpc-c/patches/patch-lib_curl__transport_curltransaction.c14
-rw-r--r--textproc/xmlrpc-c/patches/patch-lib_curl__transport_xmlrpc__curl__transport.c14
4 files changed, 46 insertions, 1 deletions
diff --git a/textproc/xmlrpc-c/distinfo b/textproc/xmlrpc-c/distinfo
index 4e77b1a19c1..12d4c341fbd 100644
--- a/textproc/xmlrpc-c/distinfo
+++ b/textproc/xmlrpc-c/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2011/05/09 13:39:16 adam Exp $
+$NetBSD: distinfo,v 1.18 2011/06/30 01:03:24 obache Exp $
SHA1 (xmlrpc-c-1.16.35.tgz) = f79d44d533eb38fb012e0e0af429798f5f404c59
RMD160 (xmlrpc-c-1.16.35.tgz) = 1decb5c8c9ce3d9276e174f8e96a96043f8bb816
@@ -9,3 +9,6 @@ SHA1 (patch-ae) = 52f826d292869be44886881c48aa7707a4af2df3
SHA1 (patch-ai) = e7b981f07d4691bbd63bfa80b34b3e1c050c3ad2
SHA1 (patch-aj) = e3ca062349eb7c50cf3d3dc1370744987a0f3bde
SHA1 (patch-ak) = 2d0528260b203965e5237f5ca7f9464215283f5c
+SHA1 (patch-lib_curl__transport_curlmulti.c) = 1cea4c43b1ed3dcf73827afc14d7bb9267371121
+SHA1 (patch-lib_curl__transport_curltransaction.c) = 1dcf46c0dd1dd8e7fdfbb6c81e00b326f6d0b1f9
+SHA1 (patch-lib_curl__transport_xmlrpc__curl__transport.c) = ea132ebb46ff0ce9893d64e9c9205d5a155220ef
diff --git a/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curlmulti.c b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curlmulti.c
new file mode 100644
index 00000000000..b012bbbb1cc
--- /dev/null
+++ b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curlmulti.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_curl__transport_curlmulti.c,v 1.1 2011/06/30 01:03:25 obache Exp $
+
+* curl/types.h is not used (empty) since curl-7.12.0 and removed at curl-7.21.7.
+
+--- lib/curl_transport/curlmulti.c.orig 2011-03-25 16:24:54.000000000 +0000
++++ lib/curl_transport/curlmulti.c
+@@ -17,7 +17,6 @@
+ #endif
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #include <curl/multi.h>
+
diff --git a/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curltransaction.c b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curltransaction.c
new file mode 100644
index 00000000000..8b3f9bbf8b8
--- /dev/null
+++ b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curltransaction.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_curl__transport_curltransaction.c,v 1.1 2011/06/30 01:03:26 obache Exp $
+
+* curl/types.h is not used (empty) since curl-7.12.0 and removed at curl-7.21.7.
+
+--- lib/curl_transport/curltransaction.c.orig 2011-03-25 16:24:56.000000000 +0000
++++ lib/curl_transport/curltransaction.c
+@@ -15,7 +15,6 @@
+ #include "version.h"
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include "curlversion.h"
diff --git a/textproc/xmlrpc-c/patches/patch-lib_curl__transport_xmlrpc__curl__transport.c b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_xmlrpc__curl__transport.c
new file mode 100644
index 00000000000..29e2556c594
--- /dev/null
+++ b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_xmlrpc__curl__transport.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_curl__transport_xmlrpc__curl__transport.c,v 1.1 2011/06/30 01:03:26 obache Exp $
+
+* curl/types.h is not used (empty) since curl-7.12.0 and removed at curl-7.21.7.
+
+--- lib/curl_transport/xmlrpc_curl_transport.c.orig 2011-03-25 16:24:55.000000000 +0000
++++ lib/curl_transport/xmlrpc_curl_transport.c
+@@ -83,7 +83,6 @@
+ #include "xmlrpc-c/time_int.h"
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #include <curl/multi.h>
+