aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ctail.rb
AgeCommit message (Collapse)Author
2012-08-31superenv fix for broken 10.8 apr-1-configMax Howell
serf requires you to explicitly tell it where to find the supertool because otherwise it has a hardcoded /usr/bin/apr-1-config (:P), ctail however is sensible and searches the PATH so now it's as though we do nothing special in that formula. Nice.
2012-08-25ctail: fix build on ML due to apr-1-confignibbles 2bits
Ctail and Serf suffer from the ML bug where `apr-1-config --cpp` returns a non-existent path. Serf is fixed. Add the same changes to Ctail where `CPP` and `APR_LIBTOOL` get sane values, where there are new deps on `libtool` and `automake`, and where XCode-only installs get help finding the apr includes. Also change from manual compile commands into using their Makefile because it works correctly and was doing the same thing basically. By using the `Makefile` we also get all the `apr-1-config --libs` brought in which may be different for SL vs L vs ML. cf. #13891 Fixes #14313 Closes #14451. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-06-15New formula: ctailFrançois Beausoleil
ctail is a tool for operating tail(1) across large clusters of machines, with many log files. It relies upon existing SSH authentication infrastructure, rather than introducing central points of log collection, or other large infrastructure changes, which aren't easily changed in many systems. Signed-off-by: Adam Vandenberg <flangy@gmail.com>