update to poezio-0.18, this was broken at runtime previously (wouldn't
startup), it now starts but I don't know it well enough to test further.
ok kmos
backport upstream fix: don't print Xvnc banner until after parsing args,
it interferes with inetd mode. problem reported by Jarkko Toivonen.
(also update xserver while there).
update to dnscrypt-proxy-2.1.16, from Igor Zornik (who has sent most
recent updates to this port).
maintainer timeout -> tweak from me: drop maintainer line.
Teach cmake to pick up clang-scan-deps from base, not from ports
This tool is detected much like ar and ranlib, preferring versioned
programs from ports to unversioned programs from base. This breaks with
dpb(1) junking. As noted by tb@ this *could* become a problem if a port
required a different version than the version provided by base, but
we're not there yet.
clang-scan-deps was initially intended rather as a test tool, C++
modules support should also become available behind clang -fmodules-driver
after https://github.com/llvm/llvm-project/pull/152770
Reported by phessler@, analyzed by tb@, ok from both
update-plist: sync the two show-unknown implementations
Use fullstring rather than fullname so that directories are recognizable
in "Not found" warning. Wrap line like in the identical code on line 161.
from espie (whitespace tweak from me)