svn commit: r448450 - branches/2017Q3/net-mgmt/gnu-ipcalc
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Aug 21 06:32:30 UTC 2017
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 at 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
More information about the svn-ports-all
mailing list