aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sphinx.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb
index 71c96943d..89d64c239 100644
--- a/Library/Formula/sphinx.rb
+++ b/Library/Formula/sphinx.rb
@@ -6,12 +6,13 @@ class Libstemmer < Formula
# constant, rapid updates to this formula.
head 'http://snowball.tartarus.org/dist/libstemmer_c.tgz'
homepage 'http://snowball.tartarus.org/'
+ md5 'facd65506711b8908648160014bcc309'
end
class Sphinx < Formula
- url 'http://sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz'
+ url 'http://sphinxsearch.com/files/sphinx-2.0.2-beta.tar.gz'
homepage 'http://www.sphinxsearch.com'
- md5 '7b9b618cb9b378f949bb1b91ddcc4f54'
+ md5 'fafe0f1a71d0ded32404c067eba7d0b3'
head 'http://sphinxsearch.googlecode.com/svn/trunk/'
fails_with_llvm "ld: rel32 out of range in _GetPrivateProfileString from /usr/lib/libodbc.a(SQLGetPrivateProfileString.o)",
@@ -32,7 +33,7 @@ class Sphinx < Formula
# configure script won't auto-select PostgreSQL
args << "--with-pgsql" if `/usr/bin/which pg_config`.size > 0
- args << "--without-mysql" if `/usr/bin/which mysql`.size <= 0
+ args << "--with-mysql" if `/usr/bin/which mysql`.size > 0
system "./configure", *args
system "make install"