Received: by mail.netbsd.org (Postfix, from userid 605) id 0741E84D91; Wed, 27 Sep 2017 13:45:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B54284D83 for ; Wed, 27 Sep 2017 13:45:54 +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 xsD21bzisKdq for ; Wed, 27 Sep 2017 13:45:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EE1A084D35 for ; Wed, 27 Sep 2017 13:45:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E945DFA9C; Wed, 27 Sep 2017 13:45:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506519953137350" MIME-Version: 1.0 Date: Wed, 27 Sep 2017 13:45:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/esound To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170927134553.E945DFA9C@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. --_----------=_1506519953137350 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:45:53 UTC 2017 Modified Files: pkgsrc/audio/esound: options.mk Log Message: esound: remove default-off arts option arts was removed from pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/esound/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506519953137350 Content-Disposition: inline Content-Length: 808 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/esound/options.mk diff -u pkgsrc/audio/esound/options.mk:1.3 pkgsrc/audio/esound/options.mk:1.4 --- pkgsrc/audio/esound/options.mk:1.3 Sat Sep 8 18:58:43 2012 +++ pkgsrc/audio/esound/options.mk Wed Sep 27 13:45:53 2017 @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.3 2012/09/08 18:58:43 cheusov Exp $ +# $NetBSD: options.mk,v 1.4 2017/09/27 13:45:53 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.esound -PKG_SUPPORTED_OPTIONS= inet6 arts +PKG_SUPPORTED_OPTIONS= inet6 PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" @@ -11,9 +11,3 @@ CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif - -.if !empty(PKG_OPTIONS:Marts) -.include "../../audio/arts/buildlink3.mk" -.else -CONFIGURE_ARGS+= --disable-arts --disable-artstest -.endif --_----------=_1506519953137350--