most recent changes, diff for evolution-data-server
Index: gnome/evolution-data-server/Portfile
--- gnome/evolution-data-server/Portfile (revision 35939)
+++ gnome/evolution-data-server/Portfile (revision 35940)
@@ -40,3 +40,14 @@
--with-nspr-includes=${prefix}/include/nspr \
--with-nss-includes=${prefix}/include/nss \
--with-krb5=/usr
+
+platform darwin 8 {
+ post-patch {
+ reinplace "s|#include |#include \\\n#include |g" \
+ ${worksrcpath}/camel/camel-block-file.h
+ }
+}
+
+platform darwin 8 i386 {
+ configure.env-append MACOSX_DEPLOYMENT_TARGET="10.3"
+}