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, Apr 23, 2:39 AM
Unknown Object (File)
Wed, Apr 3, 10:18 PM
Unknown Object (File)
Wed, Apr 3, 10:18 PM
Unknown Object (File)
Wed, Apr 3, 10:18 PM
Unknown Object (File)
Wed, Apr 3, 10:05 PM
Unknown Object (File)
Mar 7 2024, 11:09 PM
Unknown Object (File)
Mar 7 2024, 8:42 PM
Unknown Object (File)
Feb 25 2024, 6:58 AM
Subscribers

Details

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
Lint Not Applicable
Unit
Tests Not Applicable

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.