Page MenuHomeFreeBSD

Add (prefix)/share/pkgconfig in pathfix replacement
ClosedPublic

Authored by bofh on Apr 4 2022, 6:51 PM.
Referenced Files
Unknown Object (File)
Mon, Nov 4, 7:33 AM
Unknown Object (File)
Oct 13 2024, 4:51 AM
Unknown Object (File)
Sep 24 2024, 7:08 AM
Unknown Object (File)
Sep 8 2024, 10:32 PM
Unknown Object (File)
Sep 4 2024, 6:59 AM
Unknown Object (File)
Sep 4 2024, 6:59 AM
Unknown Object (File)
Sep 4 2024, 6:59 AM
Unknown Object (File)
Sep 4 2024, 6:47 AM
Subscribers
None

Details

Summary

I am trying to port the entire Apertium ecosystem but it looks like all of the packages(nearly 500+) has the same line in the Makefile.am file.

pkgconfigdir = $(prefix)/share/pkgconfig

I have already ported one dictionary when I am manually doing a post-patch. I know that there is a requirement for >= X number for making changes to this file but if we can change this now I won't have to redo this again for 500+ ports which I am planning to commit.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bofh requested review of this revision.Apr 4 2022, 6:51 PM
bofh created this revision.
This revision is now accepted and ready to land.Apr 9 2022, 2:28 PM
This revision was automatically updated to reflect the committed changes.