[53174] trunk/dports/security/policykit/files

toby at macports.org toby at macports.org
Tue Jun 30 12:49:47 PDT 2009


Revision: 53174
          http://trac.macports.org/changeset/53174
Author:   toby at macports.org
Date:     2009-06-30 12:49:45 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------
#20120 (PolicyKit 0.9 + Mac OS 10.6 10A394)

Modified Paths:
--------------
    trunk/dports/security/policykit/files/patch-src-polkit-dbus-polkit-resolve-exe-helper.c.diff
    trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper-pam.c.diff
    trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper.c.diff

Modified: trunk/dports/security/policykit/files/patch-src-polkit-dbus-polkit-resolve-exe-helper.c.diff
===================================================================
--- trunk/dports/security/policykit/files/patch-src-polkit-dbus-polkit-resolve-exe-helper.c.diff	2009-06-30 19:28:36 UTC (rev 53173)
+++ trunk/dports/security/policykit/files/patch-src-polkit-dbus-polkit-resolve-exe-helper.c.diff	2009-06-30 19:49:45 UTC (rev 53174)
@@ -4,7 +4,7 @@
  #ifdef HAVE_FREEBSD
  #include <sys/param.h>
  #endif
-+#ifdef __APPLE__
++#if defined(__APPLE__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1060
 +#include <pam/pam_appl.h>
 +#else
  #include <security/pam_appl.h>

Modified: trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper-pam.c.diff
===================================================================
--- trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper-pam.c.diff	2009-06-30 19:28:36 UTC (rev 53173)
+++ trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper-pam.c.diff	2009-06-30 19:49:45 UTC (rev 53174)
@@ -4,7 +4,7 @@
  #include <sys/types.h>
  #include <sys/stat.h>
  #include <syslog.h>
-+#ifdef __APPLE__
++#if defined(__APPLE__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1060
 +#include <pam/pam_appl.h>
 +#else
  #include <security/pam_appl.h>

Modified: trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper.c.diff
===================================================================
--- trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper.c.diff	2009-06-30 19:28:36 UTC (rev 53173)
+++ trunk/dports/security/policykit/files/patch-src-polkit-grant-polkit-grant-helper.c.diff	2009-06-30 19:49:45 UTC (rev 53174)
@@ -4,7 +4,7 @@
  #include <sys/stat.h>
  
  #ifdef POLKIT_AUTHFW_PAM
-+#ifdef __APPLE__
++#if defined(__APPLE__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1060
 +#include <pam/pam_appl.h>
 +#else
  #include <security/pam_appl.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090630/41c9a4de/attachment.html>


More information about the macports-changes mailing list