Created attachment 185628 [details] Fix patch When using the '--geoinfo' option, you will get an error without reading libGeoIP.so. Attach a patch to fix this problem. BEFORE: $ ipcalc --geoinfo `host -4 -t A www.freebsd.org | awk '/has address/ { print $4 }'` ipcalc: could not open /libGeoIP.so.1 AFTER: $ ipcalc --geoinfo `host -4 -t A www.freebsd.org | awk '/has address/ { print $4 }'` COUNTRYCODE=US COUNTRY="United States" CITY=Sunnyvale COORDINATES="37.424900,-122.007401"
A commit references this bug: Author: ehaupt Date: Mon Aug 21 06:27:10 UTC 2017 New revision: 448449 URL: https://svnweb.freebsd.org/changeset/ports/448449 Log: Fix geoip support by providing LIBPATH. PR: 221682 Submitted by: tmasu@st.rim.or.jp Changes: head/net-mgmt/gnu-ipcalc/Makefile
A commit references this bug: Author: ehaupt Date: Mon Aug 21 06:32:29 UTC 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) Changes: _U branches/2017Q3/ branches/2017Q3/net-mgmt/gnu-ipcalc/Makefile