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)
Fri, Oct 17, 4:29 AM
Unknown Object (File)
Fri, Oct 10, 2:35 AM
Unknown Object (File)
Mon, Sep 29, 11:15 AM
Unknown Object (File)
Sep 20 2025, 8:57 PM
Unknown Object (File)
Sep 20 2025, 3:40 PM
Unknown Object (File)
Sep 20 2025, 3:12 PM
Unknown Object (File)
Sep 20 2025, 12:27 PM
Unknown Object (File)
Sep 20 2025, 3:33 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.