Skip site navigation (1)Skip section navigation (2)
Date:      24 Aug 2008 12:24:22 -0300
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pb@FreeBSD.org
Subject:   ports/126790: [PATCH] multimedia/dvdauthor: Fix graphics/ImageMagick LIB_DEPENDS
Message-ID:  <20080824152422.56404.qmail@exxodus.fedaykin.here>
Resent-Message-ID: <200808241530.m7OFU3iL088355@freefall.freebsd.org>

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

>Number:         126790
>Category:       ports
>Synopsis:       [PATCH] multimedia/dvdauthor: Fix graphics/ImageMagick LIB_DEPENDS
>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 Aug 24 15:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 7.0-STABLE FreeBSD 7.0-STABLE #5: Fri Aug  1 11:53:17 BRT
>Description:
Fix graphics/ImageMagick LIB_DEPENDS.

No PORTREVISION bump necessary since port simply won't build if
WITH_IMAGEMAGICK is defined.

Port maintainer (pb@FreeBSD.org) is cc'd.
>How-To-Repeat:
>Fix:

--- dvdauthor-0.6.14_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/dvdauthor/Makefile,v
retrieving revision 1.32
diff -d -u -u -r1.32 Makefile
--- Makefile	20 Mar 2008 09:51:41 -0000	1.32
+++ Makefile	24 Aug 2008 15:22:09 -0000
@@ -35,7 +35,7 @@
 .if exists(${LOCALBASE}/lib/libiconv.so)
 WITH_ICONV=		yes
 .endif
-.if exists(${LOCALBASE}/lib/libMagick.so.10)
+.if exists(${LOCALBASE}/lib/libMagickWand.so.1)
 WITH_IMAGEMAGICK=	yes
 .endif
 
@@ -50,7 +50,7 @@
 CONFIGURE_ENV+=	CFLAGS="-DICONV_CONV=yes"
 .endif
 .if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+=	Magick.10:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	MagickWand.1:${PORTSDIR}/graphics/ImageMagick
 .else
 LIB_DEPENDS+=	png.5:${PORTSDIR}/graphics/png
 .endif
--- dvdauthor-0.6.14_1.patch ends here ---

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



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