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
F81623959: D10129.diff
Fri, Apr 19, 3:56 AM
Unknown Object (File)
Sun, Apr 14, 4:29 AM
Unknown Object (File)
Thu, Apr 11, 5:19 PM
Unknown Object (File)
Sat, Apr 6, 2:34 PM
Unknown Object (File)
Fri, Mar 22, 3:15 PM
Unknown Object (File)
Fri, Mar 22, 3:15 PM
Unknown Object (File)
Fri, Mar 22, 3:15 PM
Unknown Object (File)
Fri, Mar 22, 3:15 PM
Subscribers

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 9571
Build 10018: 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
692

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
692

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.