Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= ldns |
8 |
PORTNAME= ldns |
9 |
PORTVERSION= 1.6.10 |
9 |
PORTVERSION= 1.6.11 |
10 |
CATEGORIES= dns |
10 |
CATEGORIES= dns |
11 |
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ |
11 |
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ |
12 |
CRITICAL |
12 |
CRITICAL |
Lines 28-33
Link Here
|
28 |
ECDSA "With highly experimental ECDSA support" Off \ |
28 |
ECDSA "With highly experimental ECDSA support" Off \ |
29 |
PYLDNS "Build python bindings" Off |
29 |
PYLDNS "Build python bindings" Off |
30 |
|
30 |
|
|
|
31 |
.if defined(WITH_PYLDNS) |
32 |
USE_PYTHON= yes |
33 |
.include "${PORTSDIR}/Mk/bsd.python.mk" |
34 |
CONFIGURE_ARGS+= --with-pyldns |
35 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 |
36 |
INSTALL_TARGET+= install-pyldns |
37 |
PLIST_SUB+= PYLDNS="" |
38 |
.else |
39 |
PLIST_SUB+= PYLDNS="@comment " |
40 |
.endif |
41 |
|
31 |
.include <bsd.port.pre.mk> |
42 |
.include <bsd.port.pre.mk> |
32 |
|
43 |
|
33 |
ALL_TARGET= all |
44 |
ALL_TARGET= all |
Lines 223-228
Link Here
|
223 |
ldns_zone_print.3 ldns_zone_push_rr.3 ldns_zone_push_rr_list.3 \ |
234 |
ldns_zone_print.3 ldns_zone_push_rr.3 ldns_zone_push_rr_list.3 \ |
224 |
ldns_zone_rr_count.3 ldns_zone_rrs.3 ldns_zone_set_rrs.3 \ |
235 |
ldns_zone_rr_count.3 ldns_zone_rrs.3 ldns_zone_set_rrs.3 \ |
225 |
ldns_zone_set_soa.3 ldns_zone_soa.3 ldns_zone_sort.3 |
236 |
ldns_zone_set_soa.3 ldns_zone_soa.3 ldns_zone_sort.3 |
|
|
237 |
MAN1+= ldns-config.1 |
226 |
.endif |
238 |
.endif |
227 |
|
239 |
|
228 |
.if defined(WITH_GOST) |
240 |
.if defined(WITH_GOST) |
Lines 258-274
Link Here
|
258 |
CONFIGURE_ARGS+= --enable-ecdsa |
270 |
CONFIGURE_ARGS+= --enable-ecdsa |
259 |
.endif |
271 |
.endif |
260 |
|
272 |
|
261 |
.if defined(WITH_PYLDNS) |
|
|
262 |
USE_PYTHON= yes |
263 |
.include "${PORTSDIR}/Mk/bsd.python.mk" |
264 |
CONFIGURE_ARGS+= --with-pyldns |
265 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 |
266 |
INSTALL_TARGET+= install-pyldns |
267 |
PLIST_SUB+= PYLDNS="" |
268 |
.else |
269 |
PLIST_SUB+= PYLDNS="@comment " |
270 |
.endif |
271 |
|
272 |
.if ${OSVERSION} < 700000 |
273 |
.if ${OSVERSION} < 700000 |
273 |
NO_SHA2= --disable-sha2 |
274 |
NO_SHA2= --disable-sha2 |
274 |
CONFIGURE_ARGS+= ${NO_SHA2} |
275 |
CONFIGURE_ARGS+= ${NO_SHA2} |