pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/wiki-tui
Module Name: pkgsrc
Committed By: wiz
Date: Sat Nov 30 19:57:14 UTC 2024
Modified Files:
pkgsrc/www/wiki-tui: Makefile
Log Message:
wiki-tui: mark as BROKEN
upstream will provide a release hopefully soon, but for now this can't compile
with rust 1.80+
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/wiki-tui/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/wiki-tui/Makefile
diff -u pkgsrc/www/wiki-tui/Makefile:1.23 pkgsrc/www/wiki-tui/Makefile:1.24
--- pkgsrc/www/wiki-tui/Makefile:1.23 Mon May 6 08:40:33 2024
+++ pkgsrc/www/wiki-tui/Makefile Sat Nov 30 19:57:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2024/05/06 08:40:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2024/11/30 19:57:14 wiz Exp $
DISTNAME= wiki-tui-0.8.2
PKGREVISION= 2
@@ -11,6 +11,9 @@ HOMEPAGE= https://builditluc.github.io/w
COMMENT= Simple and easy to use Wikipedia TUI
LICENSE= mit
+# https://github.com/Builditluc/wiki-tui/issues/220
+BROKEN= "Waiting for a release compatible with rust 1.80+"
+
.include "cargo-depends.mk"
USE_TOOLS+= pkg-config
Home |
Main Index |
Thread Index |
Old Index