Created attachment 189502 [details] Patch for devel/idutils/Makefile devel/idutils/Makefile proudly proclaims the following conflicts: CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]* Neither linux-gid nor sh-utils can be found anywhere in the ports tree. None of the files for sysutils/coreutils overlap with devel/idutils, according to their respective pkg-plist files. Thus, the CONFLICTS line should be removed all together, see attached patch.
(In reply to Trond.Endrestol from comment #0) pkg-static: idutils-4.6_2 conflicts with coreutils-8.28 (installs files into the same place). Problematic file: /usr/local/bin/gid My bad. Any resolution to this small hiccup? Would it be acceptable to install idutils' gid as ggid or iid or giid? Maybe the overall prefix should be "g" as for coreutils. At any rate, the CONFLICTS line should be reduced to coreutils-[0-9]*.
Created attachment 189504 [details] Patch for devel/idutils/Makefile removing CONFLICTS and adding g prefix
Created attachment 189505 [details] Patch for devel/idutils/pkg-plist
Created attachment 189506 [details] Patch for devel/idutils/Makefile removing CONFLICTS, adding g prefix, and incrementing PORTREVISION
Sorry for the delay, it fell off my radar. linux-gid has been removed. I'm not sure what happened to sh-utils but agree it no longer exists under that name. I am loath to add a leading 'g' to all the utilities since that seems both arbitrary and excessive. I will consider some alternatives.
(In reply to Peter Jeremy from comment #5) Any news?
Over to maintainer.
A commit references this bug: Author: tobik Date: Sat Feb 27 08:09:31 UTC 2021 New revision: 566675 URL: https://svnweb.freebsd.org/changeset/ports/566675 Log: devel/idutils: Resolve conflict with coreutils pkg-static: idutils-4.6_2 conflicts with coreutils-8.28 (installs files into the same place). Problematic file: /usr/local/bin/gid For lack of a better solution resolve this by prefixing gid with a g. It is now installed as ggid. linux-gid and sh-utils no longer seem to exist in the tree, so drop CONFLICTS completely. PR: 224985 Submitted by: Trond.Endrestol@ximalas.info Approved by: peterj (maintainer timeout, 3 years) Changes: head/devel/idutils/Makefile head/devel/idutils/files/patch-lisp_idutils.el head/devel/idutils/pkg-message head/devel/idutils/pkg-plist head/sysutils/coreutils/Makefile
A commit references this bug: Author: tobik Date: Sat Feb 27 08:24:29 UTC 2021 New revision: 566677 URL: https://svnweb.freebsd.org/changeset/ports/566677 Log: devel/idutils: Patch defid for the gid -> ggid rename too PR: 224985 Changes: head/devel/idutils/Makefile head/devel/idutils/files/patch-src_defid