| Age | Commit message (Collapse) | Author |
|
|
|
Closes #37506.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release, remove unnecessary 'stable do' block.
Closes #36620.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
The default GeoIP Country database is GeoIP.dat not GeoIPCountry.dat
|
|
Closes #30979.
|
|
|
|
|
|
|
|
|
|
Previous versions of geoip had geoipupdate bundled. It’s now a separate
project, but most users who upgrade will be surprised it’s gone, and
most new installs will want it.
geoip and geoipupdate need to share a data directory, which is
/usr/local/share/GeoIP by default. This doesn’t work with Homebrew,
since it can’t link into both cellar locations. I’ve manually specified
a reasonable location as the default.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #24662.
|
|
Closes #24617.
|
|
|
|
Closes #20799.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #19418.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
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.
|
|
|
|
This patch is needed to avoid a few `sed: RE error: illegal byte sequence`
errors with geoip manpage generation.
|
|
|
|
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>
|
|
Closes #7594.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
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.
|
|
GeoIP is a C library that enables the user to find geographical and
network information of an IP address.
|