Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 10:53:11 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9686e21b9334 - main - textproc/mergestat: mark BROKEN
Message-ID:  <202302201053.31KArBCP089978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9686e21b9334e06ae4b633583f7aba267cbb3379

commit 9686e21b9334e06ae4b633583f7aba267cbb3379
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 10:44:45 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 10:44:45 +0000

    textproc/mergestat: mark BROKEN
    
    vendor/github.com/libgit2/git2go/v33/Build_system_dynamic.go:12:3: error: "Invalid libgit2 version; this git2go supports libgit2 between v1.3.0 and v1.3.0"
    
    Reported by:    pkg-fallout
---
 textproc/mergestat/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/mergestat/Makefile b/textproc/mergestat/Makefile
index 001248c4cbaf..f07beb97526d 100644
--- a/textproc/mergestat/Makefile
+++ b/textproc/mergestat/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.mergestat.com/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	sqlite3>=3.0.0:databases/sqlite3
 LIB_DEPENDS=	libgit2.so:devel/libgit2
 



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