pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/muse Add a missing #include <errno.h> to make th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc2e8c6ea791
branches:  trunk
changeset: 475109:dc2e8c6ea791
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon May 10 02:19:33 2004 +0000

description:
Add a missing #include <errno.h> to make this package build on NetBSD 1.6.

diffstat:

 audio/muse/distinfo         |   4 ++--
 audio/muse/patches/patch-ac |  16 ++++++++++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 22441f26820c -r dc2e8c6ea791 audio/muse/distinfo
--- a/audio/muse/distinfo       Mon May 10 02:10:14 2004 +0000
+++ b/audio/muse/distinfo       Mon May 10 02:19:33 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2004/05/09 17:27:53 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/05/10 02:19:33 kristerw Exp $
 
 SHA1 (MuSE-0.9.tar.gz) = c73dfe6cf5a8da3430864a76d0bc8d9f2cb7d118
 Size (MuSE-0.9.tar.gz) = 1363091 bytes
 SHA1 (patch-aa) = a30a5f2a76081b188c2859d5b77185a26e95fc7e
 SHA1 (patch-ab) = fb6c26cd57534ebd82db21508a9cd9e98e0f6bc7
-SHA1 (patch-ac) = f66b7f258cc765323f4ac3041aa7e43c8f8b7b08
+SHA1 (patch-ac) = 8054b95194c39b58710f688dafbd7747a750ea27
 SHA1 (patch-ad) = 5f2322a1c9c3c9ee4e4dbe3aa810c0f2c5d999fd
 SHA1 (patch-ae) = 1097b09eb842fe1d90ec28913ad511e515f55a8a
diff -r 22441f26820c -r dc2e8c6ea791 audio/muse/patches/patch-ac
--- a/audio/muse/patches/patch-ac       Mon May 10 02:10:14 2004 +0000
+++ b/audio/muse/patches/patch-ac       Mon May 10 02:19:33 2004 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
+$NetBSD: patch-ac,v 1.2 2004/05/10 02:19:33 kristerw Exp $
 
---- src/pipe.cpp.orig  2004-05-03 00:42:40.000000000 +0200
-+++ src/pipe.cpp       2004-05-03 00:43:56.000000000 +0200
-@@ -61,7 +61,7 @@
+--- src/pipe.cpp.orig  Mon Dec  8 13:20:33 2003
++++ src/pipe.cpp       Mon May 10 04:10:31 2004
+@@ -26,6 +26,7 @@
+ 
+ #include <iostream>
+ #include <stdlib.h>
++#include <errno.h>
+ #include <audioproc.h>
+ #include <pipe.h>
+ #include <jutils.h>
+@@ -61,7 +62,7 @@
    end=start=buffer;
    blocking = true;
    _thread_init();



Home | Main Index | Thread Index | Old Index