Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 07:45:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 282239] cad/horizon-eda: Prepare for libgit2 1.8.2
Message-ID:  <bug-282239-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282239

            Bug ID: 282239
           Summary: cad/horizon-eda: Prepare for libgit2 1.8.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: eduardo@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

Created attachment 254417
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254417&action=
=3Dedit
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 change=
s:

```diff
- #if (LIBGIT2_VER_MAJOR =3D=3D 1) && (LIBGIT2_VER_MINOR =3D=3D 8)
+ #if (LIBGIT2_VER_MAJOR =3D=3D 1) && (LIBGIT2_VER_MINOR =3D=3D 8) &&
(LIBGIT2_VER_REVISION < 2)
```
reflecting libgit2 const backport from 1.8.2

See also: https://github.com/horizon-eda/horizon/issues/788

Cheers

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282239-7788>