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)
Sun, Dec 29, 12:54 AM
Unknown Object (File)
Dec 2 2024, 7:08 PM
Unknown Object (File)
Nov 25 2024, 2:59 PM
Unknown Object (File)
Nov 23 2024, 4:16 PM
Unknown Object (File)
Nov 22 2024, 5:55 PM
Unknown Object (File)
Nov 22 2024, 5:19 PM
Unknown Object (File)
Nov 21 2024, 6:23 PM
Unknown Object (File)
Nov 21 2024, 11:04 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.