diff options
author | leeym <leeym@FreeBSD.org> | 2004-05-30 15:19:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-05-30 15:19:41 +0800 |
commit | 6a61c9330545f5d318aae4221830dc3182ee5488 (patch) | |
tree | 5d7058410d99915bf2427a7db6d7f51314c0e62c /net/GeoIP | |
parent | 39dcd077c382040ba1fca64393e5640ca3a1d6e6 (diff) | |
download | freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.tar.gz freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.tar.zst freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.zip |
- net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
- add missing @exec and remove old SIZE in net/GeoIP
- update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION
- utilize PORTDOCS in www/mod_geoip
Noticed by: kris
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 3 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 1 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 7660e2e44a65..c7758e529282 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ MAINTAINER= seanc@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from -USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-gnu-ld=yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes MAN1= geoiplookup.1 geoipupdate.1 diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index e14139183763..ce2a4adb3755 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,3 +1,2 @@ MD5 (GeoIP-1.3.1.tar.gz) = cbfb7be70e2b02140677008d6e902dac SIZE (GeoIP-1.3.1.tar.gz) = 526429 -SIZE (GeoIP-1.2.2.tar.gz) = 512557 diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index 2b15652d4acd..7721e30ee25c 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -4,6 +4,7 @@ bin/geoiplookup bin/geoipupdate @unexec if cmp -s %D/etc/GeoIP.conf %D/etc/GeoIP.conf.default; then rm -f %D/etc/GeoIP.conf; fi etc/GeoIP.conf.default +@exec [ -f %B/GeoIP.conf ] || cp %B/%f %B/GeoIP.conf include/GeoIP.h include/GeoIPBitReader.h include/GeoIPCity.h |