Bug 280710

Summary: devel/grv: Fails to build with libgit2 1.8.1
Product: Ports & Packages Reporter: Nuno Teixeira <eduardo>
Component: Individual Port(s)Assignee: Dmitri Goutnik <dmgk>
Status: Open ---    
Severity: Affects Only Me CC: eduardo
Priority: --- Flags: bugzilla: maintainer-feedback? (dmgk)
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://github.com/rgburke/grv/issues/110
Bug Depends on:    
Bug Blocks: 280685    

Description Nuno Teixeira freebsd_committer freebsd_triage 2024-08-09 15:07:12 UTC
Hello,

Doing an exp-run on libgit2 update to 1.8.1 and fails:

github.com/rgburke/grv/vendor/gopkg.in/libgit2/git2go.v27
# github.com/rgburke/grv/vendor/github.com/rgburke/goncurses
goncurses.c:70:2: warning: invalid preprocessing directive, did you mean '#elif'? [-Wunknown-directives]
# github.com/rgburke/grv/vendor/gopkg.in/libgit2/git2go.v27
vendor/gopkg.in/libgit2/git2go.v27/remote.go:679:29: cannot use cbool(opts.UpdateFetchhead) (value of type _Ctype_int) as _Ctype_uint value in assignment
*** Error code 1

Any help is welcome.