pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/helix



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 30 20:31:07 UTC 2024

Modified Files:
        pkgsrc/editors/helix: Makefile

Log Message:
helix: mark as BROKEN

Does not build with rust 1.80.

Updating might fix this, but lots of crates and one tree-sitter
language are not fetchable, so I gave up on the project.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/helix/Makefile

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

Modified files:

Index: pkgsrc/editors/helix/Makefile
diff -u pkgsrc/editors/helix/Makefile:1.12 pkgsrc/editors/helix/Makefile:1.13
--- pkgsrc/editors/helix/Makefile:1.12  Sun Mar 24 20:06:49 2024
+++ pkgsrc/editors/helix/Makefile       Sat Nov 30 20:31:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/03/24 20:06:49 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/11/30 20:31:07 wiz Exp $
 
 DISTNAME=      helix-23.10-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -11,6 +11,8 @@ COMMENT=      Modal editor inspired by kakoun
 # Additionally, the tree-sitter sources have various licenses.
 LICENSE=       mpl-2.0
 
+BROKEN=                "Needs updating to work with rust 1.80"
+
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-source//}
 
 TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base



Home | Main Index | Thread Index | Old Index