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:   he
Date:           Thu Jan 17 14:19:51 UTC 2019

Modified Files:
        pkgsrc/net/unbound: Makefile
Added Files:
        pkgsrc/net/unbound: options.mk

Log Message:
Let unbound grow a "dnstap" option.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/unbound/Makefile
cvs rdiff -u -r0 -r1.3 pkgsrc/net/unbound/options.mk

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.61 pkgsrc/net/unbound/Makefile:1.62
--- pkgsrc/net/unbound/Makefile:1.61    Tue Dec 11 17:06:46 2018
+++ pkgsrc/net/unbound/Makefile Thu Jan 17 14:19:51 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2018/12/11 17:06:46 he Exp $
+# $NetBSD: Makefile,v 1.62 2019/01/17 14:19:51 he Exp $
 
 DISTNAME=      unbound-1.8.3
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/unbound/
 
@@ -22,6 +23,8 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test
 
+.include "options.mk"
+
 # unbound uses some OpenBSD libc functions such as reallocarray(3).
 # The existing tests just look for the symbol in libc regardless
 # of anything in stdlib.h

Added files:

Index: pkgsrc/net/unbound/options.mk
diff -u /dev/null pkgsrc/net/unbound/options.mk:1.3
--- /dev/null   Thu Jan 17 14:19:51 2019
+++ pkgsrc/net/unbound/options.mk       Thu Jan 17 14:19:51 2019
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.3 2019/01/17 14:19:51 he Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.unbound
+PKG_SUPPORTED_OPTIONS+=        dnstap
+# PKG_SUGGESTED_OPTIONS+=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdnstap)
+CONFIGURE_ARGS+=       --enable-dnstap
+.include "../../net/fstrm/buildlink3.mk"
+.include "../../devel/protobuf/buildlink3.mk"
+.include "../../devel/protobuf-c/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index