ports/93235: [Update port] textproc/libextracor: fix dependencies when ImageMagick is installed

Kay Lehmann kay_lehmann at web.de
Sun Feb 12 16:20:10 UTC 2006


>Number:         93235
>Category:       ports
>Synopsis:       [Update port] textproc/libextracor: fix dependencies when ImageMagick is installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 12 16:20:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #4: Wed Jan 18 20:18:17 CET 2006
    root at bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


When ImageMagick is installed libextractor gets dependant on it. 
Because there was a version bump on libMagick, libextractor always tries 
to reinstall ImageMagick. So we have to update the LIB_DEPENDS.


>How-To-Repeat:


Install ImageMagick and try to compile libextracor from ports


>Fix:


--- Makefile.diff begins here ---
--- Makefile.orig	Sun Feb 12 17:14:20 2006
+++ Makefile	Sun Feb 12 17:13:52 2006
@@ -50,7 +50,7 @@
 .include <bsd.port.pre.mk>
 
 .if exists(${LOCALBASE}/include/wand/magick-wand.h)
-LIB_DEPENDS+=	Magick.8:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	Magick.9:${PORTSDIR}/graphics/ImageMagick
 PLIST_SUB+=	IMAGEMAGICK:=""
 .else
 PLIST_SUB+=	IMAGEMAGICK:="@comment "
--- Makefile.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list