Sun Mar 14 14:47:36 2010 UTC ()
Adapt to new mpg123 world order


(martin)
diff -r1.1 -r1.2 pkgsrc/audio/mpg123-nas/DESCR
diff -r1.1 -r1.2 pkgsrc/audio/mpg123-nas/PLIST
diff -r1.22 -r1.23 pkgsrc/audio/mpg123-nas/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/audio/mpg123-nas/DESCR (expand / switch to unified diff)

--- pkgsrc/audio/mpg123-nas/DESCR 2002/05/25 06:28:00 1.1
+++ pkgsrc/audio/mpg123-nas/DESCR 2010/03/14 14:47:36 1.2

cvs diff -r1.1 -r1.2 pkgsrc/audio/mpg123-nas/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/mpg123-nas/PLIST 2002/05/25 06:28:00 1.1
+++ pkgsrc/audio/mpg123-nas/PLIST 2010/03/14 14:47:36 1.2
@@ -1,3 +1,2 @@ @@ -1,3 +1,2 @@
1@comment $NetBSD: PLIST,v 1.1 2002/05/25 06:28:00 rh Exp $ 1@comment $NetBSD: PLIST,v 1.2 2010/03/14 14:47:36 martin Exp $
2bin/mpg123 2lib/mpg123/output_nas.la
3man/man1/mpg123.1 

cvs diff -r1.22 -r1.23 pkgsrc/audio/mpg123-nas/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpg123-nas/Makefile 2010/02/01 01:16:24 1.22
+++ pkgsrc/audio/mpg123-nas/Makefile 2010/03/14 14:47:36 1.23
@@ -1,25 +1,15 @@ @@ -1,25 +1,15 @@
1# $NetBSD: Makefile,v 1.22 2010/02/01 01:16:24 joerg Exp $ 1# $NetBSD: Makefile,v 1.23 2010/03/14 14:47:36 martin Exp $
2 2
3PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION} 
4PKGREVISION= 10 
5COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output 
6 3
7MAINTAINER= pkgsrc-users@NetBSD.org 4MPG123_MODULE= nas
8 
9PKG_DESTDIR_SUPPORT= user-destdir 
10 
11TARGET_SUFFIX= -nas 
12 
13CONFLICTS+= mpg123-[0-9]* 
14 5
15NOT_FOR_COMPILER= sunpro 6NOT_FOR_COMPILER= sunpro
16ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* \ 7ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* \
17 SunOS-*-* 8 SunOS-*-*
18 9
19PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-nas 10.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
20 
21.include "../../audio/mpg123/Makefile.common" 
22 11
23.include "../../audio/nas/buildlink3.mk" 12.include "../../audio/nas/buildlink3.mk"
24.include "../../x11/libXt/buildlink3.mk" 13.include "../../x11/libXt/buildlink3.mk"
 14.include "../../audio/mpg123/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"