pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-branchless



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 21 08:22:14 UTC 2025

Modified Files:
        pkgsrc/devel/git-branchless: Makefile

Log Message:
git-branchless: mark as BROKEN

Does not build with rust 1.90

Link to upstream ticket.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/git-branchless/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/git-branchless/Makefile
diff -u pkgsrc/devel/git-branchless/Makefile:1.17 pkgsrc/devel/git-branchless/Makefile:1.18
--- pkgsrc/devel/git-branchless/Makefile:1.17   Thu Apr 17 21:50:19 2025
+++ pkgsrc/devel/git-branchless/Makefile        Tue Oct 21 08:22:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/04/17 21:50:19 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/10/21 08:22:13 wiz Exp $
 
 DISTNAME=      git-branchless-0.10.0
 PKGREVISION=   4
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/arxanas/git
 COMMENT=       High-velocity, monorepo-scale workflow for Git
 LICENSE=       mit OR apache-2.0
 
+# https://github.com/arxanas/git-branchless/issues/1585
+BROKEN=                "Does not build with rust 1.90"
+
 .include "cargo-depends.mk"
 
 RUST_REQ=      1.74.0



Home | Main Index | Thread Index | Old Index