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)
Tue, Apr 14, 8:38 PM
Unknown Object (File)
Tue, Apr 14, 2:59 PM
Unknown Object (File)
Tue, Apr 14, 1:49 AM
Unknown Object (File)
Sun, Apr 12, 1:49 AM
Unknown Object (File)
Sat, Apr 11, 6:04 PM
Unknown Object (File)
Tue, Mar 24, 5:34 PM
Unknown Object (File)
Tue, Mar 24, 2:30 AM
Unknown Object (File)
Sat, Mar 21, 5:15 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.