Received: by mail.netbsd.org (Postfix, from userid 605) id 005DA84DB3; Wed, 12 Jun 2019 09:21:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CAED84D2D for ; Wed, 12 Jun 2019 09:21:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JjdV1lt5TnC5 for ; Wed, 12 Jun 2019 09:21:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CB30284CE8 for ; Wed, 12 Jun 2019 09:21:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4800FBF4; Wed, 12 Jun 2019 09:21:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560331302173780" MIME-Version: 1.0 Date: Wed, 12 Jun 2019 09:21:42 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/net/unbound To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20190612092142.C4800FBF4@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. --_----------=_1560331302173780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pettai Date: Wed Jun 12 09:21:42 UTC 2019 Modified Files: pkgsrc/net/unbound: Makefile PLIST Log Message: fixes PR pkg/54126 To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/unbound/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/unbound/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560331302173780 Content-Disposition: inline Content-Length: 1301 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unbound/Makefile diff -u pkgsrc/net/unbound/Makefile:1.65 pkgsrc/net/unbound/Makefile:1.66 --- pkgsrc/net/unbound/Makefile:1.65 Tue Mar 12 12:13:08 2019 +++ pkgsrc/net/unbound/Makefile Wed Jun 12 09:21:42 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2019/03/12 12:13:08 he Exp $ +# $NetBSD: Makefile,v 1.66 2019/06/12 09:21:42 pettai Exp $ DISTNAME= unbound-1.9.1 CATEGORIES= net @@ -16,6 +16,7 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-allsymbols CONFIGURE_ARGS+= --with-libexpat=${BUILDLINK_PREFIX.expat} CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent} +CONFIGURE_ARGS+= --enable-event-api CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/unbound/unbound.pid CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} Index: pkgsrc/net/unbound/PLIST diff -u pkgsrc/net/unbound/PLIST:1.8 pkgsrc/net/unbound/PLIST:1.9 --- pkgsrc/net/unbound/PLIST:1.8 Thu Mar 15 10:22:49 2018 +++ pkgsrc/net/unbound/PLIST Wed Jun 12 09:21:42 2019 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.8 2018/03/15 10:22:49 he Exp $ +@comment $NetBSD: PLIST,v 1.9 2019/06/12 09:21:42 pettai Exp $ include/unbound.h +include/unbound-event.h lib/libunbound.la lib/pkgconfig/libunbound.pc man/man1/unbound-host.1 --_----------=_1560331302173780--