svn commit: r497316 - head/devel/grv/files

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 30 18:21:16 UTC 2019


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 at 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"


More information about the svn-ports-all mailing list