[139108] trunk/dports/gnome/gnome-keyring

devans at macports.org devans at macports.org
Sun Aug 2 12:21:08 PDT 2015


Revision: 139108
          https://trac.macports.org/changeset/139108
Author:   devans at macports.org
Date:     2015-08-02 12:21:08 -0700 (Sun, 02 Aug 2015)
Log Message:
-----------
gnome-keyring: disable pam support on El Capitan due to permissions problem that won't allow MacPorts to activate a module in the system pam directory.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-keyring/Portfile

Property Changed:
----------------
    trunk/dports/gnome/gnome-keyring/


Property changes on: trunk/dports/gnome/gnome-keyring
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-keyring:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-keyring:108269-136691
/users/devans/GNOME-3/unstable/dports/gnome/gnome-keyring:117930-118156,125236-125738,133845-134673
/users/rmstonecipher/gnome/gnome-keyring:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-keyring:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-keyring:108269-139107
/users/devans/GNOME-3/unstable/dports/gnome/gnome-keyring:117930-118156,125236-125738,133845-134673
/users/rmstonecipher/gnome/gnome-keyring:102363-103172

Modified: trunk/dports/gnome/gnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/gnome-keyring/Portfile	2015-08-02 19:19:05 UTC (rev 139107)
+++ trunk/dports/gnome/gnome-keyring/Portfile	2015-08-02 19:21:08 UTC (rev 139108)
@@ -62,7 +62,9 @@
                     --disable-schemas-compile
 
 platform darwin {
-    if {${os.major} < 10} {
+# darwin 15 (El Capitan) fails during activation if pam support is enabled
+# won't allow activation of module in system pam directory (/usr/lib/pam)
+    if {${os.major} < 10 || ${os.major} > 14} {
         configure.args-append --disable-pam
     } else {
         configure.args-append --with-pam-dir=/usr/lib/pam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150802/bca413ab/attachment.html>


More information about the macports-changes mailing list