Created attachment 186912 [details] aseprite.diff graphics/aseprite installs it's embedded cmark version for some reason which conflicts with the files textproc/cmark installs. Before we add CONFLICTS in either port, let's switch aseprite over to using the version from textproc/cmark instead. Newer versions of aseprite have a USE_SHARED_CMARK option which would fix this as well, but updating the port appears to be non-trivial.
Tobias, Thank you for your patch. Does it pass poudriere? Yuri
(In reply to Yuri Victorovich from comment #1) Yes, of course.
Comment on attachment 186912 [details] aseprite.diff Thanks!
A commit references this bug: Author: tobik Date: Thu Oct 5 13:09:18 UTC 2017 New revision: 451309 URL: https://svnweb.freebsd.org/changeset/ports/451309 Log: graphics/aseprite: Fix conflict with textproc/cmark Link with libcmark from textproc/cmark instead of using the embedded cmark version and stop installing files that textproc/cmark already provides. PR: 222787 Reported by: rodrigo Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer) MFH: 2017Q4 Changes: head/graphics/aseprite/Makefile head/graphics/aseprite/distinfo head/graphics/aseprite/files/patch-third__party_CMakeLists.txt head/graphics/aseprite/pkg-plist
A commit references this bug: Author: tobik Date: Thu Oct 5 13:48:16 UTC 2017 New revision: 451311 URL: https://svnweb.freebsd.org/changeset/ports/451311 Log: MFH: r451309 graphics/aseprite: Fix conflict with textproc/cmark Link with libcmark from textproc/cmark instead of using the embedded cmark version and stop installing files that textproc/cmark already provides. PR: 222787 Reported by: rodrigo Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Approved by: ports-secteam blanket Changes: _U branches/2017Q4/ branches/2017Q4/graphics/aseprite/Makefile branches/2017Q4/graphics/aseprite/distinfo branches/2017Q4/graphics/aseprite/files/patch-third__party_CMakeLists.txt branches/2017Q4/graphics/aseprite/pkg-plist
Committed, thanks!