Bug 158861 - Unneeded dependency on graphics/djvulibre in graphics/ImageMagick
Summary: Unneeded dependency on graphics/djvulibre in graphics/ImageMagick
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 07:40 UTC by Vladimir Kushnir
Modified: 2011-07-25 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (478 bytes, patch)
2011-07-13 07:40 UTC, Vladimir Kushnir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!