aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sphinx.rb
AgeCommit message (Collapse)Author
2010-12-28Sphinx - update download urlAdam Vandenberg
2010-10-21sphinx - check for mysql client libs. Fixes #2262Adam Vandenberg
2010-09-20Add HEAD location to Sphinx formulaPiotr Usewicz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-04-15Fix Sphinx formula to pass --without-mysql if which fails to find mysqldKunal Shah
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-29fix sphinx formula (non-verbose mode it was failing with postgres installed)Angel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-18Enable postgresql support in sphinx when pg_config is presentSteve Purcell
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-17Remove deps from Sphinx.Adam Vandenberg
Sphinx can use MySQL or PostgreSQL, and can use the mysql-connector libraries instead of a full on MySQL install. Since we don't know what datasource is intended, replace the hard dependency with explanations in the caveats.
2010-01-13Fixes #391David Höppner
2009-12-12Updated Sphinx Search to v0.9.9raja
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-21Use new depends_on syntax in all formulaMax Howell
Many formula were imported during the development of the dependency branch.
2009-09-11Sphinx formulaJamie van Dyke
How do you implement full-text search for that 10+ million row table, keep up with the load, and stay relevant? Sphinx is good at those kinds of riddles. Signed-off-by: Max Howell <max@methylblue.com> I added the mysql dependency.