[Bug 254798] pkgbase: -dev and -dev-lib32 packages both installing *.pc files.

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 16 Nov 2022 19:26:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254798

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
It looks like this is fixed in main, with .pc files being installed into
/usr/libdata/pkgconfig/ or /usr/lib32/pkgconfig/ :

$ echo *-liblzma-dev-* | xargs -n 1 tar tvf | grep '.pc'
-r--r--r--  0 root   wheel     386 Oct 28 13:46
/usr/libdata/pkgconfig/liblzma.pc
-r--r--r--  0 root   wheel     388 Oct 28 13:46 /usr/lib32/pkgconfig/liblzma.pc

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