pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpg123-nas Limit this package to platforms for w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1256d2d001a1
branches:  trunk
changeset: 505966:1256d2d001a1
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jan 09 22:00:25 2006 +0000

description:
Limit this package to platforms for which NAS support is really available
in "mpg123". Also exclude SUNWspro because there's only a NAS target
for Solaris using GCC as the compiler.

diffstat:

 audio/mpg123-nas/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r f232756f5acc -r 1256d2d001a1 audio/mpg123-nas/Makefile
--- a/audio/mpg123-nas/Makefile Mon Jan 09 21:44:10 2006 +0000
+++ b/audio/mpg123-nas/Makefile Mon Jan 09 22:00:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/01/09 21:42:49 tron Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/09 22:00:25 tron Exp $
 
 PKGNAME=       mpg123${TARGET_SUFFIX}-${MPG123_VERSION}
 PKGREVISION=   8
@@ -8,9 +8,14 @@
 
 TARGET_SUFFIX= -nas
 
-CONFLICTS+=    mpg123-[0-9]*
+CONFLICTS+=            mpg123-[0-9]*
+
+NOT_FOR_COMPILER=      sunpro
+ONLY_FOR_PLATFORM=     DragonFly-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* \
+                       SunOS-*-*
 
 PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-nas
+
 .include "../../audio/mpg123/Makefile.common"
 
 .include "../../audio/nas/buildlink3.mk"



Home | Main Index | Thread Index | Old Index