pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nsd Apply parts of patch from PR 29983 by ISIHARA ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/69b963cb9de1
branches: trunk
changeset: 493150:69b963cb9de1
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 28 15:30:17 2005 +0000
description:
Apply parts of patch from PR 29983 by ISIHARA Takanori:
* OpenSSL 0.9.7 or higher is required for TSIG support. (README)
* --with-namedxfer configure option is obsolete option.
diffstat:
net/nsd/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r f6351074567d -r 69b963cb9de1 net/nsd/Makefile
--- a/net/nsd/Makefile Thu Apr 28 15:15:18 2005 +0000
+++ b/net/nsd/Makefile Thu Apr 28 15:30:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.29 2005/04/28 15:30:17 wiz Exp $
DISTNAME= nsd-2.2.0
CATEGORIES= net
@@ -9,6 +9,7 @@
COMMENT= Authoritative-only DNS server
BUILD_DEFS+= USE_INET6
+BUILDLINK_DEPENDS.openssl+= openssl>=0.9.7
.include "../../mk/bsd.prefs.mk"
@@ -23,7 +24,6 @@
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+=--with-pidfile=${VARBASE}/run/nsd.pid
CONFIGURE_ARGS+=--with-user=named
-CONFIGURE_ARGS+=--with-namedxfer=/usr/libexec/named-xfer
.endif
post-install:
@@ -37,4 +37,5 @@
.endfor
.include "../../security/tcp_wrappers/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index