[78377] trunk/dports/textproc/sphinx/Portfile

dports at macports.org dports at macports.org
Thu May 5 10:51:47 PDT 2011


Revision: 78377
          http://trac.macports.org/changeset/78377
Author:   dports at macports.org
Date:     2011-05-05 10:51:47 -0700 (Thu, 05 May 2011)
Log Message:
-----------
sphynx: add postgresql90 variant (#28722)

Modified Paths:
--------------
    trunk/dports/textproc/sphinx/Portfile

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2011-05-05 17:44:44 UTC (rev 78376)
+++ trunk/dports/textproc/sphinx/Portfile	2011-05-05 17:51:47 UTC (rev 78377)
@@ -34,27 +34,35 @@
 
 test.run            yes
 
-variant postgres conflicts postgresql83 postgresql84 description {Enable PostgreSQL support for old PgSQL 8.2} {
+variant postgres conflicts postgresql83 postgresql84 postgresql90 description {Enable PostgreSQL support for old PgSQL 8.2} {
     depends_lib-append      port:postgresql82
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql82 \
                             --with-pgsql-libs=${prefix}/lib/postgresql82
 }
 
-variant postgresql83 conflicts postgres postgresql84 description {Enable PostgreSQL support for newer PgSQL v8.3} {
+variant postgresql83 conflicts postgres postgresql84 postgresql90 description {Enable PostgreSQL support for newer PgSQL v8.3} {
     depends_lib-append      port:postgresql83
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql83 \
                             --with-pgsql-libs=${prefix}/lib/postgresql83
 }
 
-variant postgresql84 conflicts postgres postgresql83 description {Enable PostgreSQL support for newer PgSQL v8.4} {
+variant postgresql84 conflicts postgres postgresql83 postgresql90 description {Enable PostgreSQL support for newer PgSQL v8.4} {
     depends_lib-append      port:postgresql84
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql84 \
                             --with-pgsql-libs=${prefix}/lib/postgresql84
 }
 
+variant postgresql90 conflicts postgres postgresql83 postgresql84 description {Enable PostgreSQL support for newer PgSQL v9.0} {
+    depends_lib-append      port:postgresql90
+    configure.args-append   --with-pgsql \
+                            --with-pgsql-includes=${prefix}/include/postgresql90 \
+                            --with-pgsql-libs=${prefix}/lib/postgresql90
+}
+
+
 variant mysql5 description {Enable MySQL 5 support} {
     depends_lib-append      path:bin/mysql_config5:mysql5
     configure.args-delete   --without-mysql
@@ -62,6 +70,6 @@
 		                    --with-mysql-libs=${prefix}/lib/mysql5/mysql
 }
 
-if {![variant_isset postgres] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset mysql5]} {
+if {![variant_isset postgres] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset mysql5]} {
     default_variants +mysql5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110505/a45afdc7/attachment.html>


More information about the macports-changes mailing list