diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-14 04:58:36 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-14 04:58:36 +0800 |
commit | 2eb84a7a059fb89765e1d2e0676b6649fe4d384c (patch) | |
tree | 0ab3646146acd5dfea61c57f28f979f6613d0336 /dns/bind9-devel | |
parent | 8634eafdb93075a48cc744574b5ea40bec528073 (diff) | |
download | freebsd-ports-gnome-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.tar.gz freebsd-ports-gnome-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.tar.zst freebsd-ports-gnome-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.zip |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index bed4aae1649f..420b0afea2a4 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -9,7 +9,7 @@ PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 # XXX: put the ISC master_site @@ -87,7 +87,7 @@ OPTIONS_RADIO_CRYPTO= NATIVE_PKCS11 .if !defined(BIND_TOOLS_SLAVE) OPTIONS_DEFAULT+= DLZ_FILESYSTEM LMDB RPZ_NSDNAME RPZ_NSIP TCP_FASTOPEN -OPTIONS_DEFINE+= RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ +OPTIONS_DEFINE+= RPZ_NSIP RPZ_NSDNAME DOCS \ OVERRIDECACHE PORTREVISION QUERYTRACE LMDB DNSTAP \ START_LATE TUNING_LARGE TCP_FASTOPEN OPTIONS_GROUP= DLZ @@ -109,7 +109,6 @@ DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_STUB_DESC= DLZ stub driver DNSTAP_DESC= Provides fast passive logging of DNS messages FIXED_RRSET_DESC= Enable fixed rrset ordering -GEOIP_DESC= Allow geographically based ACL. GSSAPI_BASE_DESC= Using Heimdal in base GSSAPI_HEIMDAL_DESC= Using security/heimdal GSSAPI_MIT_DESC= Using security/krb5 @@ -150,9 +149,6 @@ DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset -GEOIP_CONFIGURE_WITH= geoip -GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP - GSSAPI_BASE_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_BASE_USES= gssapi |