Commit Graph

17 Commits (7dd32d1be227f20e553baa8f434c21a74cc3c01d)

Author SHA1 Message Date
Mike McQuaid f1c74da5ef geoip: add test. 2013-01-30 21:29:20 -08:00
Adam Vandenberg 10805aca77 geoip: use options dsl 2012-08-09 21:47:59 -07:00
Mike McQuaid b0d26f2d90 Fix Mountain Lion sed by setting LANG.
It's also necessary to delete LC_ALL or it overrides the new LANG.
LC_COLLATE is the problem variable but is affected by LANG and LC_ALL
so just use them instead. Extends the fix made to geoip in dc955c.

Fix Homebrew/homebrew#11728, fix Homebrew/homebrew#12890, fix Homebrew/homebrew#13653, fix Homebrew/homebrew#13734, fix Homebrew/homebrew#13787, fix Homebrew/homebrew#13818.
2012-08-02 20:26:01 +01:00
Mike McQuaid cc179d9e9e geoip: add missing sed comment. 2012-07-26 14:53:46 +01:00
Mike McQuaid 63eed857a3 geoip: fix Mountain Lion sed error.
This patch is needed to avoid a few `sed: RE error: illegal byte sequence`
errors with geoip manpage generation.
2012-07-26 14:45:43 +01:00
Adam Vandenberg 62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
nibbles 2bits 16773337b6 geoip: fix compile error using deps + autoreconf
geoip-1.4.8 always calls a form of autoreconf after configure,
then reruns configure.  This causes a build error on Lion when
it crafts a broken Makefile that is missing the rule to make the
target `../libGeoIP/libGeoIP.a`.

* Add deps on autoconf, automake, and libtool if XCode >= 4.3.
* Add a command to run `autoreconf -ivf` before configure, which
works on Lion and SL.  Previously, the autoreconf on SL would
fail to work because it tries to use shell `--missing` versions.

Both the universal and native builds compile and pass make check
using all five compilers from XCode-4.3.2 and 4.0.2, on both Lion
and 64bit Snow Leopard.

Fixes Homebrew/homebrew#11402.
Closes Homebrew/homebrew#11405.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:06:47 -05:00
Olaf Alders 8f2117d195 GeoIP: Update to 1.4.8
Closes Homebrew/homebrew#7594.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 12:08:03 -07:00
Adam Vandenberg 6e0f8d36c4 GeoIP 1.4.7 2011-06-05 13:15:16 -07:00
Adam Vandenberg 1f31751977 Use ARGV.build_universal? 2011-04-23 08:36:47 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Tojek Anselm a9653b8818 geoip --universal option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02 06:55:57 -07:00
Adam Vandenberg 72e19eb542 Don't need +x on these 2010-08-13 16:00:17 -07:00
Max Howell 1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00
Max Howell 8d8005612c Put more aliases in the formula 2009-12-02 09:45:15 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Michael Stephens bd33ce469a GeoIP formula
GeoIP is a C library that enables the user to find geographical and
network information of an IP address.
2009-10-03 13:25:23 +01:00