Bug 273278 - sysutils/ncdu2: unnecessary RUN_DEPENDS on lang/zig
Summary: sysutils/ncdu2: unnecessary RUN_DEPENDS on lang/zig
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-22 05:56 UTC by Jan Beich
Modified: 2023-08-26 09:36 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2023-08-22 05:56:23 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-08-26 09:33:09 UTC
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(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2023-08-26 09:36:49 UTC
Committed. Thanks!