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

wsiegrist at apple.com wsiegrist at apple.com
Sun Mar 30 16:25:27 PDT 2008


Revision: 35604
          http://trac.macosforge.org/projects/macports/changeset/35604
Author:   wsiegrist at apple.com
Date:     2008-03-30 16:25:26 -0700 (Sun, 30 Mar 2008)

Log Message:
-----------
added variant descriptions

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

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2008-03-30 23:22:14 UTC (rev 35603)
+++ trunk/dports/mail/postfix/Portfile	2008-03-30 23:25:26 UTC (rev 35604)
@@ -100,32 +100,32 @@
 \n"
 }
 
-variant pcre {
+variant pcre description "add pcre support" {
     set CCARGS      [ldelete ${CCARGS} -DNO_PCRE]
     set CCARGS      [concat  ${CCARGS} -DHAS_PCRE -I${prefix}/include]
     set AUXLIBS     [concat ${AUXLIBS} -L${prefix}/lib -lpcre]
     depends_lib-append  port:pcre
 }
 
-variant tls {
+variant tls description "add tls supporti via openssl" {
     depends_lib-append  port:openssl
     set CCARGS      [concat ${CCARGS} -DUSE_TLS -DHAS_SSL -I${prefix}/include]
     set AUXLIBS     [concat ${AUXLIBS} -lssl -lcrypto]
 }
 
-variant sasl {
+variant sasl description "add sasl support via cyrus-sasl2" {
     depends_lib-append  port:cyrus-sasl2
     set CCARGS      [concat ${CCARGS} -DUSE_CYRUS_SASL -DUSE_SASL_AUTH -I${prefix}/include/sasl]
     set AUXLIBS     [concat ${AUXLIBS} -lsasl2]
 }
 
-variant ldap {
+variant ldap description "add ldap support via openldap" {
     depends_lib-append  port:openldap
     set CCARGS      [concat ${CCARGS} -DHAS_LDAP]
     set AUXLIBS     [concat ${AUXLIBS} -lldap -llber]
 }
 
-variant mysql5 {
+variant mysql5  description "add mysql support via mysql5" {
     depends_lib-append port:mysql5
     set CCARGS      [concat ${CCARGS} -DHAS_MYSQL -I${prefix}/include/mysql5/mysql]
     set AUXLIBS     [concat ${AUXLIBS} -L${prefix}/lib/mysql5/mysql -lmysqlclient -lz -lm]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080330/2dfc9694/attachment.html


More information about the macports-changes mailing list