According to port's Makefile, graphics/ImageMagick WITH_DJVU=yes and WITH_X11=yes depends on graphics/djvilibre rather than graphics/djvulibre-nox11. This dependency brings in dependency on the (already obsolete and unmaintained) x11-toolkits/qt33. Actually, graphics/djvulibre installs only djview3 and browser plugin which are not used by ImageMagick. Fix: Remove dependency on graphics/djvulibre in graphics/ImageMagick/Makefile: How-To-Repeat: Build/install ImageMagick with options WITH_DJVU=yes and WITH_X11=yes
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: stas->mm Over to maintainer.
mm 2011-07-25 14:04:37 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile Log: WITH_IMAGEMAGICK_DJVU depend on graphics/djvulibre-nox11 [1] Fix handling of WITH_IMAGEMAGICK_LZMA Bump PORTREVISION PR: ports/158861 [1] Revision Changes Path 1.326 +4 -8 ports/graphics/ImageMagick/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!