pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/audacious-plugins Comment out code for unsupport...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c3fdcd14165
branches:  trunk
changeset: 549449:0c3fdcd14165
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 03 06:52:59 2008 +0000

description:
Comment out code for unsupported options.

diffstat:

 audio/audacious-plugins/options.mk |  30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diffs (47 lines):

diff -r a0b2858d8584 -r 0c3fdcd14165 audio/audacious-plugins/options.mk
--- a/audio/audacious-plugins/options.mk        Mon Nov 03 06:52:04 2008 +0000
+++ b/audio/audacious-plugins/options.mk        Mon Nov 03 06:52:59 2008 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/10/20 09:32:19 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2008/11/03 06:52:59 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.audacious-plugins
 PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi # pulse sid
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Msid)
-.  include "../../wip/resid-builder/buildlink3.mk"
-PLIST_SUBST+=          SID=""
-.else
-CONFIGURE_ARGS+=       --disable-sid
-PLIST_SUBST+=          SID="@comment "
-.endif
+#.if !empty(PKG_OPTIONS:Msid)
+#.  include "../../wip/resid-builder/buildlink3.mk"
+#PLIST_SUBST+=         SID=""
+#.else
+#CONFIGURE_ARGS+=      --disable-sid
+#PLIST_SUBST+=         SID="@comment "
+#.endif
 
 .if !empty(PKG_OPTIONS:Marts)
 .  include "../../audio/arts/buildlink3.mk"
@@ -49,10 +49,10 @@
 PLIST_SUBST+=          MIDI="@comment "
 .endif
 
-.if !empty(PKG_OPTIONS:Mpulse)
-.  include "../../wip/pulseaudio/buildlink3.mk"
-PLIST_SUBST+=          PULSE=""
-.else
-CONFIGURE_ARGS+=       --disable-pulse
-PLIST_SUBST+=          PULSE="@comment "
-.endif
+#.if !empty(PKG_OPTIONS:Mpulse)
+#.  include "../../wip/pulseaudio/buildlink3.mk"
+#PLIST_SUBST+=         PULSE=""
+#.else
+#CONFIGURE_ARGS+=      --disable-pulse
+#PLIST_SUBST+=         PULSE="@comment "
+#.endif



Home | Main Index | Thread Index | Old Index