[58384] trunk/dports/mail/imap-uw

snc at macports.org snc at macports.org
Sun Sep 27 19:01:49 PDT 2009


Revision: 58384
          http://trac.macports.org/changeset/58384
Author:   snc at macports.org
Date:     2009-09-27 19:01:46 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
disable parallel build, add patch for snow leopard, ticket #21638

Modified Paths:
--------------
    trunk/dports/mail/imap-uw/Portfile

Added Paths:
-----------
    trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-ckp_pam.c.diff

Modified: trunk/dports/mail/imap-uw/Portfile
===================================================================
--- trunk/dports/mail/imap-uw/Portfile	2009-09-28 01:45:41 UTC (rev 58383)
+++ trunk/dports/mail/imap-uw/Portfile	2009-09-28 02:01:46 UTC (rev 58384)
@@ -6,7 +6,7 @@
 name                imap-uw
 version             2007e
 categories          mail
-#license             Apachev2
+license             Apache v2
 maintainers         snc openmaintainer
 description         University of Washington IMAP daemon
 long_description    IMAP (Internet Message Access Protocol) is a method \
@@ -26,6 +26,7 @@
                     rmd160  7d6af203419975f763d7ec17b6a4544c94490b50
 
 use_configure       no
+use_parallel_build  no
 
 build.target        oxp
 # Enable IPv6 support
@@ -52,6 +53,11 @@
    depends_lib      lib:libssl.0.9:openssl
 
    patchfiles       patch-Makefile.diff
+
+    if {${os.major} >= 10} {
+        patchfiles-append   patch-src-osdep-unix-ckp_pam.c.diff
+    }
+
    build.target     oxp
    build.args-append    SSLTYPE=unix
 

Added: trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-ckp_pam.c.diff
===================================================================
--- trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-ckp_pam.c.diff	                        (rev 0)
+++ trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-ckp_pam.c.diff	2009-09-28 02:01:46 UTC (rev 58384)
@@ -0,0 +1,16 @@
+*** src/osdep/unix/ckp_pam.c.orig	Sat Sep 26 15:40:19 2009
+--- src/osdep/unix/ckp_pam.c	Sat Sep 26 15:40:54 2009
+***************
+*** 27,37 ****
+   */
+  
+  
+- #ifdef MAC_OSX_KLUDGE		/* why can't Apple be compatible? */
+- #include <pam/pam_appl.h>
+- #else
+  #include <security/pam_appl.h>
+- #endif
+  
+  struct checkpw_cred {
+    char *uname;			/* user name */
+--- 27,33 ----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090927/c4a22282/attachment.html>


More information about the macports-changes mailing list