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

pguyot at kallisys.net pguyot at kallisys.net
Sat Jan 12 10:26:29 PST 2008


Revision: 32726
          http://trac.macosforge.org/projects/macports/changeset/32726
Author:   pguyot at kallisys.net
Date:     2008-01-12 10:26:27 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
mail/imap-uw: Fix for 10.3 (tentative)

Modified Paths:
--------------
    trunk/dports/mail/imap-uw/Portfile
    trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-Makefile

Modified: trunk/dports/mail/imap-uw/Portfile
===================================================================
--- trunk/dports/mail/imap-uw/Portfile	2008-01-12 15:11:57 UTC (rev 32725)
+++ trunk/dports/mail/imap-uw/Portfile	2008-01-12 18:26:27 UTC (rev 32726)
@@ -31,6 +31,7 @@
 platform darwin 7 {
 	patchfiles	patch-src-osdep-unix-Makefile \
 			patch-src-osdep-unix-ckp_osx.c
+	build.target	osx
 }
 
 # Default is to enable SSL support and plaintext authentication

Modified: trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-Makefile
===================================================================
--- trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-Makefile	2008-01-12 15:11:57 UTC (rev 32725)
+++ trunk/dports/mail/imap-uw/files/patch-src-osdep-unix-Makefile	2008-01-12 18:26:27 UTC (rev 32726)
@@ -1,15 +1,15 @@
-diff -ruP src/osdep/unix-orig/Makefile src/osdep/unix/Makefile
---- src/osdep/unix-orig/Makefile	Wed Nov  5 00:18:07 2003
-+++ src/osdep/unix/Makefile	Wed Nov  5 00:18:58 2003
-@@ -525,9 +525,10 @@
+--- src/osdep/unix/Makefile.orig	2008-01-12 19:23:42.000000000 +0100
++++ src/osdep/unix/Makefile	2008-01-12 19:24:48.000000000 +0100
+@@ -581,10 +581,11 @@
  
  osx:	# Mac OS X
  	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
 -	 CRXTYPE=nfs \
 +	 CHECKPW=osx CRXTYPE=nfs \
  	 SPOOLDIR=/var/spool MAILSPOOL=/var/mail \
--	 BASECFLAGS="-g -O -Wno-pointer-sign"
-+	 BASECFLAGS="-g -O" \
+ 	 RSHPATH=/usr/bin/rsh \
+-	 BASECFLAGS="$(GCC4CFLAGS)"
++	 BASECFLAGS="$(GCC4CFLAGS) -Wno-pointer-sign" \
 +	 EXTRALDFLAGS="-framework DirectoryService"
  
  ptx:	# PTX

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080112/988fc6a5/attachment-0001.html


More information about the macports-changes mailing list