IABSD.fr/ports/lang/zig

Branch :


Log

Author Commit Date CI Message
4cfdbc49 2025-03-09 17:39:00 update lang/zig to 0.14.0 https://ziglang.org/download/0.14.0/release-notes.html
3128b426 2025-01-28 14:38:28 bump REVISION for ports where WANTLIB changed on !base-clang archs due to recent COMPILER_LIBCXX changes; part 1 (those without MULTI_PACKAGES)
f3ef589a 2025-01-23 15:15:01 Bump REVISION due to change in clang.ports.mk and gcc4.ports.mk. Also correct WANTLIB as needed.
96840325 2024-10-22 08:59:26 update lang/zig to 0.13.0 initial diff from Brandon Mercer Release notes: https://ziglang.org/download/0.13.0/release-notes.html
42f08717 2024-05-19 15:56:00 update lang/zig to 0.12.0 (+ latest commits in 0.12.x branch)
dc69e9b3 2024-03-03 08:23:13 update MAINTAINER in ports I maintain
4586b17a 2024-02-03 08:18:44 lang/zig: unbreak the build msync() might return EPERM now. https://github.com/ziglang/zig/pull/18701
baa11769 2024-02-03 07:20:10 lang/zig: add reference to upstream commit for local patch
d1fa26f7 2024-01-16 19:41:42 unbreak on arm64: add missing definitions ok semarie@ (MAINTAINER)
6499d00b 2023-11-16 11:32:34 clang.port.mk: don't add MODCLANG_VERSION to SUBST_VARS, it causes various bogus substitutions (especially with MODCLANG_VERSION=16 e.g. 16x16 icons). un-substitute PLISTs which currently use it, and add to SUBST_VARS in lang/wasi-sdk/compiler-rt where it's actually needed. ok tb@