I'm trying to figure out why pbulk fails on various architectures
(mips64eb, m68k) here:
=> Checking for missing run-time search paths in digest-20190127
/usr/bin/awk: no program filename
One solution is to just not set PKG_DEVELOPER, but the real question is
why doesn't check-shlibs-elf.awk do the right thing?
What does "make show-var VARNAME=OBJECT_FMT" print?
The thing is that mk/check/check-shlibs.mk only ever expects ELF or
Mach-O, and you seem to have a different OBJECT_FMT. In that case, it
doesn't report an error but fails badly.