After commit 14e733a6bb4b to sysutils/e2fsprogs, poudriere always rebuilds misc/mc. This is because required libe2p.so no longer included in sysutils/e2fsprogs and moved to sysutils/e2fsprogs-core. This is just the same problem as Bug 265289 fixed for sysutils/fusefs-ext2.
Created attachment 239012 [details] Patch to fix dependency issue Patch to fix dependency issue. As this is a build-fix for non-default option, no bump is required.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=154daac90dcda8c7602b65d7edac6be3995ce934 commit 154daac90dcda8c7602b65d7edac6be3995ce934 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-01-03 08:26:26 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-01-03 08:26:26 +0000 Depend on `sysutils/e2fsprogs-core' in the remaining three ports Chase commit 14e733a6bb4b and depend on the new port origin which most utilities and libraries now belong to. This would often go unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless, but might cause package build tools to always rebuild consumers. PR: 268551 misc/mc/Makefile | 2 +- sysutils/e2tools/Makefile | 2 +- sysutils/unetbootin/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Good catch, thank you! Fixed together with two other ports.
(In reply to Alexey Dokuchaev from comment #3) Thanks!
A commit in branch 2023Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=defbfbcc357ac492d04b7e5f84d770d05042665e commit defbfbcc357ac492d04b7e5f84d770d05042665e Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-01-03 08:26:26 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-01-04 10:18:03 +0000 Depend on `sysutils/e2fsprogs-core' in the remaining three ports Chase commit 14e733a6bb4b and depend on the new port origin which most utilities and libraries now belong to. This would often go unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless, but might cause package build tools to always rebuild consumers. PR: 268551 (cherry picked from commit 154daac90dcda8c7602b65d7edac6be3995ce934) misc/mc/Makefile | 2 +- sysutils/e2tools/Makefile | 2 +- sysutils/unetbootin/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)