gegl and coreutils conflicts Installing gegl-0.4.8... pkg-static: gegl-0.4.8 conflicts with coreutils-8.30 (installs files into the same place). Problematic file: /usr/local/bin/gcut *** Error code 70
Created attachment 197903 [details] gegl.diff ports r481475 regresses on the fix committed in ports r457579. USES=uniquefiles cannot work anymore now because PKGNAMESUFFIX was dropped. I'd suggest to set UNIQUE_SUFFIX to -${GEGL_VER} now or something similar. Overriding EXAMPLESDIR is also not necessary anymore.
Assign committer of ports r481475
A commit references this bug: Author: kwm Date: Mon Oct 8 15:37:35 UTC 2018 New revision: 481547 URL: https://svnweb.freebsd.org/changeset/ports/481547 Log: Fix conflict with coreutils. [1] Previous in gegl3 the pkgnamesuffix of that port cause gcut to be installed as gcut3. Now after the move there isn't a pkgnamesuffix anymore. Base the new suffix on the value off GEGL_VER. PR: 232054 [1] Submitted by: tobic@ Reported by: w.schwarzenfeld@utanet.at Changes: head/graphics/gegl/Makefile
A commit references this bug: Author: kwm Date: Mon Oct 8 19:35:47 UTC 2018 New revision: 481558 URL: https://svnweb.freebsd.org/changeset/ports/481558 Log: Add missing bits from the patch. PR: 232054 Submitted by: tobik@ Changes: head/graphics/gegl/Makefile