pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/unbound fixes PR pkg/54126
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb845dd6f224
branches: trunk
changeset: 335066:fb845dd6f224
user: pettai <pettai%pkgsrc.org@localhost>
date: Wed Jun 12 09:21:42 2019 +0000
description:
fixes PR pkg/54126
diffstat:
net/unbound/Makefile | 3 ++-
net/unbound/PLIST | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 73550c2ff2c1 -r fb845dd6f224 net/unbound/Makefile
--- a/net/unbound/Makefile Wed Jun 12 08:37:58 2019 +0000
+++ b/net/unbound/Makefile Wed Jun 12 09:21:42 2019 +0000
@@ -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 @@
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}
diff -r 73550c2ff2c1 -r fb845dd6f224 net/unbound/PLIST
--- a/net/unbound/PLIST Wed Jun 12 08:37:58 2019 +0000
+++ b/net/unbound/PLIST Wed Jun 12 09:21:42 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index