a4742a5272
The binary links libzstd.so.1 (via the zstd-sys crate, which uses pkg-config to pick up the system libzstd by default), but the port does not declare the runtime dependency. Detected by poudriere stage-qa: Warning: wasmtime-44.0.1 will be rebuilt as it misses libzstd.so.1 which no dependency provides. It is likely (silently) failing testport/ stage-qa. Add LIB_DEPENDS=libzstd.so:archivers/zstd and bump PORTREVISION. Reviewed by: yuri Differential Revision: https://reviews.freebsd.org/D56853