On 2020/07/26 09:10, wen heping wrote:
> Hi, all:
>
> Here is a patch for net/p5-Zonemaster :
> i)Update cli to 2.0.4, engine to 3.1.2 and ldns to 2.1.0
Thanks - I was already looking at these updates - engine tests failed
with your diff because dependencies were not in sync. I've committed
working updates.
> ii) Remove unneeded BUILD_DEPENDS=${RUN_DEPENDS}
I don't generally like this, in cases where upstream has their own
checks (common in Perl ports) it makes it harder to check if the
dependencies are correct.
> iii) Pass --no-ed25519 to ldns's CONFIGURE_ARGS, since it
> failed build with ed25519 option.
libressl doesn't support this yet.
> All 3 sub-ports build well and all tests passed, but one test in
> engine failed, not caused by this patch.