Created attachment 226080 [details] util-linux.diff This is to resolve the conflict with sysutil/ssid (now sysutils/setsid). I have switched it over to the more complete public domain implementation from util-linux. Several packages need setsid but it would be overkill to make them depend on util-linux directly. I could not find a way to disable it via CONFIGURE_ARGS so this just excludes it from being packaged with @comment.
Tobias, This patch is approved. Please commit it. Thank you, Yuri
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0309aeae4bc847f9393c24015d482d5c28e182f commit d0309aeae4bc847f9393c24015d482d5c28e182f Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-06-27 22:46:04 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-06-27 22:54:06 +0000 devel/util-linux: Remove setsid from package This resolves the conflict with sysutils/setsid which provides a copy of util-linux's setsid too. PR: 256866 Approved by: yuri (maintainer) devel/util-linux/Makefile | 2 +- devel/util-linux/pkg-plist | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks.