Bug 256866 - devel/util-linux: Remove setsid from build
Summary: devel/util-linux: Remove setsid from build
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: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-27 19:49 UTC by Tobias Kortkamp
Modified: 2021-06-27 22:55 UTC (History)
1 user (show)

See Also:
yuri: maintainer-feedback+


Attachments
util-linux.diff (1.30 KB, patch)
2021-06-27 19:49 UTC, Tobias Kortkamp
tobik: maintainer-approval? (yuri)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2021-06-27 19:49:41 UTC
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.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-27 22:40:55 UTC
Tobias,

This patch is approved.

Please commit it.

Thank you,
Yuri
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-27 22:55:17 UTC
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(-)
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2021-06-27 22:55:34 UTC
Thanks.