diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-20 21:37:57 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-20 21:37:57 +0000 |
commit | 05b3433652cfe8441e5a2d0c7cc5e30e24bbbb1b (patch) | |
tree | 8aa55108cc5607443fef3f0d8245035d36e40b77 /devel/libsoup | |
parent | f8c9f8dde7f7a3b294982f7fdca118ffa430137c (diff) | |
download | ports-05b3433652cfe8441e5a2d0c7cc5e30e24bbbb1b.tar.gz ports-05b3433652cfe8441e5a2d0c7cc5e30e24bbbb1b.zip |
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 4 | ||||
-rw-r--r-- | devel/libsoup/files/patch-libsoup_soup-xmlrpc-response.c | 13 |
2 files changed, 0 insertions, 17 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 6c99b0dfae84..2eff113b564e 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 9f6e898e1e9d..000000000000 --- 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)); |