pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xcdplayer Use BROKEN_EXCEPT_ON_PLATFORM. This pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e66e1b660c0
branches:  trunk
changeset: 643879:8e66e1b660c0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 09:09:15 2015 +0000

description:
Use BROKEN_EXCEPT_ON_PLATFORM. This package comes only with cdrom code
for Solaris and IRIX; we ship cdrom code for BSD, so theoretically we
could also ship cdrom code for other platforms if anyone wanted to get
it working. Hence, report it broken on those platforms instead of
skipping it.

diffstat:

 audio/xcdplayer/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5764cb4e68fd -r 8e66e1b660c0 audio/xcdplayer/Makefile
--- a/audio/xcdplayer/Makefile  Thu Jan 01 09:01:37 2015 +0000
+++ b/audio/xcdplayer/Makefile  Thu Jan 01 09:09:15 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2012/10/02 23:48:13 asau Exp $
+# $NetBSD: Makefile,v 1.28 2015/01/01 09:09:15 dholland Exp $
 
 DISTNAME=      xcdplayer-2.2
 PKGREVISION=   6
@@ -9,7 +9,11 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       CD player for X
 
-ONLY_FOR_PLATFORM=     SunOS-*-* IRIX-*-* DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-*
+# cdrom interface code only exists for Solaris, SGI, and BSD.
+# (and note that the BSD code doesn't come with but is in files/)
+BROKEN_EXCEPT_ON_PLATFORM=     SunOS-*-* IRIX-*-* \
+                               DragonFly-*-* FreeBSD-*-* \
+                               NetBSD-*-* OpenBSD-*-*
 
 USE_IMAKE=     yes
 



Home | Main Index | Thread Index | Old Index