summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-25 21:31:13 +0000
committerjoerg <joerg>2011-11-25 21:31:13 +0000
commitd27a6203b58ca30ee0b57d68e2385e37dfcf45b2 (patch)
tree8061ca011c58faa9969e575ffb54c738db6cc97b /chat
parent95c432c490c7b31a12b6ed78ef860f3d3c528ef7 (diff)
downloadpkgsrc-d27a6203b58ca30ee0b57d68e2385e37dfcf45b2.tar.gz
Always include string.h
Diffstat (limited to 'chat')
-rw-r--r--chat/gloox/distinfo6
-rw-r--r--chat/gloox/patches/patch-src_connectiontcpserver.cpp6
-rw-r--r--chat/gloox/patches/patch-src_dns.cpp11
3 files changed, 9 insertions, 14 deletions
diff --git a/chat/gloox/distinfo b/chat/gloox/distinfo
index ec55af21c82..5b64735425d 100644
--- a/chat/gloox/distinfo
+++ b/chat/gloox/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2011/11/23 19:37:56 marino Exp $
+$NetBSD: distinfo,v 1.3 2011/11/25 21:31:13 joerg Exp $
SHA1 (gloox-1.0.tar.bz2) = 8c788738f72b05fae7c05c744a67859419ffa09c
RMD160 (gloox-1.0.tar.bz2) = 92089462ed778fb41bf97d882fc1785b8e82233f
Size (gloox-1.0.tar.bz2) = 603434 bytes
-SHA1 (patch-src_connectiontcpserver.cpp) = f4738f8638e7961d028284a147d1cb4fa5a26a37
-SHA1 (patch-src_dns.cpp) = e81ed57940a5346b3b835c71eb11e4ca20f50226
+SHA1 (patch-src_connectiontcpserver.cpp) = 720129dfcdff5a7ebb70bbf378c9ca3e5dfaabae
+SHA1 (patch-src_dns.cpp) = dfc538e9a059b06b6222c3dffe879105701d504c
SHA1 (patch-src_sha.cpp) = b9f51307b97c68575aff4a029653584fcc6aeec6
diff --git a/chat/gloox/patches/patch-src_connectiontcpserver.cpp b/chat/gloox/patches/patch-src_connectiontcpserver.cpp
index 578846b38b2..d0849b2a8e0 100644
--- a/chat/gloox/patches/patch-src_connectiontcpserver.cpp
+++ b/chat/gloox/patches/patch-src_connectiontcpserver.cpp
@@ -1,14 +1,12 @@
-$NetBSD: patch-src_connectiontcpserver.cpp,v 1.1 2011/11/23 19:37:56 marino Exp $
+$NetBSD: patch-src_connectiontcpserver.cpp,v 1.2 2011/11/25 21:31:13 joerg Exp $
--- src/connectiontcpserver.cpp.orig 2009-10-12 16:40:41.000000000 +0000
+++ src/connectiontcpserver.cpp
-@@ -23,6 +23,10 @@
+@@ -23,6 +23,8 @@
#include "mutexguard.h"
#include "util.h"
-+#if defined(__DragonFly__)
+#include <string.h>
-+#endif
+
#ifdef __MINGW32__
# include <winsock.h>
diff --git a/chat/gloox/patches/patch-src_dns.cpp b/chat/gloox/patches/patch-src_dns.cpp
index 868daa59e91..4de97aa4e7c 100644
--- a/chat/gloox/patches/patch-src_dns.cpp
+++ b/chat/gloox/patches/patch-src_dns.cpp
@@ -1,15 +1,12 @@
-$NetBSD: patch-src_dns.cpp,v 1.1 2011/11/23 19:37:56 marino Exp $
+$NetBSD: patch-src_dns.cpp,v 1.2 2011/11/25 21:31:13 joerg Exp $
--- src/dns.cpp.orig 2009-10-12 16:41:19.000000000 +0000
+++ src/dns.cpp
-@@ -23,6 +23,10 @@
+@@ -22,6 +22,7 @@
+ #endif
#include <stdio.h>
-
-+#if defined (__DragonFly__)
+#include <string.h>
-+#endif
-+
+
#if ( !defined( _WIN32 ) && !defined( _WIN32_WCE ) ) || defined( __SYMBIAN32__ )
# include <netinet/in.h>
- # include <arpa/nameser.h>