Build gpac's executables with lowercase filenames (e.g. mp4box instead
of MP4Box) Also document optional dependencies and update treatment of
ffmpeg and openjpeg dependencies when building HEAD.
ClosesHomebrew/homebrew#8432.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This should allow Lion users have a build that passes the test suite and
actually works in practice.
Also enable C++ support while we're at it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-O3/-O2 leads to corrupt rtree indexes on 10.6/10.7 with both gcc and llvm-gcc.
This issue also affects SpatiaLite.
ClosesHomebrew/homebrew#8584.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
fox was using the 1.7 unstable branch by default, which appears to be
less widely used and certainly isn't supported by fxruby. It now uses
the stable branch by default, and makes the unstable branch available as
an option with --devel. Also bump the version for 1.7.
FixesHomebrew/homebrew#8577.
ClosesHomebrew/homebrew#8583.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Daemon turns other processes into daemons. There are many tasks that
need to be performed to correctly set up a daemon process. This can be
tedious. Daemon performs these tasks for other processes. This is
useful for writing daemons in languages other than C, C++ or Perl (e.g.
/bin/sh, Java).
ClosesHomebrew/homebrew#8092.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Updated formula to link search-cmd into /usr/local/bin along with
the riak and riak-admin commands. Riak's search capabilities are
now included with the standard Riak installation and the
search-cmd is used to install search commit hooks and manage
bucket schema.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Running brew install xapian --binding reported the following error:
Error: SHA1 mismatch
Expected: d42d418c1873c607427c7cfb293477aa35428e4c
Got: 79e9f0b01f1af3440d10d00469dbe248784ffa1c
Archive:
/Users/gordy/Library/Caches/Homebrew/xapian-bindings-1.2.7.tar.gz
Verified correct sha1 by comparing with download from
http://xapian.org/download and updated formula accordingly.
ClosesHomebrew/homebrew#8558.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This updates geos to version 3.3.1. It compiles on 64bit Snow Lep
with XCode-4.0.2, clang-2.0, and gcc-4.2.1.5666. It continues to
fail_with_llvm as is handled in the previous formula.
EDIT: Now with ENV.gcc and without ENV.O3
EDIT: Now remove all ENV.* leaving fails_with_llvm to sort it.
ClosesHomebrew/homebrew#8353.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This update uses the current version of dar from sourceforge.net.
Compile tested under OSX Lion gcc 4.2.1
ClosesHomebrew/homebrew#8545.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
herrie depends on glib, but this wasn't being declared as a dependency.
FixesHomebrew/homebrew#8542.
ClosesHomebrew/homebrew#8547.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
libidn is a dependency of the GnuTLS 3.x series, and even though we
probably won't move to 3.x anytime soon, it's good to get the
dependencies up to snuff and work out any problems that might arise.
I also added a test of the executable while I was here.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Update bottled version to R14B03 compiled using version 68abb24 of the Erlang
formula compiled on OS X 10.7.1 using XCode 4.1.
ClosesHomebrew/homebrew#8365.
* Cleaned up the build process, thanks to GitHub user daddy2times
* Cleaned up caveats and added information about upgrading pre-9.1 databases
Signed-off-by: Adam Vandenberg <flangy@gmail.com>