summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-09-19 21:13:22 +0000
committertnn <tnn@pkgsrc.org>2009-09-19 21:13:22 +0000
commit9657c8d253087bd97dc72d67d82034e46de7efb1 (patch)
tree6f20b2b1957581c7a3a2519980a08b682ed028e5 /audio
parent5db4bd33fd871fd057375844dee150bef719832f (diff)
downloadpkgsrc-9657c8d253087bd97dc72d67d82034e46de7efb1.tar.gz
include <string.h> in few places where needed
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/distinfo5
-rw-r--r--audio/arts/patches/patch-ak12
-rw-r--r--audio/arts/patches/patch-al12
-rw-r--r--audio/arts/patches/patch-am12
4 files changed, 40 insertions, 1 deletions
diff --git a/audio/arts/distinfo b/audio/arts/distinfo
index cde38d96aae..90028a52da1 100644
--- a/audio/arts/distinfo
+++ b/audio/arts/distinfo
@@ -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-ag) = 618e792fe0338e0c00b442ea8a4d0f68a96e13a3
SHA1 (patch-ah) = fb545153a03202e8f4a5955a01ceeeee69ba12c5
SHA1 (patch-ai) = aee6c94746a84aae101decc1ca5b2fff43a669c1
SHA1 (patch-aj) = ad2637ffab24e501d858d4a32b337ffbb940e5b0
+SHA1 (patch-ak) = 7cad5999aaeb8b596e03309abd4c1a3d54cdefa3
+SHA1 (patch-al) = 3352a5c23e475c77d1babbe2bf77be0555e8de78
+SHA1 (patch-am) = 6e0ef065220d2ae93cdae162ae7e77a1f7c5ef54
diff --git a/audio/arts/patches/patch-ak b/audio/arts/patches/patch-ak
new file mode 100644
index 00000000000..8dfb9632dee
--- /dev/null
+++ b/audio/arts/patches/patch-ak
@@ -0,0 +1,12 @@
+$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;
diff --git a/audio/arts/patches/patch-al b/audio/arts/patches/patch-al
new file mode 100644
index 00000000000..4e48955aa8a
--- /dev/null
+++ b/audio/arts/patches/patch-al
@@ -0,0 +1,12 @@
+$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;
diff --git a/audio/arts/patches/patch-am b/audio/arts/patches/patch-am
new file mode 100644
index 00000000000..e7e92b81c45
--- /dev/null
+++ b/audio/arts/patches/patch-am
@@ -0,0 +1,12 @@
+$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;