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)
Jan 15 2024, 3:24 AM
Unknown Object (File)
Dec 22 2023, 11:53 PM
Unknown Object (File)
Nov 21 2023, 3:40 AM
Unknown Object (File)
Nov 12 2023, 8:00 PM
Unknown Object (File)
Nov 10 2023, 5:27 PM
Unknown Object (File)
Nov 9 2023, 10:45 AM
Unknown Object (File)
Nov 7 2023, 7:13 PM
Unknown Object (File)
Nov 4 2023, 4:42 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.