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

brett at macports.org brett at macports.org
Tue Feb 5 05:28:21 PST 2008


Revision: 33789
          http://trac.macosforge.org/projects/macports/changeset/33789
Author:   brett at macports.org
Date:     2008-02-05 05:28:15 -0800 (Tue, 05 Feb 2008)

Log Message:
-----------
Fixed mysql compilation

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

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2008-02-05 13:11:50 UTC (rev 33788)
+++ trunk/dports/textproc/sphinx/Portfile	2008-02-05 13:28:15 UTC (rev 33789)
@@ -12,8 +12,8 @@
 long_description	\
 Sphinx is a full-text search engine, meant to provide fast, size-efficient and relevant \
 fulltext search functions to other applications. Sphinx was specially designed to integrate \
-well with SQL databases and scripting languages. Currently built-in data sources support fetching \
-data either via direct connection to MySQL, or from an XML pipe.
+well with SQL databases and scripting languages. Currently built-in data sources \
+support fetching data either via direct connection to MySQL, or from an XML pipe.
 
 homepage		http://www.sphinxsearch.com
 master_sites    	${homepage}/downloads/
@@ -21,11 +21,13 @@
 checksums       	sha1 30d13e7a63ed28282b49b5db364c48811d9c4b47
 
 configure.args  --mandir=${prefix}/share/man \
-                --datadir=${prefix}/share/doc
+                --datadir=${prefix}/share/doc \
+		--with-mysql-includes=${prefix}/include/mysql5/mysql \
+		--with-mysql-libs=${prefix}/lib/mysql5/mysql
 
 test.run         yes
 
-variant postgres {
+variant postgres description {Enable PostgeSQL support} {
     depends_lib-append      port:postgresql82
     configure.args-append   --with-pgsql
     configure.args-append   --with-pgsql-includes=${prefix}/include/postgresql82

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080205/350db8ec/attachment.html


More information about the macports-changes mailing list