Mon Nov 3 06:52:59 2008 UTC ()
Comment out code for unsupported options.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/audio/audacious-plugins/options.mk

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/audacious-plugins/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/audacious-plugins/options.mk 2008/10/20 09:32:19 1.1.1.1
+++ pkgsrc/audio/audacious-plugins/options.mk 2008/11/03 06:52:59 1.2
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: options.mk,v 1.1.1.1 2008/10/20 09:32:19 wiz Exp $ 1# $NetBSD: options.mk,v 1.2 2008/11/03 06:52:59 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.audacious-plugins 3PKG_OPTIONS_VAR= PKG_OPTIONS.audacious-plugins
4PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi # pulse sid 4PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi # pulse sid
5 5
6.include "../../mk/bsd.options.mk" 6.include "../../mk/bsd.options.mk"
7 7
8.if !empty(PKG_OPTIONS:Msid) 8#.if !empty(PKG_OPTIONS:Msid)
9. include "../../wip/resid-builder/buildlink3.mk" 9#. include "../../wip/resid-builder/buildlink3.mk"
10PLIST_SUBST+= SID="" 10#PLIST_SUBST+= SID=""
11.else 11#.else
12CONFIGURE_ARGS+= --disable-sid 12#CONFIGURE_ARGS+= --disable-sid
13PLIST_SUBST+= SID="@comment " 13#PLIST_SUBST+= SID="@comment "
14.endif 14#.endif
15 15
16.if !empty(PKG_OPTIONS:Marts) 16.if !empty(PKG_OPTIONS:Marts)
17. include "../../audio/arts/buildlink3.mk" 17. include "../../audio/arts/buildlink3.mk"
18PLIST_SUBST+= ARTS="" 18PLIST_SUBST+= ARTS=""
19.else 19.else
20CONFIGURE_ARGS+= --disable-arts 20CONFIGURE_ARGS+= --disable-arts
21PLIST_SUBST+= ARTS="@comment " 21PLIST_SUBST+= ARTS="@comment "
22.endif 22.endif
23 23
24.if !empty(PKG_OPTIONS:Mesound) 24.if !empty(PKG_OPTIONS:Mesound)
25. include "../../audio/esound/buildlink3.mk" 25. include "../../audio/esound/buildlink3.mk"
26PLIST_SUBST+= ESD="" 26PLIST_SUBST+= ESD=""
27.else 27.else
@@ -39,20 +39,20 @@ PLIST_SUBST+= JACK="" @@ -39,20 +39,20 @@ PLIST_SUBST+= JACK=""
39.else 39.else
40CONFIGURE_ARGS+= --disable-jack 40CONFIGURE_ARGS+= --disable-jack
41PLIST_SUBST+= JACK="@comment " 41PLIST_SUBST+= JACK="@comment "
42.endif 42.endif
43 43
44.if !empty(PKG_OPTIONS:Mmidi) 44.if !empty(PKG_OPTIONS:Mmidi)
45BUILD_DEPENDS+= timidity>=0:../../audio/timidity 45BUILD_DEPENDS+= timidity>=0:../../audio/timidity
46PLIST_SUBST+= MIDI="" 46PLIST_SUBST+= MIDI=""
47.else 47.else
48CONFIGURE_ARGS+= --disable-timidity 48CONFIGURE_ARGS+= --disable-timidity
49PLIST_SUBST+= MIDI="@comment " 49PLIST_SUBST+= MIDI="@comment "
50.endif 50.endif
51 51
52.if !empty(PKG_OPTIONS:Mpulse) 52#.if !empty(PKG_OPTIONS:Mpulse)
53. include "../../wip/pulseaudio/buildlink3.mk" 53#. include "../../wip/pulseaudio/buildlink3.mk"
54PLIST_SUBST+= PULSE="" 54#PLIST_SUBST+= PULSE=""
55.else 55#.else
56CONFIGURE_ARGS+= --disable-pulse 56#CONFIGURE_ARGS+= --disable-pulse
57PLIST_SUBST+= PULSE="@comment " 57#PLIST_SUBST+= PULSE="@comment "
58.endif 58#.endif