Page MenuHomeFreeBSD

devel/libgit2-glib: Unbreak with libgit2 0.27.
ClosedPublic

Authored by rakuco on May 14 2018, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2025, 3:59 AM
Unknown Object (File)
Feb 22 2025, 1:56 AM
Unknown Object (File)
Feb 22 2025, 1:16 AM
Unknown Object (File)
Feb 21 2025, 5:54 PM
Unknown Object (File)
Feb 5 2025, 7:23 AM
Unknown Object (File)
Jan 27 2025, 3:49 PM
Unknown Object (File)
Jan 27 2025, 2:14 AM
Unknown Object (File)
Dec 29 2024, 12:54 AM
Subscribers

Details

Summary

The fix is two-fold:

  • Adjust the path for the sed call in devel/libgit2 so that we leave out openssl from libgit2.pc's Requires.private line, otherwise libgit2-glib will look for openssl.pc, which does not exist when OpenSSL from base is used.
  • Reset libgit2-glib back to 0.26, and import a patch both Arch Linux and openSUSE have been carrying to fix the build with libgit2 0.27.
Test Plan

libgit2-glib built fine here.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.May 14 2018, 9:39 PM
kwm added a subscriber: kwm.

Looks good to me.

This revision was automatically updated to reflect the committed changes.