git: 9686e21b9334 - main - textproc/mergestat: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 10:53:11 UTC
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