Received: by mail.netbsd.org (Postfix, from userid 605) id C9AE384D83; Wed, 27 Sep 2017 13:33:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AC2584D4B for ; Wed, 27 Sep 2017 13:33:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id tv3baUGtYjqU for ; Wed, 27 Sep 2017 13:33:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DF38C84D3C for ; Wed, 27 Sep 2017 13:33:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD9E2FA9C; Wed, 27 Sep 2017 13:33:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506519187284410" MIME-Version: 1.0 Date: Wed, 27 Sep 2017 13:33:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/audacious-plugins To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170927133307.DD9E2FA9C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1506519187284410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1506519187284410 Content-Disposition: inline Content-Length: 1698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1506519187284410--