Page MenuHomeFreeBSD

www/dezoomify-rs: Declare libzstd shlib dependency
Needs ReviewPublic

Authored by olgeni on Wed, May 6, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 22, 3:17 AM
Unknown Object (File)
Wed, May 20, 8:28 AM
Unknown Object (File)
Sat, May 16, 10:03 PM
Unknown Object (File)
Sat, May 16, 8:22 PM
Unknown Object (File)
Fri, May 15, 3:36 PM
Unknown Object (File)
Fri, May 15, 3:36 PM
Unknown Object (File)
Fri, May 15, 11:03 AM
Unknown Object (File)
Thu, May 14, 2:23 AM
Subscribers
None

Details

Reviewers
nivit
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 72852
Build 69735: arc lint + arc unit

Event Timeline

olgeni held this revision as a draft.
olgeni published this revision for review.Thu, May 7, 5:15 PM