Received: by mail.netbsd.org (Postfix, from userid 605) id E598A84DB9; Tue, 29 Jun 2021 01:58:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B92284D90 for ; Tue, 29 Jun 2021 01:58:56 +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 52hYQU5r_rb5 for ; Tue, 29 Jun 2021 01:58:55 +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 7985484D69 for ; Tue, 29 Jun 2021 01:58:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65CF5FA95; Tue, 29 Jun 2021 01:58:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624931935208250" MIME-Version: 1.0 Date: Tue, 29 Jun 2021 01:58:55 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/security/polkit To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210629015855.65CF5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624931935208250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Jun 29 01:58:55 UTC 2021 Modified Files: pkgsrc/security/polkit: Makefile Log Message: polkit: fix sandboxed builds The newly-added autoreconf processing here requires gtkdocize. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/polkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624931935208250 Content-Disposition: inline Content-Length: 810 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/polkit/Makefile diff -u pkgsrc/security/polkit/Makefile:1.35 pkgsrc/security/polkit/Makefile:1.36 --- pkgsrc/security/polkit/Makefile:1.35 Mon Jun 28 12:38:46 2021 +++ pkgsrc/security/polkit/Makefile Tue Jun 29 01:58:55 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2021/06/28 12:38:46 nia Exp $ +# $NetBSD: Makefile,v 1.36 2021/06/29 01:58:55 gutteridge Exp $ DISTNAME= polkit-0.119 PKGREVISION= 1 @@ -13,6 +13,8 @@ LICENSE= gnu-lgpl-v2 TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl +# autoreconf processing requires gtkdocize +TOOL_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc NOT_PAX_MPROTECT_SAFE= lib/polkit-1/polkitd --_----------=_1624931935208250--