Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2011 06:30:18 GMT
From:      Vladimir Kushnir <vkushnir@bigmir.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158861: Unneeded dependency on graphics/djvulibre in graphics/ImageMagick
Message-ID:  <201107130630.p6D6UIcH091937@red.freebsd.org>
Resent-Message-ID: <201107130640.p6D6e8wg030841@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158861
>Category:       ports
>Synopsis:       Unneeded dependency on graphics/djvulibre in graphics/ImageMagick
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 13 06:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kushnir
>Release:        amd64-CURRENT
>Organization:
BITP
>Environment:
FreeBSD kushnir1.kiev.ua 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Jun 25 09:52:44 EEST 2011     root@kushnir1.kiev.ua:/usr/obj/usr/src/sys/KUSHNIR  amd64
>Description:
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.
>How-To-Repeat:
Build/install ImageMagick with options WITH_DJVU=yes and WITH_X11=yes
>Fix:
Remove dependency on graphics/djvulibre in graphics/ImageMagick/Makefile:


*** Makefile.orig	2011-07-13 09:08:02.000000000 +0300
--- Makefile	2011-07-13 09:25:46.000000000 +0300
***************
*** 171,181 ****
  . if ${_IMAGEMAGICK_THREADS} == "no"
  IGNORE=DjVu requires threads${_IMAGEMAGICK_THREADS_IGNORE_MSG}
  . else
- .  if defined(WITHOUT_X11)
  LIB_DEPENDS+=		djvulibre:${PORTSDIR}/graphics/djvulibre-nox11
- .  else
- LIB_DEPENDS+=		djvulibre:${PORTSDIR}/graphics/djvulibre
- .  endif
  PLIST_SUB+=		DJVU=""
  . endif
  .else
--- 171,177 ----


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107130630.p6D6UIcH091937>