aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geoip.rb
AgeCommit message (Collapse)Author
2013-04-24GeoIP 1.5.0Patrick Berry
Closes #19418. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-30geoip: add test.Mike McQuaid
2012-08-09geoip: use options dslAdam Vandenberg
2012-08-02Fix Mountain Lion sed by setting LANG.Mike McQuaid
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 #11728, fix #12890, fix #13653, fix #13734, fix #13787, fix #13818.
2012-07-26geoip: add missing sed comment.Mike McQuaid
2012-07-26geoip: fix Mountain Lion sed error.Mike McQuaid
This patch is needed to avoid a few `sed: RE error: illegal byte sequence` errors with geoip manpage generation.
2012-07-10Use autotools symbolsAdam Vandenberg
2012-04-03geoip: fix compile error using deps + autoreconfnibbles 2bits
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 #11402. Closes #11405. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12GeoIP: Update to 1.4.8Olaf Alders
Closes #7594. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-06-05GeoIP 1.4.7Adam Vandenberg
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-02geoip --universal optionTojek Anselm
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2009-12-02Put more aliases in the formulaMax Howell
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-03GeoIP formulaMichael Stephens
GeoIP is a C library that enables the user to find geographical and network information of an IP address.