Bug 158861

Summary: Unneeded dependency on graphics/djvulibre in graphics/ImageMagick
Product: Ports & Packages Reporter: Vladimir Kushnir <vkushnir>
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Vladimir Kushnir 2011-07-13 07:40:07 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-13 07:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Stanislav Sedov freebsd_committer freebsd_triage 2011-07-13 07:58:44 UTC
Responsible Changed
From-To: stas->mm

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-25 15:04:51 UTC
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"
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2011-07-25 15:04:59 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!