Page MenuHomeFreeBSD

Teach pathfix.mk about LIB_DESTINATION
ClosedPublic

Authored by tcberner on Oct 3 2016, 9:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 1:49 PM
Unknown Object (File)
Tue, Nov 18, 11:38 AM
Unknown Object (File)
Fri, Nov 7, 3:26 AM
Unknown Object (File)
Wed, Oct 29, 7:59 PM
Unknown Object (File)
Mon, Oct 27, 3:23 AM
Unknown Object (File)
Sun, Oct 26, 9:41 PM
Unknown Object (File)
Sun, Oct 26, 9:41 PM
Unknown Object (File)
Sun, Oct 26, 9:41 PM
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.