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

ryandesign at macports.org ryandesign at macports.org
Wed Oct 24 18:26:49 PDT 2012


Revision: 99044
          http://trac.macports.org//changeset/99044
Author:   ryandesign at macports.org
Date:     2012-10-24 18:26:49 -0700 (Wed, 24 Oct 2012)
Log Message:
-----------
sphinx: fix postgresql92 variant; ensure we don't opportunistically link with unixodbc

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

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2012-10-25 00:55:56 UTC (rev 99043)
+++ trunk/dports/textproc/sphinx/Portfile	2012-10-25 01:26:49 UTC (rev 99044)
@@ -5,6 +5,7 @@
 
 name                sphinx
 version             2.0.6
+revision            1
 categories          textproc net
 license             GPL-2
 platforms           darwin
@@ -34,7 +35,8 @@
 
 configure.args      --datadir=${prefix}/share/doc \
                     --sysconfdir=${prefix}/etc/sphinx \
-                    --without-mysql
+                    --without-mysql \
+                    --without-unixodbc
 
 test.run            yes
 
@@ -76,10 +78,10 @@
 }
 
 variant postgresql92 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 9.2 support} {
-    depends_lib-append      port:postgresql91
+    depends_lib-append      port:postgresql92
     configure.args-append   --with-pgsql \
-                            --with-pgsql-includes=${prefix}/include/postgresql91 \
-                            --with-pgsql-libs=${prefix}/lib/postgresql91
+                            --with-pgsql-includes=${prefix}/include/postgresql92 \
+                            --with-pgsql-libs=${prefix}/lib/postgresql92
 }
 
 variant mysql5 conflicts mysql51 mysql55 mariadb percona description {Enable MySQL 5 support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121024/9cc8cc9d/attachment.html>


More information about the macports-changes mailing list