Subject: pkg/30120: PLIST for libao on DF includs sun plugin
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <joerg@netbsd.org>
List: pkgsrc-bugs
Date: 05/03/2005 14:43:00
>Number: 30120
>Category: pkg
>Synopsis: PLIST for libao on DF includs sun plugin
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue May 03 14:43:00 +0000 2005
>Originator: Jörg Sonnenberger
>Release: pkgsrc-HEAD
>Organization:
DragonFlyBSD
>Environment:
DragonFly britannica.bec.de 1.3-DEVELOPMENT DragonFly 1.3-DEVELOPMENT #7: Tue May 3 00:50:28 2005 joerg@britannica.bec.de:/home/joerg/wd/DragonFly/world/src/sys/compile/TURTLE i386
>Description:
DragonFly uses OSS, just like FreeBSD. The sun plugin is not build, it should not be part of the plist.
>How-To-Repeat:
>Fix:
Index: Makefile.common
===================================================================
RCS file: /home/joerg/wd/repository/netbsd/pkgsrc/audio/libao/Makefile.common,v
retrieving revision 1.17
diff -u -r1.17 Makefile.common
--- Makefile.common 11 Apr 2005 21:44:53 -0000 1.17
+++ Makefile.common 3 May 2005 14:39:37 -0000
@@ -22,6 +22,9 @@
.if ${OPSYS} == "FreeBSD"
PLIST_SUBST+= LIBOSS=""
PLIST_SUBST+= LIBSUN="@comment "
+.elif ${OPSYS} == "DragonFly"
+PLIST_SUBST+= LIBOSS=""
+PLIST_SUBST+= LIBSUN="@comment "
.elif ${OPSYS} == "SunOS"
PLIST_SUBST+= LIBOSS="@comment "
PLIST_SUBST+= LIBSUN=""