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)
Tue, Apr 21, 6:41 PM
Unknown Object (File)
Mon, Apr 20, 12:22 PM
Unknown Object (File)
Sun, Apr 19, 1:59 AM
Unknown Object (File)
Thu, Apr 16, 7:31 AM
Unknown Object (File)
Sat, Apr 11, 4:25 PM
Unknown Object (File)
Thu, Apr 9, 8:46 PM
Unknown Object (File)
Wed, Apr 8, 12:45 AM
Unknown Object (File)
Tue, Apr 7, 9:33 AM
Subscribers

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8278
Build 8524: arc lint + arc unit

Event Timeline

rene added inline comments.
audio/msbcg729/pkg-plist
4

Why make this a comment?

sysutils/fluent-bit/pkg-plist
690

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

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

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.