Lines 7-13
Link Here
|
7 |
PORTREVISION= 0 |
7 |
PORTREVISION= 0 |
8 |
.else |
8 |
.else |
9 |
# dns/bind910 here |
9 |
# dns/bind910 here |
10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
11 |
.endif |
11 |
.endif |
12 |
CATEGORIES= dns net ipv6 |
12 |
CATEGORIES= dns net ipv6 |
13 |
MASTER_SITES= ISC/bind9/${ISCVERSION} |
13 |
MASTER_SITES= ISC/bind9/${ISCVERSION} |
Lines 49-58
Link Here
|
49 |
.endif |
49 |
.endif |
50 |
|
50 |
|
51 |
OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE |
51 |
OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE |
52 |
OPTIONS_DEFINE= IDN LARGE_FILE GOST PYTHON \ |
52 |
OPTIONS_DEFINE= IDN LARGE_FILE PYTHON \ |
53 |
FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA |
53 |
FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA |
54 |
OPTIONS_RADIO= CRYPTO |
54 |
OPTIONS_RADIO= CRYPTO GOSTDEF |
55 |
OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 |
55 |
OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 |
|
|
56 |
OPTIONS_RADIO_GOSTDEF= GOST ASN1 |
56 |
|
57 |
|
57 |
.if !defined(BIND_TOOLS_SLAVE) |
58 |
.if !defined(BIND_TOOLS_SLAVE) |
58 |
OPTIONS_DEFAULT+= RRL |
59 |
OPTIONS_DEFAULT+= RRL |
Lines 74-80
Link Here
|
74 |
CRYPTO_DESC= Choose which crypto engine to use |
75 |
CRYPTO_DESC= Choose which crypto engine to use |
75 |
NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) |
76 |
NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) |
76 |
GEOIP_DESC= Allow geographically based ACL. |
77 |
GEOIP_DESC= Allow geographically based ACL. |
77 |
GOST_DESC= Enable GOST ciphers, needs SSL (see help) |
78 |
GOSTDEF_DESC= Enable GOST ciphers, needs SSL (see help) |
|
|
79 |
GOST_DESC= GOST raw keys (new default) |
80 |
ASN1_DESC= GOST using ASN.1 |
78 |
PYTHON_DESC= Build with Python utilities |
81 |
PYTHON_DESC= Build with Python utilities |
79 |
|
82 |
|
80 |
LINKS_DESC= Create conf file symlinks in ${PREFIX} |
83 |
LINKS_DESC= Create conf file symlinks in ${PREFIX} |
Lines 89-98
Link Here
|
89 |
DLZ_LDAP_DESC= DLZ LDAP driver |
92 |
DLZ_LDAP_DESC= DLZ LDAP driver |
90 |
DLZ_FILESYSTEM_DESC= DLZ filesystem driver |
93 |
DLZ_FILESYSTEM_DESC= DLZ filesystem driver |
91 |
DLZ_STUB_DESC= DLZ stub driver |
94 |
DLZ_STUB_DESC= DLZ stub driver |
92 |
GSSAPI_BASE_DESC= ${GSSAPI_DESC} (Heimdal in base) |
95 |
GSSAPI_BASE_DESC= GSSAPI Heimdal in base |
93 |
GSSAPI_HEIMDAL_DESC= ${GSSAPI_DESC} (security/heimdal) |
96 |
GSSAPI_HEIMDAL_DESC= GSSAPI security/heimdal |
94 |
GSSAPI_MIT_DESC= ${GSSAPI_DESC} (security/krb5) |
97 |
GSSAPI_MIT_DESC= GSSAPI security/krb5 |
95 |
GSSAPI_NONE_DESC= No ${GSSAPI_DESC} |
98 |
GSSAPI_NONE_DESC= GSSAPI None |
96 |
|
99 |
|
97 |
.if !defined(BIND_TOOLS_SLAVE) |
100 |
.if !defined(BIND_TOOLS_SLAVE) |
98 |
CONFLICTS+= bind-tools-9.* |
101 |
CONFLICTS+= bind-tools-9.* |
Lines 122-128
Link Here
|
122 |
GEOIP_CONFIGURE_WITH= geoip |
125 |
GEOIP_CONFIGURE_WITH= geoip |
123 |
GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP |
126 |
GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP |
124 |
|
127 |
|
125 |
GOST_CONFIGURE_WITH= gost |
128 |
GOST_CONFIGURE_ON= --with-gost |
|
|
129 |
ASN1_CONFIGURE_ON= --with-gost=asn1 |
126 |
|
130 |
|
127 |
PYTHON_CONFIGURE_WITH= python |
131 |
PYTHON_CONFIGURE_WITH= python |
128 |
PYTHON_USES= python |
132 |
PYTHON_USES= python |
Lines 182-188
Link Here
|
182 |
USE_RC_SUBR+= named |
186 |
USE_RC_SUBR+= named |
183 |
SUB_FILES+= named.conf |
187 |
SUB_FILES+= named.conf |
184 |
.endif # !defined(BIND_TOOLS_SLAVE) |
188 |
.endif # !defined(BIND_TOOLS_SLAVE) |
185 |
.if ${PORT_OPTIONS:MGOST} |
189 |
.if ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MASN1} |
186 |
WITH_OPENSSL_PORT=yes |
190 |
WITH_OPENSSL_PORT=yes |
187 |
.endif |
191 |
.endif |
188 |
.else |
192 |
.else |