Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 00:28:52 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487269 - in head/net/GeoIP: . files
Message-ID:  <201812120028.wBC0Sq1n031725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Dec 12 00:28:52 2018
New Revision: 487269
URL: https://svnweb.freebsd.org/changeset/ports/487269

Log:
  Add pkg-message instructions to fix geoiplookup with the free databases
  
  GeoIP has free and paid databases with differing granularity. The
  geoiplookup and geoiplookup6 tools look only for the paid databases.
  Users with the free databases (as would be obtained through the
  included geoipupdate.sh script, or though specification of free
  data files in net/geoipupdate) will need to create symlinks to
  enable those tools to work with the free database files.
  
  The upstream NEWS.md enumerates those symlinks, so this patch includes
  a link to that file in the upstream repo.
  
  PORTREVISION bump for the pkg-message change.
  
  PR:		233947
  Reported by:	Vincent Milum
  MFH:		2018Q4

Modified:
  head/net/GeoIP/Makefile
  head/net/GeoIP/files/pkg-message.in

Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile	Wed Dec 12 00:19:52 2018	(r487268)
+++ head/net/GeoIP/Makefile	Wed Dec 12 00:28:52 2018	(r487269)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GeoIP
 PORTVERSION=	1.6.12
+PORTREVISION=	1
 CATEGORIES=	net geography
 MASTER_SITES=	https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/
 

Modified: head/net/GeoIP/files/pkg-message.in
==============================================================================
--- head/net/GeoIP/files/pkg-message.in	Wed Dec 12 00:19:52 2018	(r487268)
+++ head/net/GeoIP/files/pkg-message.in	Wed Dec 12 00:28:52 2018	(r487269)
@@ -1,3 +1,7 @@
 GeoIP does not ship with the actual data files. You must download
 them yourself! To obtain the free database, run:
 # %%PREFIX%%/bin/geoipupdate.sh
+
+If you are using the free database, you will need to create some
+symlinks for the geoiplookup tools, as described in
+https://github.com/maxmind/geoip-api-c/blob/master/NEWS.md



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812120028.wBC0Sq1n031725>