pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



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.

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
 



Home | Main Index | Thread Index | Old Index