Date: Sat, 30 Mar 2019 18:21:15 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497316 - head/devel/grv/files Message-ID: <201903301821.x2UILFup053263@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 30 18:21:15 2019 New Revision: 497316 URL: https://svnweb.freebsd.org/changeset/ports/497316 Log: devel/grv: Unbreak build with devel/libgit2 0.28 PR: 236814 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Added: head/devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_git__dynamic.go (contents, props changed) Added: head/devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_git__dynamic.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_git__dynamic.go Sat Mar 30 18:21:15 2019 (r497316) @@ -0,0 +1,14 @@ +Temporarily disable libgit2 version check in git2go until v0.28 tag is added. +Upstream issue: https://github.com/libgit2/git2go/issues/502 +--- src/gopkg.in/libgit2/git2go.v27/git_dynamic.go.orig 2019-03-23 19:12:03 UTC ++++ src/gopkg.in/libgit2/git2go.v27/git_dynamic.go +@@ -6,9 +6,5 @@ package git + #include <git2.h> + #cgo pkg-config: libgit2 + +-#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 27 +-# error "Invalid libgit2 version; this git2go supports libgit2 v0.27" +-#endif +- + */ + import "C"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903301821.x2UILFup053263>