View | Details | Raw Unified | Return to bug 164224
Collapse All | Expand All

(-)/space/portstrees/AFreeBSD/ports/dns/ldns/Makefile (-10 / +13 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ldns
8
PORTNAME=	ldns
9
PORTVERSION=	1.6.11
9
PORTVERSION=	1.6.12
10
PORTREVISION=	1
11
CATEGORIES=	dns
10
CATEGORIES=	dns
12
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
13
		CRITICAL
12
		CRITICAL
Lines 33-47 Link Here
33
32
34
.if defined(WITH_PYLDNS)
33
.if defined(WITH_PYLDNS)
35
USE_PYTHON=	yes
34
USE_PYTHON=	yes
36
.include "${PORTSDIR}/Mk/bsd.python.mk"
37
CONFIGURE_ARGS+=--with-pyldns
38
BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
39
INSTALL_TARGET+=install-pyldns
40
PLIST_SUB+=	PYLDNS=""
41
.else
42
PLIST_SUB+=	PYLDNS="@comment "
43
.endif
35
.endif
44
36
37
.include <bsd.port.pre.mk>
38
45
ALL_TARGET=	all
39
ALL_TARGET=	all
46
INSTALL_TARGET=	install-lib install-h
40
INSTALL_TARGET=	install-lib install-h
47
41
Lines 271-276 Link Here
271
CONFIGURE_ARGS+=--enable-ecdsa
265
CONFIGURE_ARGS+=--enable-ecdsa
272
.endif
266
.endif
273
267
268
.if defined(WITH_PYLDNS)
269
CONFIGURE_ARGS+=--with-pyldns
270
BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
271
INSTALL_TARGET+=install-pyldns
272
PLIST_SUB+=	PYLDNS=""
273
.else
274
PLIST_SUB+=	PYLDNS="@comment "
275
.endif
276
274
post-configure:
277
post-configure:
275
.if defined(WITH_EXAMPLES)
278
.if defined(WITH_EXAMPLES)
276
	@(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \
279
	@(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \
Lines 299-302 Link Here
299
	@(cd ${WRKSRC}/drill; ${GMAKE} install)
302
	@(cd ${WRKSRC}/drill; ${GMAKE} install)
300
.endif
303
.endif
301
304
302
.include <bsd.port.mk>
305
.include <bsd.port.post.mk>
(-)/space/portstrees/AFreeBSD/ports/dns/ldns/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ldns-1.6.11.tar.gz) = 6891b8ea8e9ded3e7d2caaaf494a8c2459bab729cdd1716f6db2ba375f628888
1
SHA256 (ldns-1.6.12.tar.gz) = b966787510a169ca0ed78f9a8a5de01fb309909575e721ead92095d4677aa51c
2
SIZE (ldns-1.6.11.tar.gz) = 1018369
2
SIZE (ldns-1.6.12.tar.gz) = 1057607

Return to bug 164224