diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-01-01 17:32:50 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-01-01 17:32:50 +0800 |
commit | 622adc01b8c02935b69725f4a60ef48dfeaedbe1 (patch) | |
tree | b66488251a0c27c916a1a91112ce6c0b9aee0465 | |
parent | 7b3be53e32ddd0cab73d458feec4c80869644c3b (diff) | |
download | freebsd-ports-gnome-622adc01b8c02935b69725f4a60ef48dfeaedbe1.tar.gz freebsd-ports-gnome-622adc01b8c02935b69725f4a60ef48dfeaedbe1.tar.zst freebsd-ports-gnome-622adc01b8c02935b69725f4a60ef48dfeaedbe1.zip |
- Update to 0.8.9
- Fix build with boost 1.41 on RELENG_6: add a workaround for gcc 3.4 bug
-rw-r--r-- | devel/libiqxmlrpc/Makefile | 4 | ||||
-rw-r--r-- | devel/libiqxmlrpc/distinfo | 6 | ||||
-rw-r--r-- | devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h | 11 |
3 files changed, 16 insertions, 5 deletions
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 <boost/thread.hpp> ++#include <boost/thread/thread.hpp> + #include <boost/thread/mutex.hpp> + #include <boost/thread/condition.hpp> + |