From owner-svn-ports-branches@freebsd.org Mon Aug 21 06:32:30 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AA71DEB89C; Mon, 21 Aug 2017 06:32:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 485932A66; Mon, 21 Aug 2017 06:32:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7L6WTS5047163; Mon, 21 Aug 2017 06:32:29 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7L6WTNN047162; Mon, 21 Aug 2017 06:32:29 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201708210632.v7L6WTNN047162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 21 Aug 2017 06:32:29 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2017Q3/net-mgmt/gnu-ipcalc X-SVN-Commit-Revision: 448450 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2017 06:32:30 -0000 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