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

jmr at macports.org jmr at macports.org
Wed Sep 29 06:25:49 PDT 2010


Revision: 71981
          http://trac.macports.org/changeset/71981
Author:   jmr at macports.org
Date:     2010-09-29 06:25:47 -0700 (Wed, 29 Sep 2010)
Log Message:
-----------
postfix: add postgresql90 variant

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

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2010-09-29 13:15:56 UTC (rev 71980)
+++ trunk/dports/mail/postfix/Portfile	2010-09-29 13:25:47 UTC (rev 71981)
@@ -172,18 +172,24 @@
     lappend AUXLIBS "-L${prefix}/lib/mysql5/mysql" -lmysqlclient -lz -lm
 }
 
-variant postgresql83 conflicts postgresql84 description "add postgresql support via postgresql83" {
+variant postgresql83 conflicts postgresql84 postgresql90 description "add postgresql support via postgresql83" {
     depends_lib-append port:postgresql83
     lappend CCARGS  -DHAS_PGSQL "-I${prefix}/include/postgresql83"
     lappend AUXLIBS "-L${prefix}/lib/postgresql83" -lpq
 }
 
-variant postgresql84 conflicts postgresql83 description "add postgresql support via postgresql84" {
+variant postgresql84 conflicts postgresql83 postgresql90 description "add postgresql support via postgresql84" {
     depends_lib-append port:postgresql84
     lappend CCARGS  -DHAS_PGSQL "-I${prefix}/include/postgresql84"
     lappend AUXLIBS "-L${prefix}/lib/postgresql84" -lpq
 }
 
+variant postgresql90 conflicts postgresql83 postgresql84 description "add postgresql support via postgresql90" {
+    depends_lib-append port:postgresql90
+    lappend CCARGS  -DHAS_PGSQL "-I${prefix}/include/postgresql90"
+    lappend AUXLIBS "-L${prefix}/lib/postgresql90" -lpq
+}
+
 variant dovecot_sasl description "add Dovecot SASL support" {
     lappend 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/20100929/66df7bdd/attachment.html>


More information about the macports-changes mailing list