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

(-)/home/jaap/ports/dns/nsd/Makefile (-6 / +10 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	nsd
8
PORTNAME=	nsd
9
PORTVERSION=	3.2.4
9
PORTVERSION=	3.2.5
10
PORTREVISION=	1
11
CATEGORIES=	dns ipv6
10
CATEGORIES=	dns ipv6
12
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
13
		ftp://ftp.rhnet.is/pub/nsd/
12
		ftp://ftp.rhnet.is/pub/nsd/
14
13
15
MAINTAINER=	jaap@bartok.nlnetlabs.nl
14
MAINTAINER=	jaap@nlnetlabs.nl
16
COMMENT=	An authoritative only non-recursive name server
15
COMMENT=	An authoritative only non-recursive name server
17
16
18
CONFLICTS=	nsd-[0-2]*
17
CONFLICTS=	nsd-[0-2]*
Lines 58-64 Link Here
58
		CHECKING	"Enable internal runtime checks" Off \
57
		CHECKING	"Enable internal runtime checks" Off \
59
		TSIG		"Enable TSIG support" On \
58
		TSIG		"Enable TSIG support" On \
60
		NSEC3		"Enable NSEC3 support" On \
59
		NSEC3		"Enable NSEC3 support" On \
61
		NSID		"Enable NSID support" Off \
60
		NSID		"Enable NSID support" On \
61
		MMAP		"Use mmap instead of malloc(experimental)" Off \
62
		MAXINT		"Raise max_interfaces from 8 to ${NSDMAX_INT}" Off
62
		MAXINT		"Raise max_interfaces from 8 to ${NSDMAX_INT}" Off
63
63
64
.include <bsd.port.pre.mk>
64
.include <bsd.port.pre.mk>
Lines 95-102 Link Here
95
CONFIGURE_ARGS+=	--disable-nsec3
95
CONFIGURE_ARGS+=	--disable-nsec3
96
.endif
96
.endif
97
97
98
.if defined(WITH_NSID)
98
.if defined(WITHOUT_NSID)
99
CONFIGURE_ARGS+=	--enable-nsid
99
CONFIGURE_ARGS+=	--disable-nsid
100
.endif
101
102
.if defined(WITH_MMAP)
103
CONFIGURE_ARGS+=	--enable-mmap
100
.endif
104
.endif
101
105
102
.if defined(WITH_MAXINT)
106
.if defined(WITH_MAXINT)
(-)/home/jaap/ports/dns/nsd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nsd-3.2.4.tar.gz) = 0c394fd713d194bde24a1035e56d5a79
1
MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6
2
SHA256 (nsd-3.2.4.tar.gz) = 41ed4a3e21d7381379c85d46ee7131937195aa780f120b03e5d4d878d397c769
2
SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9
3
SIZE (nsd-3.2.4.tar.gz) = 859712
3
SIZE (nsd-3.2.5.tar.gz) = 863577

Return to bug 145781