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, Feb 17, 2:51 PM
Unknown Object (File)
Wed, Feb 11, 8:29 PM
Unknown Object (File)
Jan 29 2026, 11:54 AM
Unknown Object (File)
Jan 26 2026, 1:15 AM
Unknown Object (File)
Jan 17 2026, 7:11 AM
Unknown Object (File)
Dec 20 2025, 1:19 AM
Unknown Object (File)
Dec 7 2025, 9:30 PM
Unknown Object (File)
Dec 7 2025, 3:51 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.