When autotrace is built with PSTOEDIT option enabled, it results in dependency conflict, as autotrace pulls imagemagic6 and pstoedit pulls imagemagic7.
Thanks for the heads-up. I'll see if I can get a patch out today, of this weekend. Thanks, again. --Chris
Created attachment 233398 [details] git diff for graphics/autotrace Patch for graphics/autotrace which syncs ImageMagick version with the same version specified for graphics/pstoedit. Tested && works as intended. Thanks! --Chris
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f12a4742930d38c2cc268ea63d25b107ca6da0d commit 8f12a4742930d38c2cc268ea63d25b107ca6da0d Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-25 11:54:17 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-25 11:56:06 +0000 graphics/autotrace: update ImageMagick dependency - Update ImageMagick dependency to 7 to avoid conflict between imagemagick6 (from this port) and imagemagick7 (from pstoedit when PSTOEDIT is enabled) PR: 263449 Reported by: reprise Submitted by: portmaster@bsdforge.com (maintainer) graphics/autotrace/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)