pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/nas Don't pull unused header file in. This fixes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1990868025d3
branches:  trunk
changeset: 632054:1990868025d3
user:      asau <asau%pkgsrc.org@localhost>
date:      Fri Mar 14 21:17:12 2014 +0000

description:
Don't pull unused header file in. This fixes build on FreeBSD 9-10.

diffstat:

 audio/nas/distinfo         |   4 ++--
 audio/nas/patches/patch-ad |  12 +++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r af0a5be76ad3 -r 1990868025d3 audio/nas/distinfo
--- a/audio/nas/distinfo        Fri Mar 14 21:14:28 2014 +0000
+++ b/audio/nas/distinfo        Fri Mar 14 21:17:12 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2013/07/07 05:45:15 ryoon Exp $
+$NetBSD: distinfo,v 1.32 2014/03/14 21:17:12 asau Exp $
 
 SHA1 (nas-1.9.3.src.tar.gz) = dca770ddd10936ad1f19bf3c51f941c10d7bf84b
 RMD160 (nas-1.9.3.src.tar.gz) = 693c97658885a9bea02b27376c3a5a142b49e57a
@@ -6,7 +6,7 @@
 SHA1 (patch-aa) = 3d198d97c1133358a7544d923ac6c48b38fdae19
 SHA1 (patch-ab) = 848b151e4814c434dc628c649910d96e1cf8750e
 SHA1 (patch-ac) = 02bc1eb18f8cc7155fed861ed4b953c1316283ea
-SHA1 (patch-ad) = 0a0887b87a9690e9a2a156ed840e9dfccc1f8c6c
+SHA1 (patch-ad) = bef3e9fe82487766240931bbbed0213e3fe1c2c3
 SHA1 (patch-ae) = 2e88c42f849ec2e3eb942f79d05065ec8ddd1a9e
 SHA1 (patch-af) = 9e387f88504d6ef18ad4210af24702de61efbf1a
 SHA1 (patch-ag) = c43bab8c87efa5c770dd084d67ffa9897350810f
diff -r af0a5be76ad3 -r 1990868025d3 audio/nas/patches/patch-ad
--- a/audio/nas/patches/patch-ad        Fri Mar 14 21:14:28 2014 +0000
+++ b/audio/nas/patches/patch-ad        Fri Mar 14 21:17:12 2014 +0000
@@ -1,7 +1,17 @@
-$NetBSD: patch-ad,v 1.14 2013/01/05 12:57:22 mef Exp $
+$NetBSD: patch-ad,v 1.15 2014/03/14 21:17:12 asau Exp $
 
 --- server/dda/voxware/auvoxware.c.orig        2007-11-11 12:40:47.000000000 +1300
 +++ server/dda/voxware/auvoxware.c
+@@ -183,7 +183,9 @@ static int debug_msg_indentation = 0;
+ # else
+ #  include <machine/soundcard.h>
+ # endif
++/* PC Speaker functions seem to be unused here
+ # include <machine/pcaudioio.h>
++*/
+ #else
+ # ifdef __NetBSD__
+ #  include <sys/ioctl.h>
 @@ -245,8 +245,13 @@ SndStat sndStatIn = {
      256,                        /* fragSize */
      3,                          /* minFrags */



Home | Main Index | Thread Index | Old Index