Sat Sep 19 21:13:22 2009 UTC ()
include <string.h> in few places where needed


(tnn)
diff -r1.50 -r1.51 pkgsrc/audio/arts/distinfo
diff -r0 -r1.1 pkgsrc/audio/arts/patches/patch-ak
diff -r0 -r1.1 pkgsrc/audio/arts/patches/patch-al
diff -r0 -r1.1 pkgsrc/audio/arts/patches/patch-am

cvs diff -r1.50 -r1.51 pkgsrc/audio/arts/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/audio/arts/Attic/distinfo 2009/07/24 12:12:06 1.50
+++ pkgsrc/audio/arts/Attic/distinfo 2009/09/19 21:13:22 1.51
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.50 2009/07/24 12:12:06 tnn Exp $
+$NetBSD: distinfo,v 1.51 2009/09/19 21:13:22 tnn Exp $
 
 SHA1 (arts-1.5.10.tar.bz2) = 2e5507f64a4a4a9ad446cc987dff157e38f98274
 RMD160 (arts-1.5.10.tar.bz2) = 8c237ebd06ac82b88cf7394722fb8da459902ee7
@@ -13,3 +13,6 @@
 SHA1 (patch-ah) = fb545153a03202e8f4a5955a01ceeeee69ba12c5
 SHA1 (patch-ai) = aee6c94746a84aae101decc1ca5b2fff43a669c1
 SHA1 (patch-aj) = ad2637ffab24e501d858d4a32b337ffbb940e5b0
+SHA1 (patch-ak) = 7cad5999aaeb8b596e03309abd4c1a3d54cdefa3
+SHA1 (patch-al) = 3352a5c23e475c77d1babbe2bf77be0555e8de78
+SHA1 (patch-am) = 6e0ef065220d2ae93cdae162ae7e77a1f7c5ef54

File Added: pkgsrc/audio/arts/patches/Attic/patch-ak
$NetBSD: patch-ak,v 1.1 2009/09/19 21:13:22 tnn Exp $

--- mcop/tcpconnection.cc.orig	2008-02-13 10:35:23.000000000 +0100
+++ mcop/tcpconnection.cc
@@ -35,6 +35,7 @@
 #include <errno.h>
 #include "debug.h"
 #include <stdlib.h>
+#include <string.h>
 
 using namespace std;
 using namespace Arts;

File Added: pkgsrc/audio/arts/patches/Attic/patch-al
$NetBSD: patch-al,v 1.1 2009/09/19 21:13:22 tnn Exp $

--- mcop/unixconnection.cc.orig	2008-02-13 10:35:23.000000000 +0100
+++ mcop/unixconnection.cc
@@ -29,6 +29,7 @@
 #include <sys/un.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
 
 using namespace std;
 using namespace Arts;

File Added: pkgsrc/audio/arts/patches/Attic/patch-am
$NetBSD: patch-am,v 1.1 2009/09/19 21:13:22 tnn Exp $

--- mcop/unixserver.cc.orig	2007-10-08 11:47:08.000000000 +0200
+++ mcop/unixserver.cc
@@ -40,6 +40,7 @@
 #include <unistd.h>                                                      
 #include <stdio.h>
 #include <errno.h>
+#include <string.h>
 
 using namespace std;
 using namespace Arts;