Created attachment 232035 [details] compilation log of the port Unbound 1.15, Whern starting it I get : Feb 23 10:49:40 ice unbound[27499]: [27499:0] warning: Unbound is not compiled with nghttp2. This is required to use DNS-over-HTTPS. Feb 23 10:49:40 ice syslogd: last message repeated 1 times pkg info unbound is : unbound-1.15.0 Name : unbound Version : 1.15.0 Installed on : Wed Feb 23 10:49:03 2022 CET Origin : dns/unbound Architecture : FreeBSD:13:amd64 Prefix : /usr/local Categories : dns Licenses : BSD3CLAUSE Maintainer : jaap@NLnetLabs.nl WWW : https://www.nlnetlabs.nl/projects/unbound Comment : Validating, recursive, and caching DNS resolver Options : DEP-RSA1024 : off DNSCRYPT : off DNSTAP : off DOCS : on DOH : on ECDSA : on EVAPI : off FILTER_AAAA : off GOST : on HIREDIS : off LIBEVENT : on MUNIN_PLUGIN : off PYTHON : off SUBNET : off TFOCL : off TFOSE : off THREADS : on Shared Libs required: libexpat.so.1 libssl.so.11 libcrypto.so.11 libevent-2.1.so.7 Shared Libs provided: libunbound.so.8 Annotations : FreeBSD_version: 1300139 cpe : cpe:2.3:a:nlnetlabs:unbound:1.15.0:::::freebsd13:x64 repo_type : binary repository : poudriere Flat size : 7.73MiB Compilation log shows the dependency on libnghttp2, but I did not find the linking phase (log attached)
Created attachment 232047 [details] patch to fix the problem
Thanks, Patch tested and it works
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed63185054966d4432d27dfd5b8a6954450c31b1 commit ed63185054966d4432d27dfd5b8a6954450c31b1 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2022-02-26 22:29:48 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2022-02-26 22:29:48 +0000 dns/unbound: Fix DoH compilation PR: 262145 Reported by: freebsd@rail.eu.org Tested by: freebsd@rail.eu.org dns/unbound/Makefile | 2 ++ 1 file changed, 2 insertions(+)