Ticket #11280: postfix.diff
File postfix.diff, 1.6 KB (added by canela@…, 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name postfix 5 version 2.3. 25 version 2.3.6 6 6 categories mail 7 7 maintainers yeled@macports.org 8 8 description Fast and robust mail transfer agent … … 13 13 Postfix act as delivery daemon for ezmlm-idx. 14 14 homepage http://www.postfix.org/ 15 15 platforms darwin 16 checksums md5 b1e482eea6a340041b8a637e62b15e3c 17 master_sites ftp://ftp.tau.ac.il/pub/unix/mail/postfix/official/ \ 18 http://postfix.problemlos.ch/release/official/ \ 16 checksums sha1 6675da860f92237357c0f23214131500951d99a8 17 master_sites http://postfix.problemlos.ch/release/official/ \ 19 18 ftp://ftp.matrix.com.br/pub/postfix/official/ \ 20 19 ftp://ftp.its.cz/MIRRORS/ftp.porcupine.org/mirrors/postfix-release/official/\ 21 20 ftp://ftp.club-internet.fr/pub/mirrors/ftp.porcupine.org/postfix-release/official/\ … … 130 129 131 130 variant tls { 132 131 depends_lib-append port:openssl 133 set CCARGS [concat ${CCARGS} -DUSE_TLS ]132 set CCARGS [concat ${CCARGS} -DUSE_TLS -DHAS_SSL -I${prefix}/include/openssl] 134 133 set AUXLIBS [concat ${AUXLIBS} -lssl -lcrypto] 135 134 } 136 135 137 136 variant sasl { 138 137 depends_lib-append port:cyrus-sasl2 139 set CCARGS [concat ${CCARGS} -DUSE_ SASL_AUTH -I${prefix}/include/sasl]138 set CCARGS [concat ${CCARGS} -DUSE_CYRUS_SASL -DUSE_SASL_AUTH -I${prefix}/include/sasl] 140 139 set AUXLIBS [concat ${AUXLIBS} -lsasl2] 141 140 } 142 141