Bug 263449 - graphics/autotrace: dependency conflict with PSTOEDIT enabled
Summary: graphics/autotrace: dependency conflict with PSTOEDIT enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-21 13:18 UTC by Dmitry Marakasov
Modified: 2022-04-25 11:58 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (portmaster)


Attachments
git diff for graphics/autotrace (636 bytes, patch)
2022-04-22 16:25 UTC, Chris Hutchinson
portmaster: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2022-04-21 13:18:05 UTC
When autotrace is built with PSTOEDIT option enabled, it results in dependency conflict, as autotrace pulls imagemagic6 and pstoedit pulls imagemagic7.
Comment 1 Chris Hutchinson 2022-04-22 16:00:26 UTC
Thanks for the heads-up. I'll see if I can get a
patch out today, of this weekend.

Thanks, again.

--Chris
Comment 2 Chris Hutchinson 2022-04-22 16:25:56 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-25 11:58:19 UTC
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(-)