Received: by mail.netbsd.org (Postfix, from userid 605) id 084E384D44; Thu, 27 Sep 2018 04:23:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 040D284CEF for ; Thu, 27 Sep 2018 04:23:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZQA1tQZhTzGe for ; Thu, 27 Sep 2018 04:23:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 314F384C81 for ; Thu, 27 Sep 2018 04:23:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B5C4FBEE; Thu, 27 Sep 2018 04:23:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538022192199040" MIME-Version: 1.0 Date: Thu, 27 Sep 2018 04:23:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/zkt To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180927042312.2B5C4FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1538022192199040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 27 04:23:12 UTC 2018 Modified Files: pkgsrc/security/zkt: Makefile Log Message: zkt: switch to an existing bind version Only used on DragonFly To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/zkt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538022192199040 Content-Disposition: inline Content-Length: 697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/zkt/Makefile diff -u pkgsrc/security/zkt/Makefile:1.10 pkgsrc/security/zkt/Makefile:1.11 --- pkgsrc/security/zkt/Makefile:1.10 Tue Aug 18 07:31:17 2015 +++ pkgsrc/security/zkt/Makefile Thu Sep 27 04:23:12 2018 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/08/18 07:31:17 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2018/09/27 04:23:12 wiz Exp $ DISTNAME= zkt-1.1.2 PKGREVISION= 1 @@ -31,7 +30,7 @@ CONFIGURE_ARGS+= --enable-bind_util_path .if ${OPSYS} == "DragonFly" CONFIGURE_ARGS+= --enable-bind_util_path=${BUILDLINK_PREFIX.bind}/sbin -.include "../../net/bind99/buildlink3.mk" +.include "../../net/bind912/buildlink3.mk" .endif do-install: --_----------=_1538022192199040--