pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/zls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 13 19:41:04 UTC 2024

Modified Files:
        pkgsrc/devel/zls: Makefile

Log Message:
zls: mark as BROKEN

Does not support zig 0.13.0 (current pkgsrc version)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/zls/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/zls/Makefile
diff -u pkgsrc/devel/zls/Makefile:1.3 pkgsrc/devel/zls/Makefile:1.4
--- pkgsrc/devel/zls/Makefile:1.3       Sun May  5 20:56:55 2024
+++ pkgsrc/devel/zls/Makefile   Tue Aug 13 19:41:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/05/05 20:56:55 nikita Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/13 19:41:04 wiz Exp $
 
 DISTNAME=      zls-0.12.0
 CATEGORIES=    devel
@@ -16,6 +16,8 @@ ZIGSTRIP=     no
 # Temporary required, a zig build system parser is being written.
 ALLOW_NETWORK_ACCESS=yes
 
+BROKEN=                "Does not support zig 0.13.0"
+
 .include "zig-depends.mk"
 
 .include "../../lang/zig/application.mk"



Home | Main Index | Thread Index | Old Index