Page MenuHomeFreeBSD

www/wasmtime: Declare libzstd shlib dependency
ClosedPublic

Authored by olgeni on May 6 2026, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 13, 8:22 PM
Unknown Object (File)
Wed, Jul 8, 3:48 AM
Unknown Object (File)
Sun, Jul 5, 6:51 AM
Unknown Object (File)
Fri, Jul 3, 8:51 AM
Unknown Object (File)
Sat, Jun 20, 7:56 AM
Unknown Object (File)
Wed, Jun 17, 10:49 AM
Unknown Object (File)
Jun 14 2026, 1:16 AM
Unknown Object (File)
Jun 13 2026, 9:29 AM
Subscribers
None

Details

Summary

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.

Test Plan

poudriere testport on 14.3-amd64 - clean build, no missing-shlib
warnings, package installs and deinstalls cleanly.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

olgeni held this revision as a draft.
olgeni published this revision for review.May 7 2026, 5:15 PM
This revision is now accepted and ready to land.Fri, Jul 3, 12:15 AM