diff options
author | ahze <ahze@FreeBSD.org> | 2005-11-21 05:37:57 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-11-21 05:37:57 +0800 |
commit | c434ae02911f3e770fa42f1b478bcd39801185ab (patch) | |
tree | d3ef6c66d8a86433fc119ef6fb7780b7a2192cf6 /devel/libsoup22 | |
parent | 272222b65b7b650f44edc700ca57aea0eef02861 (diff) | |
download | freebsd-ports-gnome-c434ae02911f3e770fa42f1b478bcd39801185ab.tar.gz freebsd-ports-gnome-c434ae02911f3e770fa42f1b478bcd39801185ab.tar.zst freebsd-ports-gnome-c434ae02911f3e770fa42f1b478bcd39801185ab.zip |
- Remove patch and remove BROKEN on 4.x
Reported by: mjl on irc.freenode.org/#FreeBSD-GNOME
Diffstat (limited to 'devel/libsoup22')
-rw-r--r-- | devel/libsoup22/Makefile | 4 | ||||
-rw-r--r-- | devel/libsoup22/files/patch-libsoup_soup-xmlrpc-response.c | 13 |
2 files changed, 0 insertions, 17 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 6c99b0dfae84..2eff113b564e 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 9f6e898e1e9d..000000000000 --- 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)); |