pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/zig
Module Name: pkgsrc
Committed By: nikita
Date: Thu Apr 18 09:21:03 UTC 2024
Modified Files:
pkgsrc/lang/zig: Makefile
Log Message:
zig: note about state of not building, impossible to say which OS/arch
combination was not affected. At the very least *BSD is broken in 0.11
according to bug reports and fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/zig/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/zig/Makefile
diff -u pkgsrc/lang/zig/Makefile:1.30 pkgsrc/lang/zig/Makefile:1.31
--- pkgsrc/lang/zig/Makefile:1.30 Wed Nov 8 13:19:53 2023
+++ pkgsrc/lang/zig/Makefile Thu Apr 18 09:21:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2023/11/08 13:19:53 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/04/18 09:21:03 nikita Exp $
DISTNAME= zig-0.11.0
PKGREVISION= 1
@@ -11,6 +11,8 @@ HOMEPAGE= https://ziglang.org/
COMMENT= Programming language designed for robustness and clarity
LICENSE= mit
+# Broken at least on *BSD, needs a new release, 0.11.0 does not build
+# stage 3 of the build process (fixed upstream).
USE_CXX_FEATURES+= c++14
USE_LANGUAGES= c c++
USE_TOOLS+= bash:run
Home |
Main Index |
Thread Index |
Old Index