diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-14 23:59:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-14 23:59:14 +0000 |
commit | 2bc25290521a8fb205520fbfdd63a2851e257d96 (patch) | |
tree | 991cabe740d1959409257d086f7fc61b60a8819b /dns/bind910 | |
parent | 9dec88b82906e4d16dedc949a31c45c8ffaa4382 (diff) | |
download | ports-2bc25290521a8fb205520fbfdd63a2851e257d96.tar.gz ports-2bc25290521a8fb205520fbfdd63a2851e257d96.zip |
Notes
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 40cd02d18aaa..33c4b6577c97 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -2,6 +2,7 @@ PORTNAME= bind PORTVERSION= 9.10.0.1 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -34,7 +35,7 @@ SUB_FILES= pkg-message OPTIONS_SUB= yes OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN -OPTIONS_DEFINE= IDN LARGE_FILE \ +OPTIONS_DEFINE= IDN LARGE_FILE GOST \ FIXED_RRSET SIGCHASE IPV6 THREADS GSSAPI FILTER_AAAA OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 @@ -55,6 +56,7 @@ FILTER_AAAA_DESC= Enable filtering of AAAA records CRYPTO_DESC= Choose which crypto engine to use NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) GEOIP_DESC= Allow geographically based ACL. +GOST_DESC= Enable GOST ciphers (DSO incompatible with chroot) LINKS_DESC= Create conf file symlinks in ${PREFIX} NEWSTATS_DESC= Enable alternate xml statistics channel format @@ -97,6 +99,8 @@ NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11 GEOIP_CONFIGURE_WITH= geoip GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GOST_CONFIGURE_WITH= gost + DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes DLZ_POSTGRESQL_USE= pgsql=yes |