[Bug 266923] PkgBase: FreeBSD-liby-dev has a missing dependency: FreeBSD-liby

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 10 Oct 2022 13:32:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266923

--- Comment #3 from Mina Galić <me@igalic.co> ---
fun fact about these -dev packages: They contain no headers, only liby.a:

freebsd@fbsd14-amd64 /v/c/pkg> for f in ./FreeBSD-liby-*dev-**.pkg; 
                                   test -L $f ; or pkg info -l -F $f;
                               end
FreeBSD-liby-dev-14.snap20220628151320:
        /usr/lib/liby.a
FreeBSD-liby-dev-lib32-14.snap20220628151320:
        /usr/lib32/liby.a
freebsd@fbsd14-amd64 /v/c/pkg>

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