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)
Thu, May 14, 9:36 AM
Unknown Object (File)
Apr 20 2026, 12:29 AM
Unknown Object (File)
Apr 19 2026, 5:27 PM
Unknown Object (File)
Apr 14 2026, 8:38 PM
Unknown Object (File)
Apr 14 2026, 2:59 PM
Unknown Object (File)
Apr 14 2026, 1:49 AM
Unknown Object (File)
Apr 12 2026, 1:49 AM
Unknown Object (File)
Apr 11 2026, 6:04 PM
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

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 16590
Build 16502: arc lint + arc unit

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.