Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 350E47A476 for ; Thu, 7 Jul 2016 06:28:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C88FD85E82; Thu, 7 Jul 2016 06:28:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5680185E25 for ; Thu, 7 Jul 2016 06:28:25 +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 Y9MJDpBtz9O3 for ; Thu, 7 Jul 2016 06:28:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA4BD84CE9 for ; Thu, 7 Jul 2016 06:28:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8175FBB5; Thu, 7 Jul 2016 06:28:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467872904106950" MIME-Version: 1.0 Date: Thu, 7 Jul 2016 06:28:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/ardour To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160707062824.E8175FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1467872904106950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 7 06:28:24 UTC 2016 Modified Files: pkgsrc/audio/ardour: options.mk Log Message: Use PKG_FAIL_REASON instead of .error. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/ardour/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467872904106950 Content-Disposition: inline Content-Length: 687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/ardour/options.mk diff -u pkgsrc/audio/ardour/options.mk:1.1 pkgsrc/audio/ardour/options.mk:1.2 --- pkgsrc/audio/ardour/options.mk:1.1 Mon Jun 20 08:17:42 2016 +++ pkgsrc/audio/ardour/options.mk Thu Jul 7 06:28:24 2016 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2016/06/20 08:17:42 kamil Exp $ +# $NetBSD: options.mk,v 1.2 2016/07/07 06:28:24 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ardour @@ -11,7 +11,7 @@ PLIST_VARS= alsa jack dummy .if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" . if empty(PKG_OPTIONS:Malsa) -. error ALSA is required on this platform +PKG_FAIL_REASON+= "ALSA is required on this platform." . endif .endif --_----------=_1467872904106950--