ports/158861: Unneeded dependency on graphics/djvulibre in graphics/ImageMagick
Vladimir Kushnir
vkushnir at bigmir.net
Wed Jul 13 06:40:08 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list