pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Switch ONLY_FOR_PLATFORM to NOT_FOR_PLATFORM and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7699695beae
branches:  trunk
changeset: 643873:e7699695beae
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 08:15:51 2015 +0000

description:
Switch ONLY_FOR_PLATFORM to NOT_FOR_PLATFORM and list the platforms known
not to support the Sun audio interface, as per mpg123-sun.

XXX: this knowledge should be centralized.

diffstat:

 audio/akode-plugins-sun/Makefile |  5 +++--
 audio/libao-sun/Makefile         |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r e3dec100011e -r e7699695beae audio/akode-plugins-sun/Makefile
--- a/audio/akode-plugins-sun/Makefile  Thu Jan 01 08:05:21 2015 +0000
+++ b/audio/akode-plugins-sun/Makefile  Thu Jan 01 08:15:51 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:22 asau Exp $
+# $NetBSD: Makefile,v 1.8 2015/01/01 08:15:51 dholland Exp $
 #
 
 PKGNAME=               akode-plugins-sun-${AKODE_VERSION}
@@ -8,7 +8,8 @@
 COMMENT=               Sun audio output plugin for akode framework
 LICENSE=               gnu-lgpl-v2
 
-ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* SunOS-*-*
+# no support for the sun audio interface
+NOT_FOR_PLATFORM+=     DragonFly-*-* FreeBSD-*-* Linux-*-*
 
 .include "../../audio/akode/Makefile.common"
 
diff -r e3dec100011e -r e7699695beae audio/libao-sun/Makefile
--- a/audio/libao-sun/Makefile  Thu Jan 01 08:05:21 2015 +0000
+++ b/audio/libao-sun/Makefile  Thu Jan 01 08:15:51 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/04/06 15:46:34 rodent Exp $
+# $NetBSD: Makefile,v 1.9 2015/01/01 08:15:51 dholland Exp $
 
 .include "../../audio/libao/Makefile.common"
 
@@ -6,7 +6,8 @@
 
 COMMENT+=      (Sun audio plugin)
 
-ONLY_FOR_PLATFORM+=    NetBSD-*-* SunOS-*-*
+# no support for the sun audio interface
+NOT_FOR_PLATFORM+=     DragonFly-*-* FreeBSD-*-* Linux-*-*
 
 CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g}
 BUILD_DIRS=            src/plugins/sun



Home | Main Index | Thread Index | Old Index