pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unbound
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.
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
Home |
Main Index |
Thread Index |
Old Index