pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gitui



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 21 08:44:05 UTC 2025

Modified Files:
        pkgsrc/devel/gitui: Makefile

Log Message:
gitui: mark as broken with rust 1.90

Link to upstream bug report.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/gitui/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gitui/Makefile
diff -u pkgsrc/devel/gitui/Makefile:1.17 pkgsrc/devel/gitui/Makefile:1.18
--- pkgsrc/devel/gitui/Makefile:1.17    Thu Jan 23 20:29:12 2025
+++ pkgsrc/devel/gitui/Makefile Tue Oct 21 08:44:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/01/23 20:29:12 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/10/21 08:44:04 wiz Exp $
 
 DISTNAME=      gitui-0.27.0
 CATEGORIES=    devel
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/extrawurst/
 COMMENT=       Terminal UI for git
 LICENSE=       mit
 
+# https://github.com/gitui-org/gitui/issues/2742
+BROKEN=                "Does not build with rust 1.90"
+
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 



Home | Main Index | Thread Index | Old Index