From b4a1d592e656a923d5c7c3dbf3d3482aaffafec4 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 4 Jun 2000 09:41:14 +0000 Subject: Adapt to recent changes to "src/etc/etc.i386/MAKEDEV": Use device "/dev/tuner" by default. --- audio/xmradio/files/patch-sum | 4 ++-- audio/xmradio/patches/patch-aa | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'audio/xmradio') 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 #include @@ -11,3 +11,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $ #include #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", -- cgit v1.2.3