Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 11:53:33 GMT
From:      Adi Pircalabu <apircalabu@bitdefender.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97895: [patch] - graphics/ImageMagick: unbreak by adding dependency on graphics/libsrvg
Message-ID:  <200605251153.k4PBrXpv000502@www.freebsd.org>
Resent-Message-ID: <200605251200.k4PC0and042543@freefall.freebsd.org>

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

>Number:         97895
>Category:       ports
>Synopsis:       [patch] - graphics/ImageMagick: unbreak by adding dependency on graphics/libsrvg
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 12:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Adi Pircalabu
>Release:        6.1-STABLE
>Organization:
BitDefender
>Environment:
FreeBSD apircalabu 6.1-STABLE FreeBSD 6.1-STABLE #41: Tue May 23 14:50:57 EEST 2006     root@apircalabu:/usr/obj/usr/src/sys/GERULA  i386
>Description:
After latest ports cvsup I was unable to run "portupgrade -rv kde" because the update of graphics/ImageMagick failed.

>How-To-Repeat:
cvsup for ports tree. Try to upgrade ImageMagick
>Fix:
The following fixed the build for me

--- diff starts here ---

--- Makefile.orig       Thu May 25 13:56:58 2006
+++ Makefile    Thu May 25 14:41:46 2006
@@ -24,6 +24,8 @@
 MAINTAINER=    avleeuwen@piwebs.com
 COMMENT=       Image processing tools

+LIB_DEPENDS+=  rsvg.1:${PORTSDIR}/graphics/librsvg
+
 WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}

 USE_PERL5=     yes

--- 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?200605251153.k4PBrXpv000502>