Page MenuHomeFreeBSD

Teach pathfix.mk about LIB_DESTINATION
ClosedPublic

Authored by tcberner on Oct 3 2016, 9:13 PM.
Tags
None
Referenced Files
F100493748: D8141.diff
Wed, Oct 16, 1:08 AM
Unknown Object (File)
Thu, Oct 3, 1:42 PM
Unknown Object (File)
Thu, Oct 3, 12:37 PM
Unknown Object (File)
Thu, Oct 3, 9:19 AM
Unknown Object (File)
Wed, Oct 2, 7:20 AM
Unknown Object (File)
Wed, Oct 2, 7:15 AM
Unknown Object (File)
Wed, Oct 2, 7:15 AM
Unknown Object (File)
Wed, Oct 2, 7:03 AM
Subscribers

Details

Reviewers
rakuco
mat
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr
Commits
rP423237: Teach pathfix.mk about LIB_DESTINATION
Summary

Some cmake projects use LIB_DESTINATION/pkgconfig to install the pc-files.

For example:

  • deskutils/libstreamanalyzer
  • sysutils/polkit-qt{,5}
  • x11-toolkits/attica

By adding this, we can convert these ports to use pathfix instead of an
uncessessary patch-foo or confusing sed call.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 5426
Build 5628: arc lint + arc unit

Event Timeline

tcberner retitled this revision from to Teach pathfix.mk about LIB_DESTINATION.
tcberner updated this object.
tcberner edited the test plan for this revision. (Show Details)
tcberner added reviewers: rakuco, mat.
tcberner added a subscriber: adridg.
mat edited edge metadata.

(Note that I have D8093 currently going on about USES=pathfix)

This revision is now accepted and ready to land.Oct 3 2016, 11:02 PM
This revision was automatically updated to reflect the committed changes.