Commit graph

19 commits

Author SHA1 Message Date
Mike McQuaid
f07c41e4b8 rrdtool: make test non-interactive. 2012-09-02 00:53:12 -07:00
Adam Vandenberg
b6993f8160 rrdtool: use option dsl 2012-08-21 14:09:20 -07:00
Misty De Meo
c01b7528c4 rrdtool 1.4.7 2012-07-11 17:10:36 -05:00
Jack Nagel
d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Misty De Meo
898fb7b406 rrdtool: Don't compare Pathname to string
rrdtool was trying to compare Pathname paths to strings, which would never
return true as intended.

Hopefully fixes Homebrew/homebrew#12090.
2012-06-01 09:44:13 -05:00
Misty De Meo
0318173893 Replace /usr/bin/ruby with full Framework path
Rationale: some users insist on replacing the /usr/bin/ruby symlink
to point to another ruby on their system, which may break homebrew.
Use the full Framework path instead, which is less likely to be tampered with.

This also reorganizes the brew --config checks to reflect the different path.

Fixes Homebrew/homebrew#12009.

Closes Homebrew/homebrew#12333.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-01 09:24:25 -05:00
Jack Nagel
89af76d0d9 Convert some /usr/bin/which calls to use the 'which' method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 21:05:55 -05:00
Jack Nagel
882ca9ab54 rrdtool: use mktemp and quicklook in test
Otherwise we are writing files to $PWD, which is undesirable.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:20:59 -05:00
Drew Stephens
c5352fd516 RRDTool: specify mandir
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:36:28 -07:00
Osman Üngür
47ce1c64ee RRDTool 1.4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05 09:41:23 -07:00
Adam Vandenberg
7689fb8fd2 Replace snow_leopard_64? in brews. 2011-03-18 10:30:47 -07:00
Adam Vandenberg
d4bd979be1 rrdtool: use system libraries 2011-03-14 14:15:20 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg
576185d345 Define "snow_leopard_64?"
snow_leopard_64? (defined in Hardware) is a short-cut for:
  MACOS_VERSION >= 10.6 and Hardware.is_64_bit?

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 20:11:03 -07:00
Adam Vandenberg
ac4e28a5ba Document all existing install options. 2010-08-10 13:05:20 -07:00
Adam Vandenberg
29f2cde8c4 Update rrdtool to 1.4.4 and fix Ruby bindings
* Ruby bindings (may) now work against the system Ruby.
2010-07-30 21:12:08 -07:00
Adam Vandenberg
bac3c48d55 Update rrdtool to 1.4.3.
Also adds a (failing) test for the Ruby support.
2010-07-01 09:20:32 -07:00
Piotr Usewicz
e25ecfcd33 RRDTool Formula
RRDtool is the OpenSource industry standard, high performance data logging
and graphing system for time series data. Use it to write your custom
monitoring shell scripts or create whole applications using its Perl, Python,
Ruby, TCL or PHP bindings.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Note: I disabled the Python bindings. Installing stuff into a Homebrew-built
Python's site-packages can cause problems. I couldn't find a way to build
the Python module without installing it, so hopefully some future user
can correct this and submit a patch.
2010-04-20 13:00:42 -07:00