pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/audacious-plugins
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 27 13:33:07 UTC 2017
Modified Files:
pkgsrc/audio/audacious-plugins: Makefile options.mk
Log Message:
audacious-plugins: remove default-on arts option
arts was removed from pkgsrc.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/audio/audacious-plugins/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/audacious-plugins/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/audacious-plugins/Makefile
diff -u pkgsrc/audio/audacious-plugins/Makefile:1.73 pkgsrc/audio/audacious-plugins/Makefile:1.74
--- pkgsrc/audio/audacious-plugins/Makefile:1.73 Fri Sep 8 02:38:36 2017
+++ pkgsrc/audio/audacious-plugins/Makefile Wed Sep 27 13:33:07 2017
@@ -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
Index: pkgsrc/audio/audacious-plugins/options.mk
diff -u pkgsrc/audio/audacious-plugins/options.mk:1.7 pkgsrc/audio/audacious-plugins/options.mk:1.8
--- pkgsrc/audio/audacious-plugins/options.mk:1.7 Tue Oct 28 02:20:26 2014
+++ pkgsrc/audio/audacious-plugins/options.mk Wed Sep 27 13:33:07 2017
@@ -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 @@ PLIST.sid= yes
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