Upgrade qhull to version 2012.1
Adjust the patch for this version and put it inline.
Patch doesn't need to remove `user_eg user_eg2 user_eg3` anymore
because the test programs are not built by default.
Remove the CMake variable to adjust the man page location which
it gets correct now.
Put the source directory last on the `cmake` command line.
Tested on Lion using clang and llvm from XCode-4.3.3 by using
the examples provided in the `qhull` usage.
ClosesHomebrew/homebrew#12911.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade qdbm to version 1.8.78.
Add flag to `--enable-bzip`.
Add flag to `--enable-zlib`.
Add flag to `--enable-iconv`.
Those increase functionality at no cost.
Remove the unnecessary `--mandir`. It gets it right now.
Remove the unrecognized `--disable-dependency-tracking`.
Qdbm passes `make check-mac` using clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12910.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade qca to version 2.0.3.
Add `--disable-tests` to stop building the unittests and examples.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12908.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The previous commit restricted the targets to just the native one,
but Qemu is an emulator. So that change disabled functionality.
Remove the target specifier, and let Qemu build all targets again.
Fixes problems posted by two users in the comments of the previous
pull request: Homebrew/homebrew#12909ClosesHomebrew/homebrew#13008.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade quassel to version 0.8.0.
Adjust the patch to apply to the altered files.
Add another line to the patch to support `<QtWebKit/QWebSettings>`
otherwise there's a compile error.
Tested on Lion with clang and llvm from XCode-4.3.3 by starting
the chat gui.
ClosesHomebrew/homebrew#12939.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade quantlib to version 1.2.
Tested on Lion with Clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12938.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
libvpx-1.1.0 has a problem on Mt. Lion where an asm file is not
created due to an extra operator in a regular expression, where
the file `asm_enc_offsets.asm` goes missing.
Add a patch to fix the regular expression. See the issue and
formula comments for links to the analysis.
Remove the unneeded `--disable-debug` and `--enable-vp8` flags
because they are the default.
Tested on Snow Leopard, Lion, and Mt. Lion using XCode-4.0.2, 4.3.3,
and 4.5.
FixesHomebrew/homebrew#12567
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Liblastfm-0.3.3 fails to compile with clang.
Add a `fails_with :clang` block.
Add the upstream bug report in the comments.
FixesHomebrew/homebrew#12886
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Couchbase GeoCouch augments CouchDB 1.2 to create GeoCouch 1.2. This GeoCouch
formula depends directly on the CouchDB formula and its Cellar.
For convenience, this formula provides launchctl support file (geocouch.plist).
For simplicity's sake, RunAtLoad and KeepAlive are set to 'false'. For
always-on server operation, set them to 'true'.
Support for 'git checkout develop' for installation of latest branch.
All tests work (except rev_stemming which seems flakey, and can eventually work
with retries).
-=- Latest Revision:
Reworked to avoid/minimize uninstall surprises.
Many small improvements, and several "big" ones, including the move of geocouch
build files from couchdb Cellar into geocouch Cellar. This change reduces the
mixing of geocouch into couchdb, helps meet homebrew standards, and eases
uninstallation. The caveat documentation reflects this change in an update to
the ERL_FLAGS instructions.
The geocouch.ini file still hooks into couchdb initialization directory by
necessity. The uninstall caveat documentation now specifies how to remove the
geocouch.ini file for uninstall.
The tests still hook into the couchdb test directory by necessity. The
uninstall caveat documentation now recommends uninstalling both geocouch and
couchdb (to remove any dangling geocouch tests from couchdb's couch_tests.js
file) and then reinstall couchdb fresh.
A variety of cleanups were applied along the way.
In sum, as mentioned before, since geocouch is a superset of couchdb,
uninstalling geocouch should be rare and unnecessary. But in the interests of
least surprise, these changes minimize uninstall complications in the rare case
someone chooses to keep couchdb while uninstalling geocouch.
Perhaps some changes to couchdb will make a modular approach possible in the
future, but for now I believe this approach is practical and avoids unpleasant
surprises.
Simplified head command.
Cleanup, and organize geocouch tests into subfolder of couchdb tests.
ClosesHomebrew/homebrew#11659.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>