diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-09 03:57:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-09 03:57:45 +0000 |
commit | 4eafdd9aea78b49d6b409956b4f0bcd202291001 (patch) | |
tree | 2daab29edb25d7aa89b2c62b0c8e9243a815fc79 /chat | |
parent | 7c9c62e1751f09e1ae0aa6379f9070209cae378c (diff) | |
download | pkgsrc-4eafdd9aea78b49d6b409956b4f0bcd202291001.tar.gz |
More build fixes for new glib2.
Diffstat (limited to 'chat')
3 files changed, 33 insertions, 1 deletions
diff --git a/chat/telepathy-gabble/distinfo b/chat/telepathy-gabble/distinfo index 9778052023e..6bac4e15bf3 100644 --- a/chat/telepathy-gabble/distinfo +++ b/chat/telepathy-gabble/distinfo @@ -1,11 +1,13 @@ -$NetBSD: distinfo,v 1.14 2012/05/07 18:54:44 dholland Exp $ +$NetBSD: distinfo,v 1.15 2012/05/09 03:57:45 dholland Exp $ SHA1 (telepathy-gabble-0.11.10.tar.gz) = 26ca4e8a98b01b78007f88caea56b08ae5070fdd RMD160 (telepathy-gabble-0.11.10.tar.gz) = b4906a01b8cc6e6630e1707e97250bcdefeac9c4 Size (telepathy-gabble-0.11.10.tar.gz) = 3443486 bytes SHA1 (patch-lib_ext_wocky_examples_connect.c) = 4f22cadb5e39f68630c3d09671aaef4e6a480394 +SHA1 (patch-lib_ext_wocky_tests_test-resolver_h) = 4fc2950543c9ea9b902c1608082e60c644659a91 SHA1 (patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c) = f53a0b3247df5a5dcf90809a9495966ff26c6c3f SHA1 (patch-lib_ext_wocky_wocky_wocky-heartbeat-source_c) = d8f0192f7f34e6fb98150283f5ff05de6313ee4a SHA1 (patch-lib_ext_wocky_wocky_wocky-openssl.c) = 21dd4df0c50e766bab0d3d1cbaa9fbe2feef7a17 SHA1 (patch-src_bytestream-socks5.c) = d6f72478bef2b2502f3955e50dc11b51f0e2b502 SHA1 (patch-src_ft-manager.c) = d660079ff74dd6f275ab8022ad0f7f5cd9b37897 +SHA1 (patch-tests_twisted_test-resolver_h) = d5539523e6ef34c4a8ce495457cfee1224d82891 diff --git a/chat/telepathy-gabble/patches/patch-lib_ext_wocky_tests_test-resolver_h b/chat/telepathy-gabble/patches/patch-lib_ext_wocky_tests_test-resolver_h new file mode 100644 index 00000000000..5b3d53e15b5 --- /dev/null +++ b/chat/telepathy-gabble/patches/patch-lib_ext_wocky_tests_test-resolver_h @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_ext_wocky_tests_test-resolver_h,v 1.1 2012/05/09 03:57:45 dholland Exp $ + +Fix build with latest glib2. + +--- lib/ext/wocky/tests/test-resolver.h~ 2009-10-07 11:33:35.000000000 +0000 ++++ lib/ext/wocky/tests/test-resolver.h +@@ -22,7 +22,7 @@ + #define __TEST_RESOLVER_H__ + + #include <gio/gio.h> +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + diff --git a/chat/telepathy-gabble/patches/patch-tests_twisted_test-resolver_h b/chat/telepathy-gabble/patches/patch-tests_twisted_test-resolver_h new file mode 100644 index 00000000000..474a6d9ddb4 --- /dev/null +++ b/chat/telepathy-gabble/patches/patch-tests_twisted_test-resolver_h @@ -0,0 +1,15 @@ +$NetBSD: patch-tests_twisted_test-resolver_h,v 1.1 2012/05/09 03:57:45 dholland Exp $ + +Fix build with latest glib2. + +--- tests/twisted/test-resolver.h~ 2011-02-16 15:06:35.000000000 +0000 ++++ tests/twisted/test-resolver.h +@@ -22,7 +22,7 @@ + #define __TEST_RESOLVER_H__ + + #include <gio/gio.h> +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + |