pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/zig zig: mark as BROKEN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d1374de94cb
branches:  trunk
changeset: 383230:4d1374de94cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 15 19:16:25 2022 +0000

description:
zig: mark as BROKEN

Does not support llvm 14 yet.

diffstat:

 lang/zig/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1ca04d2dd1c9 -r 4d1374de94cb lang/zig/Makefile
--- a/lang/zig/Makefile Mon Aug 15 19:14:43 2022 +0000
+++ b/lang/zig/Makefile Mon Aug 15 19:16:25 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/04/18 19:11:32 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/08/15 19:16:25 wiz Exp $
 
 DISTNAME=      zig-0.9.1
 PKGREVISION=   1
@@ -11,6 +11,8 @@
 COMMENT=       Programming language designed for robustness and clarity
 LICENSE=       mit
 
+BROKEN=                "No support for llvm 14 yet."
+
 USE_CMAKE=     yes
 USE_TOOLS+=    bash:run
 USE_LANGUAGES= c c++14



Home | Main Index | Thread Index | Old Index