From 622adc01b8c02935b69725f4a60ef48dfeaedbe1 Mon Sep 17 00:00:00 2001 From: fjoe Date: Fri, 1 Jan 2010 09:32:50 +0000 Subject: - Update to 0.8.9 - Fix build with boost 1.41 on RELENG_6: add a workaround for gcc 3.4 bug --- devel/libiqxmlrpc/Makefile | 4 ++-- devel/libiqxmlrpc/distinfo | 6 +++--- devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index 6055f383c99a..4e48c77af25f 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -6,8 +6,8 @@ # PORTNAME= libiqxmlrpc -PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTVERSION= 0.8.9 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/libiqxmlrpc/distinfo b/devel/libiqxmlrpc/distinfo index 8d19345ecd83..57bf3a3912ea 100644 --- a/devel/libiqxmlrpc/distinfo +++ b/devel/libiqxmlrpc/distinfo @@ -1,3 +1,3 @@ -MD5 (libiqxmlrpc-0.8.7.tar.gz) = 0f737e902556472f29e70f754217373b -SHA256 (libiqxmlrpc-0.8.7.tar.gz) = 39e7c996d7aee345ec3e938602b016e5782430f9f62c947525e9c8a2f3034df8 -SIZE (libiqxmlrpc-0.8.7.tar.gz) = 449140 +MD5 (libiqxmlrpc-0.8.9.tar.gz) = 5e7aed9f89739830fbe78c35de449769 +SHA256 (libiqxmlrpc-0.8.9.tar.gz) = 599097fe326f520cd0bf3fe91cdc0f60f5aa77b365335999a147132bb58113a4 +SIZE (libiqxmlrpc-0.8.9.tar.gz) = 435287 diff --git a/devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h new file mode 100644 index 000000000000..80c74380aa07 --- /dev/null +++ b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h @@ -0,0 +1,11 @@ +--- libiqxmlrpc/executor.h.orig 2010-01-01 15:27:17.000000000 +0600 ++++ libiqxmlrpc/executor.h 2010-01-01 15:27:25.000000000 +0600 +@@ -26,7 +26,7 @@ + #pragma warning(disable: 4275) + #endif + +-#include ++#include + #include + #include + -- cgit