pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/polkit polkit: fix sandboxed builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0d4c116138d
branches:  trunk
changeset: 455165:f0d4c116138d
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Jun 29 01:58:55 2021 +0000

description:
polkit: fix sandboxed builds

The newly-added autoreconf processing here requires gtkdocize.

diffstat:

 security/polkit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9c6b34546880 -r f0d4c116138d security/polkit/Makefile
--- a/security/polkit/Makefile  Tue Jun 29 00:09:57 2021 +0000
+++ b/security/polkit/Makefile  Tue Jun 29 01:58:55 2021 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index