Ticket #10332: postfix.patch

File postfix.patch, 852 bytes (added by opendarwin@…, 18 years ago)

patch for postfix Portfile

Line 
15a6,7
2> revision              1
3>
433c35,36
5< build.env     CCARGS=-DNO_PCRE
6---
7> set CCARGS    -DNO_PCRE
8> set AUXLIBS   -L${prefix}/lib
936a40
10>       system "make makefiles CCARGS=\"${CCARGS}\" AUXLIBS=\"${AUXLIBS}\""
1180c84
12<               daemon_directory=${prefix}/libexec \
13---
14>               daemon_directory=${prefix}/libexec/postfix \
15114c118,128
16<       build.env-delete        CCARGS=-DNO_PCRE
17---
18>       set CCARGS              [ldelete ${CCARGS} -DNO_PCRE]
19> }
20>
21> variant tls {
22>       set CCARGS              [concat ${CCARGS} -DUSE_TLS]
23>       set AUXLIBS             [concat ${AUXLIBS} -lssl -lcrypto]
24> }
25>
26> variant sasl {
27>       set CCARGS              [concat ${CCARGS} -DUSE_SASL_AUTH -I/opt/local/include/sasl]
28>       set AUXLIBS             [concat ${AUXLIBS} -lsasl2]
29117,118c131,133
30< platform darwin 7 {
31<       build.env-append CCARGS=-DBIND_8_COMPAT
32---
33> variant ldap {
34>       set CCARGS              [concat ${CCARGS} -DHAS_LDAP]
35>       set AUXLIBS             [concat ${AUXLIBS} -lldap -llber]