Page MenuHomeFreeBSD

shells/nu_plugin_query: Declare libcurl shlib dependency
Needs ReviewPublic

Authored by olgeni on Wed, May 6, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 11:24 AM
Unknown Object (File)
Sun, May 17, 5:35 AM
Unknown Object (File)
Fri, May 15, 6:10 AM
Unknown Object (File)
Wed, May 13, 4:43 PM
Unknown Object (File)
Wed, May 13, 11:06 AM
Unknown Object (File)
Mon, May 11, 9:10 PM
Unknown Object (File)
Mon, May 11, 9:17 AM
Unknown Object (File)
Mon, May 11, 12:05 AM
Subscribers
None

Details

Reviewers
yuri
Summary

The binary links libcurl.so.4 (via the curl-sys crate, which uses
pkg-config to pick up the system libcurl by default), but the port
does not declare the runtime dependency.

Detected by poudriere stage-qa:

Warning: nu_plugin_query-0.112.2_1 will be rebuilt as it misses
libcurl.so.4 which no dependency provides. It is likely (silently)
failing testport/stage-qa.

Add LIB_DEPENDS=libcurl.so:ftp/curl and bump PORTREVISION. Also
reorder PLIST_FILES ahead of OPENSSLINC/OPENSSLLIB to satisfy
portclippy.

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 72854
Build 69737: 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