Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2017 06:32:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448450 - branches/2017Q3/net-mgmt/gnu-ipcalc
Message-ID:  <201708210632.v7L6WTNN047162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug 21 06:32:29 2017
New Revision: 448450
URL: https://svnweb.freebsd.org/changeset/ports/448450

Log:
  MFH: r448449
  
  Fix geoip support by providing LIBPATH.
  
  PR:		221682
  Submitted by:	tmasu@st.rim.or.jp
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2017Q3/net-mgmt/gnu-ipcalc/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/net-mgmt/gnu-ipcalc/Makefile
==============================================================================
--- branches/2017Q3/net-mgmt/gnu-ipcalc/Makefile	Mon Aug 21 06:27:09 2017	(r448449)
+++ branches/2017Q3/net-mgmt/gnu-ipcalc/Makefile	Mon Aug 21 06:32:29 2017	(r448450)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipcalc
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 PKGNAMEPREFIX=	gnu-
 
@@ -22,6 +23,7 @@ OPTIONS_DEFINE=	GEOIP
 OPTIONS_DEFAULT=GEOIP
 
 GEOIP_LIB_DEPENDS=	libGeoIP.so:net/GeoIP
+GEOIP_MAKE_ENV=		LIBPATH=${LOCALBASE}/lib
 GEOIP_MAKE_ENV_OFF=	USE_GEOIP=no USE_DYN_GEOIP=no
 
 PLIST_FILES=	bin/ipcalc man/man1/ipcalc.1.gz



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