pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/audacious-plugins audacious-plugins: remove defa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f50224e143b
branches:  trunk
changeset: 369156:0f50224e143b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 13:33:07 2017 +0000

description:
audacious-plugins: remove default-on arts option

arts was removed from pkgsrc.

diffstat:

 audio/audacious-plugins/Makefile   |   4 ++--
 audio/audacious-plugins/options.mk |  14 +++-----------
 2 files changed, 5 insertions(+), 13 deletions(-)

diffs (43 lines):

diff -r abafb9bf9f04 -r 0f50224e143b audio/audacious-plugins/Makefile
--- a/audio/audacious-plugins/Makefile  Wed Sep 27 13:32:30 2017 +0000
+++ b/audio/audacious-plugins/Makefile  Wed Sep 27 13:33:07 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2017/09/08 02:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.74 2017/09/27 13:33:07 wiz Exp $
 
 DISTNAME=      audacious-plugins-3.5.2
-PKGREVISION=   14
+PKGREVISION=   15
 CATEGORIES=    audio
 MASTER_SITES=  http://distfiles.audacious-media-player.org/
 EXTRACT_SUFX=  .tar.bz2
diff -r abafb9bf9f04 -r 0f50224e143b audio/audacious-plugins/options.mk
--- a/audio/audacious-plugins/options.mk        Wed Sep 27 13:32:30 2017 +0000
+++ b/audio/audacious-plugins/options.mk        Wed Sep 27 13:33:07 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.7 2014/10/28 02:20:26 mef Exp $
+# $NetBSD: options.mk,v 1.8 2017/09/27 13:33:07 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.audacious-plugins
-PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi pulseaudio sid
-PKG_SUGGESTED_OPTIONS+=        inet6 pulseaudio jack arts
+PKG_SUPPORTED_OPTIONS= esound inet6 jack midi pulseaudio sid
+PKG_SUGGESTED_OPTIONS+=        inet6 pulseaudio jack
 
 .include "../../mk/bsd.options.mk"
 
@@ -14,14 +14,6 @@
 CONFIGURE_ARGS+=       --disable-sid
 .endif
 
-PLIST_VARS+=   arts
-.if !empty(PKG_OPTIONS:Marts)
-.  include "../../audio/arts/buildlink3.mk"
-PLIST.arts=    yes
-.else
-CONFIGURE_ARGS+=       --disable-arts
-.endif
-
 PLIST_VARS+=   esd
 .if !empty(PKG_OPTIONS:Mesound)
 .  include "../../audio/esound/buildlink3.mk"



Home | Main Index | Thread Index | Old Index