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)
Feb 12 2024, 11:10 AM
Unknown Object (File)
Jan 12 2024, 2:02 AM
Unknown Object (File)
Dec 20 2023, 5:30 AM
Unknown Object (File)
Jul 8 2023, 12:01 AM
Unknown Object (File)
Jun 16 2023, 8:15 AM
Unknown Object (File)
May 18 2023, 9:56 PM
Unknown Object (File)
May 12 2023, 5:28 AM
Unknown Object (File)
Mar 5 2023, 5:35 PM
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 Skipped
Unit
Tests Skipped

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.