2009-01-20 11:08:17 by Jonathan Perkin | Files touched by this commit (5) |
Log message: The Solaris support in this package only works on OpenSolaris. Allow it to build (although likely not work) on Solaris too. |
2008-12-21 14:57:29 by Jared D. McNeill | Files touched by this commit (4) |
Log message: PR# pkg/40146: security/policykit fails to build on Linux |
2008-12-20 20:44:00 by Jared D. McNeill | Files touched by this commit (5) |
Log message: PR# pkg/40230: "libvolume_id" doesn't build under Mac OS X Fix PolicyKit build on OSX. |
2008-12-15 16:06:43 by Roland Illig | Files touched by this commit (2) |
Log message: gcc complains when an int is cast to a pointer of different size. To avoid that warning, the ints are first cast to size_t, which is more likely to match the size of a pointer. Unfortunately, the intptr_t and uintptr_t types are marked optional in C99. |
2008-11-26 09:22:25 by Hasso Tepper | Files touched by this commit (1) |
Log message: * Use PolicyKit.conf.NetBSD on DragonFly as well * DESTDIR support * Bump PKGREVISION |
2008-11-24 15:50:43 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add missing build dependencies on libxslt and docbook-xsl, for creating the man pages. No PKGREVISION bump because package didn't package. |
2008-11-23 23:28:23 by Jared D. McNeill | Files touched by this commit (2) |
Log message: From FreeBSD: Fix a problem with PK's strndup() implementation assuming all strings passed to it would be NUL-terminated. This is known to fix crashes with polkit-gnome-authorization and clock-applet. |
2008-11-23 22:21:43 by Hasso Tepper | Files touched by this commit (8) |
Log message: * Make it compile in DragonFly * Fix permissions of suid/sgid binaries * Bump PKGREVISION |
2008-11-23 03:00:48 by Jared D. McNeill | Files touched by this commit (2) |
Log message: On NetBSD, install a default policy that allows password-less authentication for root, password authentication for users in group wheel, and deny access to all others. |
2008-11-22 04:55:53 by Jared D. McNeill | Files touched by this commit (1) |
Log message: Add a MESSAGE explaining that procfs is required for policykit |