[51390] trunk/dports/mail/postfix/Portfile

raimue at macports.org raimue at macports.org
Sat May 23 17:13:52 PDT 2009


Revision: 51390
          http://trac.macports.org/changeset/51390
Author:   raimue at macports.org
Date:     2009-05-23 17:13:52 -0700 (Sat, 23 May 2009)
Log Message:
-----------
mail/postfix:
Add +dovecot_sasl variant, closes #19432

Modified Paths:
--------------
    trunk/dports/mail/postfix/Portfile

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2009-05-23 23:53:24 UTC (rev 51389)
+++ trunk/dports/mail/postfix/Portfile	2009-05-24 00:13:52 UTC (rev 51390)
@@ -163,3 +163,7 @@
     set CCARGS      [concat ${CCARGS} -DHAS_PGSQL -I${prefix}/include/postgresql83]
     set AUXLIBS     [concat ${AUXLIBS} -L${prefix}/lib/postgresql83 -lpq]
 }
+
+variant dovecot_sasl description "add Dovecot SASL support " {
+    set CCARGS      [concat ${CCARGS} -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\\\\"dovecot\\\\\\"]
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090523/02751d9f/attachment.html>


More information about the macports-changes mailing list