summaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-01-16 00:30:07 +0000
committermiwi <miwi@FreeBSD.org>2009-01-16 00:30:07 +0000
commitd0f14968901ba601044aed0c719b9e4f7091c304 (patch)
tree632c5eb437778aad65c9decebd078eebeefd7e05 /dns
parentbe70112492c7cd61f1869cbaa59b516ed7b36e27 (diff)
downloadFreeBSD-ports-d0f14968901ba601044aed0c719b9e4f7091c304.zip
FreeBSD-ports-d0f14968901ba601044aed0c719b9e4f7091c304.tar.gz
- Add missing openssl dependency [1]
- Fix race when stopping nsd [2] PR: ports/130263 [1] ports/130294 [2] Submitted by: Artis Caune <Artis.Caune@gmail.com> [1] [2] Approved by: maintainer
Diffstat (limited to 'dns')
-rw-r--r--dns/nsd/Makefile3
-rw-r--r--dns/nsd/files/nsd.in2
2 files changed, 5 insertions, 0 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index bb82d55..d64ca39 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nsd
PORTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
@@ -34,6 +35,8 @@ CONFIGURE_ARGS= --with-user=${NSDUSER} \
--with-xfrdfile=${NSDXFRDFILE} \
--with-libwrap
+USE_OPENSSL= yes
+
MAN5= nsd.conf.5
MAN8= nsd.8 nsdc.8 zonec.8 nsd-checkconf.8 nsd-notify.8 nsd-patch.8 \
nsd-xfer.8
diff --git a/dns/nsd/files/nsd.in b/dns/nsd/files/nsd.in
index 261d5ee..8d64dec 100644
--- a/dns/nsd/files/nsd.in
+++ b/dns/nsd/files/nsd.in
@@ -31,6 +31,8 @@ nsd_stop()
echo "Merging nsd zone transfer changes to zone files."
%%PREFIX%%/sbin/nsdc patch
+ sleep 5
+
echo "Stopping nsd."
%%PREFIX%%/sbin/nsdc stop
}
OpenPOWER on IntegriCloud