--- Portfile.old 2006-09-28 17:26:48.000000000 +0200 +++ Portfile 2006-09-28 17:52:43.000000000 +0200 @@ -2,7 +2,7 @@ PortSystem 1.0 name postfix -version 2.3.2 +version 2.3.3 categories mail maintainers yeled@macports.org description Fast and robust mail transfer agent @@ -13,7 +13,7 @@ Postfix act as delivery daemon for ezmlm-idx. homepage http://www.postfix.org/ platforms darwin -checksums md5 b1e482eea6a340041b8a637e62b15e3c +checksums md5 f957e9319428be81c724b606fe060cc7 master_sites ftp://ftp.tau.ac.il/pub/unix/mail/postfix/official/ \ http://postfix.problemlos.ch/release/official/ \ ftp://ftp.matrix.com.br/pub/postfix/official/ \ @@ -129,15 +129,15 @@ } variant tls { - depends_lib-append port:openssl - set CCARGS [concat ${CCARGS} -DUSE_TLS] - set AUXLIBS [concat ${AUXLIBS} -lssl -lcrypto] +# depends_lib-append port:openssl + set CCARGS [concat ${CCARGS} -DUSE_TLS -I/usr/include/openssl] + set AUXLIBS [concat ${AUXLIBS} -L/usr/lib/openssl -lssl -lcrypto] } variant sasl { depends_lib-append port:cyrus-sasl2 - set CCARGS [concat ${CCARGS} -DUSE_SASL_AUTH -I${prefix}/include/sasl] - set AUXLIBS [concat ${AUXLIBS} -lsasl2] + set CCARGS [concat ${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${prefix}/include/sasl] + set AUXLIBS [concat ${AUXLIBS} -L${prefix}/lib/sasl2 -lsasl2] } variant ldap {