Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/cmus cmus: don't try to use OSS on NetBSD, forma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b2630830613
branches: trunk
changeset: 432994:1b2630830613
user: nia <nia%pkgsrc.org@localhost>
date: Thu May 28 20:00:23 2020 +0000
description:
cmus: don't try to use OSS on NetBSD, format selection is busted
diffstat:
audio/cmus/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 9a34885ccbce -r 1b2630830613 audio/cmus/Makefile
--- a/audio/cmus/Makefile Thu May 28 19:30:57 2020 +0000
+++ b/audio/cmus/Makefile Thu May 28 20:00:23 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2020/03/08 16:48:37 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2020/05/28 20:00:23 nia Exp $
DISTNAME= cmus-2.8.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=cmus/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -29,14 +29,13 @@
PLIST_VARS+= coreaudio sunaudio oss
.include "../../mk/oss.buildlink3.mk"
-.if ${OSS_TYPE} != "none"
+.if ${OPSYS} != "NetBSD" && ${OSS_TYPE} != "none"
PLIST.oss= yes
CONFIGURE_ARGS+= CONFIG_OSS=y
.else
CONFIGURE_ARGS+= CONFIG_OSS=n
.endif
-.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS" || exists(/usr/include/sys/audioio.h)
CONFIGURE_ARGS+= CONFIG_SUN=y
PLIST.sunaudio= yes
Home |
Main Index |
Thread Index |
Old Index