Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 20:20:35 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122947: [patch] graphics/inkscape fix ImageMagic dependency
Message-ID:  <200804202020.m3KKKZj0055815@www.freebsd.org>
Resent-Message-ID: <200804202030.m3KKU1aI013778@freefall.freebsd.org>

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

>Number:         122947
>Category:       ports
>Synopsis:       [patch] graphics/inkscape fix ImageMagic dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 20:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_7
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Apr 19 01:05:43 CEST 2008     root@mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b  amd64
>Description:
With the latest update of ImageMagic inkscape does not build any more.
>How-To-Repeat:
Just try to build inkscape. It will build ImageMagic again, and fail, because it's already installed.
>Fix:
--- ports/graphics/inkscape/Makefile.orig	2008-04-20 22:14:50.000000000 +0200
+++ ports/graphics/inkscape/Makefile	2008-04-20 22:12:32.000000000 +0200
@@ -19,7 +19,7 @@
 		gc.1:${PORTSDIR}/devel/boehm-gc \
 		gtkspell.0:${PORTSDIR}/textproc/gtkspell \
 		lcms.1:${PORTSDIR}/graphics/lcms \
-		Magick++.10:${PORTSDIR}/graphics/ImageMagick
+		Magick++.1:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL
 
 USE_BZIP2=	yes


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



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