graphics/gegl3 and sysutils/coreutils have a conflict and neither port has a matching CONFLICTS setting. Both ports install bin/gcut
*** Bug 224379 has been marked as a duplicate of this bug. ***
Created attachment 188883 [details] proposed svn-diff-graphics-gegl3 It should be possible to to install the bin/* from gegl3 in sbin.
Created attachment 188885 [details] gegl3.diff Here's an alternative patch that just moves bin/gcut -> bin/gcut3 like what was already done with bin/gegl -> bin/gegl3.
I obsolete my patch, yours looks better than mine.
A commit references this bug: Author: tobik Date: Sat Dec 30 05:32:06 UTC 2017 New revision: 457579 URL: https://svnweb.freebsd.org/changeset/ports/457579 Log: graphics/gegl3: Fix conflict with sysutils/coreutils Both ports install bin/gcut. graphics/gegl3 already renames bin/gegl -> bin/gegl3, so rename bin/gcut -> bin/gcut3 as well. Set EXAMPLESDIR and let USES=uniquefiles do the renaming instead of moving files manually. While here also use options target helpers for EXAMPLES. PR: 223462 Reported by: FreeBSD@ShaneWare.Biz Approved by: gnome (maintainer timeout, 2 weeks) Changes: head/graphics/gegl3/Makefile head/graphics/gegl3/pkg-plist