[Bug 292240] pkgbase: spurious dependencies

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 07 Jan 2026 12:16:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292240

--- Comment #2 from Baptiste Daroussin <bapt@FreeBSD.org> ---
pkg query shows explicit dependencies, not provides/requires, pkg info -r
FreeBSD-openssl-lib will tell you what depends on it and why (given this is not
a explicit dependency but a dependency on its libraries. about
FreeBSD-clibs-lib32 I bet this is because you have FreeBSD-clang package which
itself has binaries which are linked to libc.so.7 (32bit) and libgcc_s.so.1
(32bits) again pkg info -r FreeBSD-clibs-lib32 should show them to you.

-- 
You are receiving this mail because:
You are the assignee for the bug.