aboutsummaryrefslogtreecommitdiff
path: root/dns/nsd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-09 11:22:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-09 11:22:47 +0000
commit53925f575db7612f7725b6d62e993b808f88a0eb (patch)
tree6de5a74518658f85eda95e5faf833ad31ac64a53 /dns/nsd
parent4309950c53fa9e202c396b3576a66aababf52dc1 (diff)
downloadports-53925f575db7612f7725b6d62e993b808f88a0eb.tar.gz
ports-53925f575db7612f7725b6d62e993b808f88a0eb.zip
Notes
Diffstat (limited to 'dns/nsd')
-rw-r--r--dns/nsd/Makefile16
-rw-r--r--dns/nsd/distinfo6
2 files changed, 13 insertions, 9 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index 02d86b4e42f7..70855517df0b 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= nsd
-PORTVERSION= 3.2.4
-PORTREVISION= 1
+PORTVERSION= 3.2.5
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
-MAINTAINER= jaap@bartok.nlnetlabs.nl
+MAINTAINER= jaap@nlnetlabs.nl
COMMENT= An authoritative only non-recursive name server
CONFLICTS= nsd-[0-2]*
@@ -58,7 +57,8 @@ OPTIONS= ROOT_SERVER "Configure NSD as a root server" Off \
CHECKING "Enable internal runtime checks" Off \
TSIG "Enable TSIG support" On \
NSEC3 "Enable NSEC3 support" On \
- NSID "Enable NSID support" Off \
+ NSID "Enable NSID support" On \
+ MMAP "Use mmap instead of malloc(experimental)" Off \
MAXINT "Raise max_interfaces from 8 to ${NSDMAX_INT}" Off
.include <bsd.port.pre.mk>
@@ -95,8 +95,12 @@ CONFIGURE_ARGS+= --disable-tsig
CONFIGURE_ARGS+= --disable-nsec3
.endif
-.if defined(WITH_NSID)
-CONFIGURE_ARGS+= --enable-nsid
+.if defined(WITHOUT_NSID)
+CONFIGURE_ARGS+= --disable-nsid
+.endif
+
+.if defined(WITH_MMAP)
+CONFIGURE_ARGS+= --enable-mmap
.endif
.if defined(WITH_MAXINT)
diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo
index 200f029499ad..f599af4fe10e 100644
--- a/dns/nsd/distinfo
+++ b/dns/nsd/distinfo
@@ -1,3 +1,3 @@
-MD5 (nsd-3.2.4.tar.gz) = 0c394fd713d194bde24a1035e56d5a79
-SHA256 (nsd-3.2.4.tar.gz) = 41ed4a3e21d7381379c85d46ee7131937195aa780f120b03e5d4d878d397c769
-SIZE (nsd-3.2.4.tar.gz) = 859712
+MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6
+SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9
+SIZE (nsd-3.2.5.tar.gz) = 863577