Commit Graph

24 Commits (5bfa9230b4edd04f3b0fb23f7cfaf3372cf2b287)

Author SHA1 Message Date
Trevor Turk 5f788f794f couchdb - fix typo in plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-22 13:38:51 -07:00
Trevor Turk ab47448652 couchdb: fix potential problem with download, add plist info in caveats
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01 17:54:35 +02:00
David Höppner 70d004413d couchdb: fixes Homebrew/homebrew#2285 2010-08-26 21:15:02 +02:00
Lee Packham 182250ded7 Update to couchdb 1.0.1 and remove .ini file fix from brew
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-17 07:45:26 -07:00
Robert Newson 75a118d5e7 disable delayed commits (see http://couchdb.apache.org/notice/1.0.1.html for details)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10 08:46:24 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Caleb Land 64b0426c60 update couchdb to 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 09:12:46 -07:00
Adam Vandenberg a94664e50a CouchDB was not finding Erlang 2010-06-25 14:49:37 -07:00
Adam Vandenberg 91dc741d95 Fix couchdb homepage.
( Should be DSL-style call, not assignment. Fixes Homebrew/homebrew#1614 )
2010-06-16 13:13:24 -07:00
Adam Vandenberg 40f5522d7c Fix tag for CouchDB. Fixes Homebrew/homebrew#1166. 2010-04-13 09:11:42 -07:00
Matt Lyon 862977c414 turn couchdb to .11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-10 21:29:08 -07:00
Adam Vandenberg e70c7263dd CouchDB - tweak path references 2010-03-26 23:08:59 -07:00
Angel Pizarro 2cee739ce0 Removed patches from couchdb folmula, in favor of configure flags, with locations from the erlnag and spidermokey formulas
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-26 23:08:59 -07:00
Max Howell ec3383a06d Force Couchdb to find Spidermonkey and Erlang
If you install Homebrew somewhere that isn't /usr/local couchdb doesn't find its deps, so patch that.

See? Install to /usr/local!

Fixes Homebrew/homebrew#180. Closes Homebrew/homebrew#493.
2010-01-19 12:31:47 +00:00
Tim Buchwaldt 1129e9ee6a Updated to CouchDB 0.10.1 2009-12-12 16:36:36 +00:00
Caleb Land 5c5bd71426 Correctly set the -install_name of libjs.dylib
Remove the workaround for the wrong dylib ID from couchdb and set it correctly
at the source.

Fixes Homebrew/homebrew#95
2009-10-19 04:02:32 +01:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Mathias Meyer 37bfe6b568 A workaround for spidermonkey wonkiness to create a working couchjs binary. 2009-10-15 15:17:49 +01:00
Caleb Land 291c0f275d upgrade to couchdb 0.10 and fix problems
erlang installs its headers in a messed up place HOMEBREW_PREFIX/lib/erlang/usr/include)
2009-10-14 13:09:29 -04:00
Max Howell 26c79d6530 Simplify couchdb formula 2009-10-04 18:36:44 +01:00
Christian Mayer b8c5c394b1 [couchdb] use mkpath instead of mkdir
To prevent Error: File exists - /usr/local/Cellar/couchdb/0.9.1/var/lib/couchdb
when recompiling.
2009-10-01 12:28:55 +01:00
Paul J. Davis b7a6a4420d Tweak the var/(lib|log) directories.
It appears as though Homebrew is aggressively removing empty
directories. I just created empty files to keep these alive so that
CouchDB would't choke on startup. I'm tired, otherwise I'd see if I
could use skip_clean? to skip removing the empty dirs.

Thanks to Kamal for fixing the initial log directory mixup.

Signed-Off-By: Adam Vandenberg <flangy@gmail.com>

Update Couchdb formula now that skip_clean? can test empty folders.
2009-09-29 23:32:58 +01:00
Max Howell a0759ae93a Use new depends_on syntax in all formula
Many formula were imported during the development of the dependency branch.
2009-09-21 19:00:13 +01:00
Sean Wolfe 5fc51a6e1b Couchdb and dependency formulae
Signed-off-by: Max Howell <max@methylblue.com>

I squashed a number of commits here, and also replaced the use of nspr.prefix with HOMEBREW_PREFIX as in theory we are flexible with our requirement for dependencies, although with the limited build system that SpiderMonkey possesses this is difficult for us to achieve anyway…
2009-09-14 20:33:46 +01:00