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)
Tue, Sep 8, 9:34 AM
Unknown Object (File)
Sun, Sep 6, 10:00 AM
Unknown Object (File)
Sun, Sep 6, 12:48 AM
Unknown Object (File)
Sat, Sep 5, 8:27 PM
Unknown Object (File)
Sat, Sep 5, 8:27 PM
Unknown Object (File)
Sat, Sep 5, 8:09 PM
Unknown Object (File)
Sat, Sep 5, 11:44 AM
Unknown Object (File)
Fri, Sep 4, 11:45 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.Jul 3 2026, 12:15 AM