pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/arts Add explicit include of <stdio.h>. Fixes bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f880fe76b6e
branches:  trunk
changeset: 504698:9f880fe76b6e
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Dec 19 08:29:47 2005 +0000

description:
Add explicit include of <stdio.h>. Fixes bulk build on netbsd-1.6.2.

diffstat:

 audio/arts/distinfo         |   3 ++-
 audio/arts/patches/patch-ad |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r e1414e67c730 -r 9f880fe76b6e audio/arts/distinfo
--- a/audio/arts/distinfo       Mon Dec 19 01:47:27 2005 +0000
+++ b/audio/arts/distinfo       Mon Dec 19 08:29:47 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2005/12/11 10:42:19 markd Exp $
+$NetBSD: distinfo,v 1.34 2005/12/19 08:29:47 markd Exp $
 
 SHA1 (arts-1.5.0.tar.bz2) = 00ede5bf5852aeb6edaadf6f20109710383b28e6
 RMD160 (arts-1.5.0.tar.bz2) = dc0532bc7046c12fe8b8d1f88477fd0f34881806
@@ -6,6 +6,7 @@
 SHA1 (patch-aa) = ff582ade3d9913440cd20d92b342a5357991f555
 SHA1 (patch-ab) = 73c4ec5360ce671f69b6de4e226cda9478d098ee
 SHA1 (patch-ac) = de22843493a184f4aa8c20e011aa2a73ad794728
+SHA1 (patch-ad) = 9179bd25756d85ab506fbf5fd22cc9330d8749f7
 SHA1 (patch-af) = 9a130ccd7f56656bb55e2c5edf223c38c69be591
 SHA1 (patch-ag) = 30177e80960a2877fb69cb5ffaadc4aa0d0783fc
 SHA1 (patch-ah) = fa4380c6e0049e9ce8851d485c354e07145d9fe9
diff -r e1414e67c730 -r 9f880fe76b6e audio/arts/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/arts/patches/patch-ad       Mon Dec 19 08:29:47 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.5 2005/12/19 08:29:47 markd Exp $
+
+--- mcop/mcoputils.cc.orig     2005-12-18 18:53:48.000000000 +0100
++++ mcop/mcoputils.cc
+@@ -32,6 +32,7 @@
+ #include <errno.h>
+ #include <config.h>
+ #include <ctype.h>
++#include <stdio.h>
+ #include <map>
+       
+ using namespace std;



Home | Main Index | Thread Index | Old Index