Received: by mail.netbsd.org (Postfix, from userid 605) id 1750384D85; Tue, 2 Jul 2019 03:30:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 910B684D83 for ; Tue, 2 Jul 2019 03:30:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SoBTxPgyfq8n for ; Tue, 2 Jul 2019 03:30:19 +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 E4A0384CD5 for ; Tue, 2 Jul 2019 03:30:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1744FBF4; Tue, 2 Jul 2019 03:30:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562038218179510" MIME-Version: 1.0 Date: Tue, 2 Jul 2019 03:30:18 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/audio/pulseaudio To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190702033018.D1744FBF4@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. --_----------=_1562038218179510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Jul 2 03:30:18 UTC 2019 Modified Files: pkgsrc/audio/pulseaudio: options.mk Log Message: Fix packaging on non-Linux platforms * PLIST_VARS should be completed on all platforms. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/pulseaudio/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562038218179510 Content-Disposition: inline Content-Length: 759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/pulseaudio/options.mk diff -u pkgsrc/audio/pulseaudio/options.mk:1.10 pkgsrc/audio/pulseaudio/options.mk:1.11 --- pkgsrc/audio/pulseaudio/options.mk:1.10 Mon Jul 1 10:25:24 2019 +++ pkgsrc/audio/pulseaudio/options.mk Tue Jul 2 03:30:18 2019 @@ -1,12 +1,9 @@ -# $NetBSD: options.mk,v 1.10 2019/07/01 10:25:24 triaxx Exp $ +# $NetBSD: options.mk,v 1.11 2019/07/02 03:30:18 ryoon Exp $ .include "../../comms/lirc/available.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio -PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11 -.if ${LIRC_AVAILABLE} == "yes" -PKG_SUPPORTED_OPTIONS+= lirc -.endif +PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11 lirc PKG_SUGGESTED_OPTIONS= avahi x11 PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} --_----------=_1562038218179510--