pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/arts include <string.h> in few places where needed



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86272a8c5760
branches:  trunk
changeset: 399421:86272a8c5760
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 19 21:13:22 2009 +0000

description:
include <string.h> in few places where needed

diffstat:

 audio/arts/distinfo         |   5 ++++-
 audio/arts/patches/patch-ak |  12 ++++++++++++
 audio/arts/patches/patch-al |  12 ++++++++++++
 audio/arts/patches/patch-am |  12 ++++++++++++
 4 files changed, 40 insertions(+), 1 deletions(-)

diffs (64 lines):

diff -r 39ab361f3d1a -r 86272a8c5760 audio/arts/distinfo
--- a/audio/arts/distinfo       Sat Sep 19 19:14:54 2009 +0000
+++ b/audio/arts/distinfo       Sat Sep 19 21:13:22 2009 +0000
@@ -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
diff -r 39ab361f3d1a -r 86272a8c5760 audio/arts/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/arts/patches/patch-ak       Sat Sep 19 21:13:22 2009 +0000
@@ -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 -r 39ab361f3d1a -r 86272a8c5760 audio/arts/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/arts/patches/patch-al       Sat Sep 19 21:13:22 2009 +0000
@@ -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 -r 39ab361f3d1a -r 86272a8c5760 audio/arts/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/arts/patches/patch-am       Sat Sep 19 21:13:22 2009 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index