pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c Drop includion of curl/types.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79e8c18ec74
branches:  trunk
changeset: 590056:b79e8c18ec74
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jun 30 01:03:24 2011 +0000

description:
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:

 textproc/xmlrpc-c/distinfo                                                    |   5 ++-
 textproc/xmlrpc-c/patches/patch-lib_curl__transport_curlmulti.c               |  14 ++++++++++
 textproc/xmlrpc-c/patches/patch-lib_curl__transport_curltransaction.c         |  14 ++++++++++
 textproc/xmlrpc-c/patches/patch-lib_curl__transport_xmlrpc__curl__transport.c |  14 ++++++++++
 4 files changed, 46 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r 5ae553237f5f -r b79e8c18ec74 textproc/xmlrpc-c/distinfo
--- a/textproc/xmlrpc-c/distinfo        Wed Jun 29 21:18:08 2011 +0000
+++ b/textproc/xmlrpc-c/distinfo        Thu Jun 30 01:03:24 2011 +0000
@@ -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-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 -r 5ae553237f5f -r b79e8c18ec74 textproc/xmlrpc-c/patches/patch-lib_curl__transport_curlmulti.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curlmulti.c   Thu Jun 30 01:03:24 2011 +0000
@@ -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 -r 5ae553237f5f -r b79e8c18ec74 textproc/xmlrpc-c/patches/patch-lib_curl__transport_curltransaction.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_curltransaction.c     Thu Jun 30 01:03:24 2011 +0000
@@ -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 -r 5ae553237f5f -r b79e8c18ec74 textproc/xmlrpc-c/patches/patch-lib_curl__transport_xmlrpc__curl__transport.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlrpc-c/patches/patch-lib_curl__transport_xmlrpc__curl__transport.c     Thu Jun 30 01:03:24 2011 +0000
@@ -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>
+ 



Home | Main Index | Thread Index | Old Index