Bug 221348 - graphics/libdmtx is fine with ImageMagick-7
Summary: graphics/libdmtx is fine with ImageMagick-7
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-08 21:52 UTC by Mikhail T.
Modified: 2019-11-23 08:28 UTC (History)
3 users (show)

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


Attachments
Be satisfied with any version of libMagickWand (373 bytes, patch)
2017-08-08 21:52 UTC, Mikhail T.
no flags Details | Diff
libdmtx port shar (2.88 KB, text/plain)
2019-02-15 17:18 UTC, Henrik Hudson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail T. 2017-08-08 21:52:13 UTC
Created attachment 185170 [details]
Be satisfied with any version of libMagickWand

Currently, the port can not be built if ImageMagick-7 is installed instead of 6. There is no reason for it being so particular...

Also, I can not find, where IM is even used in dmtx -- certainly the libdmtx.so.0.0.0 is not linked with anything installed by IM. Perhaps, the entire dependency is not needed at all?
Comment 1 Chris 2019-01-02 15:51:55 UTC
I can confirm that removing the dependency on ImageMagick 6 does not cause any compilation issues. Reading the CMakeLists.txt shows no requirement for ImageMagick at all.

Removing this dependency will help greatly as this package is pulled in by the KDE Plasma Desktop preventing installation of any packages requiring ImageMagick 7 due to install conflicts between ImageMagick 6 and 7.
Comment 2 Henrik Hudson 2019-02-15 17:18:13 UTC
I can confirm. This was blocking parts of KDE for myself as well.

I also couldn't find any reference to ImageMagick in the configure, Makefile or source code. I've removed the LIB dependency completely.

I also updated the source to GitHub and the latest version, re-did the patch and updated some of the build settings.

GitHub: https://github.com/dmtx/libdmtx
GitHub thread referencing change of owner / source repo:
https://github.com/dmtx/libdmtx/issues/18

shar attached.
Comment 3 Henrik Hudson 2019-02-15 17:18:48 UTC
Created attachment 202044 [details]
libdmtx port shar
Comment 4 Alex Dupre freebsd_committer freebsd_triage 2019-11-23 08:28:15 UTC
I've completely removed the useless ImageMagick dependency.