diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 4 | ||||
-rw-r--r-- | devel/libsoup/files/patch-libsoup_soup-xmlrpc-response.c | 13 | ||||
-rw-r--r-- | devel/libsoup22/Makefile | 4 | ||||
-rw-r--r-- | devel/libsoup22/files/patch-libsoup_soup-xmlrpc-response.c | 13 |
4 files changed, 0 insertions, 34 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 6c99b0dfae8..2eff113b564 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -38,10 +38,6 @@ CONFIGURE_ARGS+=--disable-ssl .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.X" -.endif - pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "libsoup has the following configurable option(s):" diff --git a/devel/libsoup/files/patch-libsoup_soup-xmlrpc-response.c b/devel/libsoup/files/patch-libsoup_soup-xmlrpc-response.c deleted file mode 100644 index 9f6e898e1e9..00000000000 --- a/devel/libsoup/files/patch-libsoup_soup-xmlrpc-response.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libsoup/soup-xmlrpc-response.c.orig Tue Nov 1 10:04:23 2005 -+++ libsoup/soup-xmlrpc-response.c Thu Nov 17 17:45:27 2005 -@@ -612,9 +612,9 @@ - if (!soup_xmlrpc_value_array_get_iterator (value, &iter)) - g_printerr ("BAD ARRAY\n"); - else { -+ g_printerr ("ARRAY\n"); - SoupXmlrpcValue *evalue; - int i = 0; -- g_printerr ("ARRAY\n"); - while (iter != NULL) { - soup_xmlrpc_value_array_iterator_get_value (iter, &evalue); - soup_xmlrpc_value_dump_array_element (i, evalue, GINT_TO_POINTER (d+1)); diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 6c99b0dfae8..2eff113b564 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -38,10 +38,6 @@ CONFIGURE_ARGS+=--disable-ssl .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.X" -.endif - pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "libsoup has the following configurable option(s):" diff --git a/devel/libsoup22/files/patch-libsoup_soup-xmlrpc-response.c b/devel/libsoup22/files/patch-libsoup_soup-xmlrpc-response.c deleted file mode 100644 index 9f6e898e1e9..00000000000 --- a/devel/libsoup22/files/patch-libsoup_soup-xmlrpc-response.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libsoup/soup-xmlrpc-response.c.orig Tue Nov 1 10:04:23 2005 -+++ libsoup/soup-xmlrpc-response.c Thu Nov 17 17:45:27 2005 -@@ -612,9 +612,9 @@ - if (!soup_xmlrpc_value_array_get_iterator (value, &iter)) - g_printerr ("BAD ARRAY\n"); - else { -+ g_printerr ("ARRAY\n"); - SoupXmlrpcValue *evalue; - int i = 0; -- g_printerr ("ARRAY\n"); - while (iter != NULL) { - soup_xmlrpc_value_array_iterator_get_value (iter, &evalue); - soup_xmlrpc_value_dump_array_element (i, evalue, GINT_TO_POINTER (d+1)); |