Zig is a compiled language, so after build the compiler is no longer used. ncdu2 appears to work fine after force-removing zig package. From a quick look there're no "zig" references in the source code (except build glue). $ pkg install ncdu2 $ pkg delete -f zig $ ncdu2
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6078ebadf067a32b9d97a9213f19119dcbdcad68 commit 6078ebadf067a32b9d97a9213f19119dcbdcad68 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 09:29:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 09:29:34 +0000 sysutils/ncdu2: Remove unnecessary RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 273278 Reported by: jbeich sysutils/ncdu2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Committed. Thanks!