diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-05-30 07:19:41 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-05-30 07:19:41 +0000 |
commit | cd62882342c743ed1371a3fbc1618195ddf2221c (patch) | |
tree | 0a1245f88ae203586be5312d2872f8e82b742c6d /net/GeoIP | |
parent | a26a0d0804e4d3df3f53cb8e0d49ed25d882659d (diff) | |
download | ports-cd62882342c743ed1371a3fbc1618195ddf2221c.tar.gz ports-cd62882342c743ed1371a3fbc1618195ddf2221c.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
Notes
Notes:
svn path=/head/; revision=110380
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 |