Received: by mail.netbsd.org (Postfix, from userid 605) id 1EC7C84F1A; Wed, 22 Jun 2022 10:10:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56C8F84F19 for ; Wed, 22 Jun 2022 10:10:05 +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 Nb1k4wm02PNx for ; Wed, 22 Jun 2022 10:10:04 +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 A677484CEA for ; Wed, 22 Jun 2022 10:10:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14B90FB1A; Wed, 22 Jun 2022 10:12:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165589272382200" MIME-Version: 1.0 Date: Wed, 22 Jun 2022 10:12:03 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/zam-plugins To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220622101203.14B90FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165589272382200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jun 22 10:12:03 UTC 2022 Modified Files: pkgsrc/audio/zam-plugins: options.mk Log Message: zam-plugins: pkgsrc is unhappy if a package includes options stuff but doesn't provide any options. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/zam-plugins/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165589272382200 Content-Disposition: inline Content-Length: 655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/zam-plugins/options.mk diff -u pkgsrc/audio/zam-plugins/options.mk:1.1 pkgsrc/audio/zam-plugins/options.mk:1.2 --- pkgsrc/audio/zam-plugins/options.mk:1.1 Wed Apr 6 16:32:21 2022 +++ pkgsrc/audio/zam-plugins/options.mk Wed Jun 22 10:12:02 2022 @@ -1,10 +1,11 @@ -# $NetBSD: options.mk,v 1.1 2022/04/06 16:32:21 nia Exp $ +# $NetBSD: options.mk,v 1.2 2022/06/22 10:12:02 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.zam-plugins +PKG_SUPPORTED_OPTIONS+= jack + .include "../../audio/jack/platform.mk" .if ${PLATFORM_SUPPORTS_JACK:tl} == "yes" -PKG_SUPPORTED_OPTIONS+= jack PKG_SUGGESTED_OPTIONS+= jack .endif --_----------=_165589272382200--