Created attachment 254417 [details] Fix build with libgit2 1.8.2 Hello Yuri, Upstream patch to fix build with upcoming libgit2 1.8.2. My sugestion is to apply it now without bump portrevision as it only changes: ```diff - #if (LIBGIT2_VER_MAJOR == 1) && (LIBGIT2_VER_MINOR == 8) + #if (LIBGIT2_VER_MAJOR == 1) && (LIBGIT2_VER_MINOR == 8) && (LIBGIT2_VER_REVISION < 2) ``` reflecting libgit2 const backport from 1.8.2 See also: https://github.com/horizon-eda/horizon/issues/788 Cheers
Created attachment 254418 [details] Fix build with libgit2 1.8.2: Use tabs instead of spaces
Hello Nuno, Approved, please commit it. Thanks, Yuri
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad266f7ef9dfa9b6c0641c9b658458b45d0e3f0c commit ad266f7ef9dfa9b6c0641c9b658458b45d0e3f0c Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-22 07:11:13 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-22 07:13:23 +0000 cad/horizon-eda: Prepare for libgit2 1.8.2 Upstream patch to fix build with upcoming libgit2 1.8.2. PR: 282239 cad/horizon-eda/Makefile | 3 +++ cad/horizon-eda/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-)
Committed, thanks!