Received: by mail.netbsd.org (Postfix, from userid 605) id E204F84D8D; Sun, 31 May 2020 15:47:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68EF384CF1 for ; Sun, 31 May 2020 15:47:41 +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 OYwjIvtLwlVF for ; Sun, 31 May 2020 15:47:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C23FA84D8B for ; Sun, 31 May 2020 15:47:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA1EBFB27; Sun, 31 May 2020 15:47:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590940060158600" MIME-Version: 1.0 Date: Sun, 31 May 2020 15:47:40 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/security/mate-polkit To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200531154740.BA1EBFB27@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. --_----------=_1590940060158600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 31 15:47:40 UTC 2020 Modified Files: pkgsrc/security/mate-polkit: options.mk Log Message: security/mate-polkit: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/mate-polkit/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590940060158600 Content-Disposition: inline Content-Length: 976 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/mate-polkit/options.mk diff -u pkgsrc/security/mate-polkit/options.mk:1.2 pkgsrc/security/mate-polkit/options.mk:1.3 --- pkgsrc/security/mate-polkit/options.mk:1.2 Mon Jun 13 23:28:36 2016 +++ pkgsrc/security/mate-polkit/options.mk Sun May 31 15:47:40 2020 @@ -1,19 +1,13 @@ -# $NetBSD: options.mk,v 1.2 2016/06/13 23:28:36 youri Exp $ +# $NetBSD: options.mk,v 1.3 2020/05/31 15:47:40 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mate-polkit PKG_SUPPORTED_OPTIONS= introspection -PKG_SUGGESTED_OPTIONS= +PKG_SUGGESTED_OPTIONS= # none .include "../../mk/bsd.options.mk" -PLIST_VARS+= introspection - .if !empty(PKG_OPTIONS:Mintrospection) BUILDLINK_DEPMETHOD.gobject-introspection+= build .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../graphics/cairo-gobject/buildlink3.mk" -CONFIGURE_ARGS+= --enable-introspection -PLIST.introspection= yes -.else -CONFIGURE_ARGS+= --disable-introspection .endif --_----------=_1590940060158600--