Page MenuHomeFreeBSD

Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig into libdata/pkgconfig.
ClosedPublic

Authored by mat on Mar 24 2017, 4:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 12:12 PM
Unknown Object (File)
Sat, Jan 25, 7:44 PM
Unknown Object (File)
Sat, Jan 25, 7:29 PM
Unknown Object (File)
Sat, Jan 25, 7:16 PM
Unknown Object (File)
Fri, Jan 24, 7:10 PM
Unknown Object (File)
Fri, Jan 24, 3:07 AM
Unknown Object (File)
Tue, Jan 21, 9:15 AM
Unknown Object (File)
Dec 25 2024, 6:59 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rene added inline comments.
audio/msbcg729/pkg-plist
4 ↗(On Diff #26632)

Why make this a comment?

sysutils/fluent-bit/pkg-plist
690 ↗(On Diff #26632)

Why make this a comment?

Wouldn't this break hier for linux ports? (/compat/linux/libdata/pkgconfig instead of /compat/linux/lib/pkgconfig)

Wouldn't this break hier for linux ports? (/compat/linux/libdata/pkgconfig instead of /compat/linux/lib/pkgconfig)

I had not thought about that, but, hey, this is why we have reviews :-)
It is easy to fix though.

audio/msbcg729/pkg-plist
4 ↗(On Diff #26632)

Well, first, because it was commented out before, and second, the port installs libmsbcg729, and the .pc file is about libbcg729, third, audio/bcg729 already installs that .pc file.

sysutils/fluent-bit/pkg-plist
690 ↗(On Diff #26632)

Because msgpack is a bundled lib, and it would conflict with devel/msgpack.

  • Don't fixup lib/pkgconfig for linux ports.
  • Actually do what I mean.
mat marked 4 inline comments as done.May 30 2017, 9:51 AM
This revision was automatically updated to reflect the committed changes.