Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2006 17:20:38 +0100
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93235: [Update port] textproc/libextracor: fix dependencies when ImageMagick is installed
Message-ID:  <1139761238.51255@bippes.finkenkrug.ev>
Resent-Message-ID: <200602121620.k1CGK8sH088469@freefall.freebsd.org>

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

>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@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:



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