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>
Updates Valgrind to 3.7.0. This version adds (preliminary) support
for OS X 10.7 as well as XCode 4. Support for 10.5 is dropped, so
when 10.5 is detected it will install 3.6.1.
Full release notes can be found here:
http://valgrind.org/docs/manual/dist.news.htmlClosesHomebrew/homebrew#8529.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
The ffplay binary is only built by default if SDL is present---which made
obtaining it a hit-and-miss operation for some users. A new option,
`--with-ffplay`, has been added that will cause ffplay to be built.
ffplay will be explicitly disabled if the option is not invoked.
FixesHomebrew/homebrew#6880.
Upgrade lzop to version 1.03. This compiles without error on SL
using XCode-4.0.2, llvm-2335.9, and clang-2.0.139.
ClosesHomebrew/homebrew#8505.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>