pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/terminatorx Fix scandir parameter for DragonFly ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/327bbab34241
branches:  trunk
changeset: 504497:327bbab34241
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Dec 12 00:26:36 2005 +0000

description:
Fix scandir parameter for DragonFly and FreeBSD.

diffstat:

 audio/terminatorx/distinfo         |   3 ++-
 audio/terminatorx/patches/patch-aa |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r ccdd5b61a89d -r 327bbab34241 audio/terminatorx/distinfo
--- a/audio/terminatorx/distinfo        Mon Dec 12 00:15:13 2005 +0000
+++ b/audio/terminatorx/distinfo        Mon Dec 12 00:26:36 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:52 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/12 00:26:36 joerg Exp $
 
 SHA1 (terminatorX-3.82.tar.bz2) = 8d492fc759ffb77c2549190081077e12f765233f
 RMD160 (terminatorX-3.82.tar.bz2) = b70c688101844a07eddcd3e090cd6e805e93f066
 Size (terminatorX-3.82.tar.bz2) = 395755 bytes
+SHA1 (patch-aa) = c313aed6ec7bba657a3941ddc5586ad7b7c734eb
diff -r ccdd5b61a89d -r 327bbab34241 audio/terminatorx/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/terminatorx/patches/patch-aa        Mon Dec 12 00:26:36 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2005/12/12 00:26:36 joerg Exp $
+
+--- src/tX_dialog.cc.orig      2005-12-12 00:13:12.000000000 +0000
++++ src/tX_dialog.cc
+@@ -252,7 +252,11 @@ GList *get_alsa_device_list() {
+ #ifdef USE_OSS
+ static GList *oss_devices=NULL;
+ 
++#if defined(__DragonFly__) || defined(__FreeBSD__)
++int oss_select_dsp_only(struct dirent *entry){
++#else
+ int oss_select_dsp_only(const struct dirent *entry){
++#endif
+       return (strstr(entry->d_name, "dsp")!=0);
+ }
+ 



Home | Main Index | Thread Index | Old Index