pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmp bmp: Use /dev/audio instead of /dev/sound



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0024493259e5
branches:  trunk
changeset: 449742:0024493259e5
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Apr 05 08:51:29 2021 +0000

description:
bmp: Use /dev/audio instead of /dev/sound

diffstat:

 audio/bmp/Makefile        |  4 ++--
 audio/bmp/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 884408ae4a52 -r 0024493259e5 audio/bmp/Makefile
--- a/audio/bmp/Makefile        Mon Apr 05 08:50:19 2021 +0000
+++ b/audio/bmp/Makefile        Mon Apr 05 08:51:29 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2021/04/05 08:49:33 nia Exp $
+# $NetBSD: Makefile,v 1.82 2021/04/05 08:51:29 nia Exp $
 #
 
 .include "Makefile.common"
-PKGREVISION=           53
+PKGREVISION=           54
 
 USE_TOOLS+=            unzip:run
 
diff -r 884408ae4a52 -r 0024493259e5 audio/bmp/Makefile.common
--- a/audio/bmp/Makefile.common Mon Apr 05 08:50:19 2021 +0000
+++ b/audio/bmp/Makefile.common Mon Apr 05 08:51:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2021/04/05 08:49:33 nia Exp $
+# $NetBSD: Makefile.common,v 1.34 2021/04/05 08:51:29 nia Exp $
 #
 # used by audio/bmp/Makefile
 
@@ -36,7 +36,7 @@
 
 .if ${OPSYS} == "NetBSD"
 RAWPART_cmd=           /sbin/sysctl -n kern.rawpartition | ${TR} 0-9 a-j
-CONFIGURE_ARGS+=       --with-dev-dsp=${DEVOSSSOUND:Q}                 \
+CONFIGURE_ARGS+=       --with-dev-dsp=${DEVOSSAUDIO:Q}                 \
                        --with-cdda-device=/dev/rcd0${RAWPART_cmd:sh}   \
                        --with-cdda-dir=/cdrom/
 



Home | Main Index | Thread Index | Old Index