Tue Apr 7 05:13:45 2015 UTC ()
Remove FreeBSD from the list of intended platforms as the plugin is already
installed by audio/mpg123 on this platform.

Reviewed by bsiegert@


(sevan)
diff -r1.5 -r1.6 pkgsrc/audio/mpg123-oss/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/audio/mpg123-oss/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpg123-oss/Attic/Makefile 2015/01/01 09:11:09 1.5
+++ pkgsrc/audio/mpg123-oss/Attic/Makefile 2015/04/07 05:13:45 1.6
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2015/01/01 09:11:09 dholland Exp $ 1# $NetBSD: Makefile,v 1.6 2015/04/07 05:13:45 sevan Exp $
2 2
3MPG123_MODULE= oss 3MPG123_MODULE= oss
4 4
5# this is builtin with ../mpg123 on all other architectures 5# this is builtin with ../mpg123 on all other architectures
6ONLY_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-* 6ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* DragonFly-*-* SunOS-*-*
7ONLY_FOR_PLATFORM+= SunOS-*-* 
8 7
9.include "../../audio/mpg123/Makefile.common" 8.include "../../audio/mpg123/Makefile.common"
10 9
11.include "../../mk/oss.buildlink3.mk" 10.include "../../mk/oss.buildlink3.mk"
12LIBS+= ${LIBOSSAUDIO} 11LIBS+= ${LIBOSSAUDIO}
13CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" 12CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
14CPPFLAGS+= -DDEVOSSSOUND="\"${DEVOSSSOUND}\"" 13CPPFLAGS+= -DDEVOSSSOUND="\"${DEVOSSSOUND}\""
15 14
16.include "../../audio/mpg123/buildlink3.mk" 15.include "../../audio/mpg123/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"