summaryrefslogtreecommitdiff
path: root/audio/xmradio
diff options
context:
space:
mode:
authortron <tron>2000-06-04 09:41:14 +0000
committertron <tron>2000-06-04 09:41:14 +0000
commitb4a1d592e656a923d5c7c3dbf3d3482aaffafec4 (patch)
tree6168530d3b478c422214131776eb3d3cb3b95dd9 /audio/xmradio
parentaea4b315f2ac9b9bdd044cbe0c622b02ad4a9250 (diff)
downloadpkgsrc-b4a1d592e656a923d5c7c3dbf3d3482aaffafec4.tar.gz
Adapt to recent changes to "src/etc/etc.i386/MAKEDEV":
Use device "/dev/tuner" by default.
Diffstat (limited to 'audio/xmradio')
-rw-r--r--audio/xmradio/files/patch-sum4
-rw-r--r--audio/xmradio/patches/patch-aa15
2 files changed, 15 insertions, 4 deletions
diff --git a/audio/xmradio/files/patch-sum b/audio/xmradio/files/patch-sum
index f9b73360a3b..bdf6be190b4 100644
--- a/audio/xmradio/files/patch-sum
+++ b/audio/xmradio/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.3 2000/06/02 09:23:13 tron Exp $
+$NetBSD: patch-sum,v 1.4 2000/06/04 09:41:15 tron Exp $
-MD5 (patch-aa) = 13d27db0d9ef6a6e1f90e003438853a3
+MD5 (patch-aa) = 6b4c337898e66a2934ef085f5914882f
MD5 (patch-ab) = 7cee33958dda0a0b90f65d802c594638
MD5 (patch-ac) = 54348154b10ed85908a5e2b5c54d6eda
diff --git a/audio/xmradio/patches/patch-aa b/audio/xmradio/patches/patch-aa
index 9a4677f7d37..af6741fd37a 100644
--- a/audio/xmradio/patches/patch-aa
+++ b/audio/xmradio/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
+$NetBSD: patch-aa,v 1.2 2000/06/04 09:41:14 tron Exp $
--- radio.c.orig Thu Oct 21 22:14:07 1999
-+++ radio.c Sun May 7 22:45:51 2000
++++ radio.c Sun Jun 4 11:38:23 2000
@@ -61,7 +61,7 @@
#include <sys/param.h>
#include <sys/wait.h>
@@ -11,3 +11,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
#include <soundcard.h>
#else
#ifdef linux
+@@ -296,9 +296,7 @@
+
+ static String fbres[] =
+ {
+-#ifdef __NetBSD__
+- "*tunerDevice: /dev/tuner0",
+-#elif defined linux
++#ifdef linux
+ "*tunerDevice: /dev/radio",
+ #else
+ "*tunerDevice: /dev/tuner",