Date: Sun, 5 Feb 2023 16:05:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3236c8cc115b - main - sysutils/ncdu: Fix runtime --exclude-kernfs error message Message-ID: <202302051605.315G5LxU058679@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3236c8cc115b86557c194b14f90a9aaa24501431 commit 3236c8cc115b86557c194b14f90a9aaa24501431 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:30:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:50:17 +0000 sysutils/ncdu: Fix runtime --exclude-kernfs error message - Bump PORTREVISION for package change PR: 269263 Reported by: Yani Karydis <yani@pi-greece.eu> --- sysutils/ncdu/Makefile | 1 + sysutils/ncdu/files/patch-src-main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index e0fca9eab8d7..ae7720fec198 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -1,5 +1,6 @@ PORTNAME= ncdu PORTVERSION= 1.18 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://dev.yorhel.nl/download/ diff --git a/sysutils/ncdu/files/patch-src-main.c b/sysutils/ncdu/files/patch-src-main.c index f6f09351040c..b607f0df1232 100644 --- a/sysutils/ncdu/files/patch-src-main.c +++ b/sysutils/ncdu/files/patch-src-main.c @@ -4,7 +4,7 @@ int follow_symlinks = 0; int follow_firmlinks = 1; int confirm_quit = 0; -+int exclude_kernfs = 1; ++int exclude_kernfs = 0; int si = 0; int show_as = 0; int graph = 1;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051605.315G5LxU058679>