Page MenuHomeFreeBSD

shells/nu_plugin_query: Declare libcurl shlib dependency
ClosedPublic

Authored by olgeni on May 6 2026, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 7, 1:51 PM
Unknown Object (File)
Tue, Jul 7, 1:51 PM
Unknown Object (File)
Sun, Jun 28, 7:31 PM
Unknown Object (File)
Sat, Jun 20, 8:52 PM
Unknown Object (File)
Jun 14 2026, 7:23 AM
Unknown Object (File)
Jun 13 2026, 1:54 PM
Unknown Object (File)
Jun 12 2026, 10:37 PM
Unknown Object (File)
Jun 10 2026, 9:05 AM
Subscribers
None

Details

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
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:14 AM