Commit Graph

4 Commits (22ac33d020bddd60eeb815d95d9b9348162bf689)

Author SHA1 Message Date
Max Howell a2dbc590d1 superenv fix for broken 10.8 apr-1-config
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-31 13:29:45 -04:00
nibbles 2bits 3c68ccb258 ctail: fix build on ML due to apr-1-config
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. Homebrew/homebrew#13891
Fixes Homebrew/homebrew#14313

Closes Homebrew/homebrew#14451.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-25 09:20:13 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
François Beausoleil ca0ecf0c1d New formula: ctail
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>
2010-06-15 20:57:22 -07:00