From owner-svn-ports-head@freebsd.org Thu Nov 23 21:35:01 2017 Return-Path: Delivered-To: svn-ports-head@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 B137EDF6390; Thu, 23 Nov 2017 21:35:01 +0000 (UTC) (envelope-from zi@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 7B4517BACB; Thu, 23 Nov 2017 21:35:01 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vANLZ0kr023282; Thu, 23 Nov 2017 21:35:00 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vANLZ0HX023281; Thu, 23 Nov 2017 21:35:00 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201711232135.vANLZ0HX023281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 23 Nov 2017 21:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454804 - head/dns/gdnsd2 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/dns/gdnsd2 X-SVN-Commit-Revision: 454804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 21:35:01 -0000 Author: zi Date: Thu Nov 23 21:35:00 2017 New Revision: 454804 URL: https://svnweb.freebsd.org/changeset/ports/454804 Log: - Add libmaxminddb for geoip2 support - Bump PORTREVISION PR: 223814 Submitted by: peter@ Modified: head/dns/gdnsd2/Makefile Modified: head/dns/gdnsd2/Makefile ============================================================================== --- head/dns/gdnsd2/Makefile Thu Nov 23 21:33:00 2017 (r454803) +++ head/dns/gdnsd2/Makefile Thu Nov 23 21:35:00 2017 (r454804) @@ -3,7 +3,7 @@ PORTNAME= gdnsd PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \ ZI \ @@ -34,11 +34,18 @@ USE_RC_SUBR= gdnsd USERS?= gdnsd GROUPS?= gdnsd -OPTIONS_DEFINE= DOCS GEOIP URCU -OPTIONS_DEFAULT=GEOIP +OPTIONS_DEFINE= DOCS URCU +OPTIONS_DEFAULT=MAXMINDDB -GEOIP_DESC= Enable GeoIP Support -GEOIP_RUN_DEPENDS= GeoIP>=0:net/GeoIP +OPTIONS_RADIO= GEOLIB +OPTIONS_RADIO_GEOLIB= GEOIP MAXMINDDB +GEOLIB_DESC= GeoIP backend + +GEOIP_DESC= Enable GeoIP1 Support +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP + +MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support +MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb URCU_DESC= Read-Copy-Update Support (Faster Zone Parsing) URCU_CONFIGURE_WITH= urcu