Page MenuHomeFreeBSD

www/dezoomify-rs: Declare libzstd shlib dependency
ClosedPublic

Authored by olgeni on May 6 2026, 3:37 PM.
Tags
None
Referenced Files
F172284411: D56852.id184880.diff
Thu, Sep 17, 11:31 AM
Unknown Object (File)
Sun, Sep 13, 5:39 AM
Unknown Object (File)
Fri, Sep 11, 3:23 AM
Unknown Object (File)
Fri, Sep 11, 3:22 AM
Unknown Object (File)
Thu, Sep 10, 1:59 AM
Unknown Object (File)
Tue, Sep 8, 4:21 PM
Unknown Object (File)
Mon, Sep 7, 9:11 PM
Unknown Object (File)
Mon, Sep 7, 5:20 PM
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: dezoomify-rs-2.15.0_8 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