From lioux@uol.com.br  Sun Aug 24 15:25:08 2008
Return-Path: <lioux@uol.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8A1221065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Aug 2008 15:25:08 +0000 (UTC)
	(envelope-from lioux@uol.com.br)
Received: from goat.gigo.com (ipv6.gigo.com [IPv6:2001:470:1:18::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 6925C8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Aug 2008 15:25:08 +0000 (UTC)
	(envelope-from lioux@uol.com.br)
Received: from 201.40.11.89 (201-40-11-89.bsace702.dsl.brasiltelecom.net.br [201.40.11.89])
	by goat.gigo.com (Postfix) with ESMTPA id 66DA4114E5
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Aug 2008 08:25:05 -0700 (PDT)
Received: (qmail 56444 invoked by uid 1001); 24 Aug 2008 12:24:22 -0300
Message-Id: <20080824152422.56404.qmail@exxodus.fedaykin.here>
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: [PATCH] multimedia/dvdauthor: Fix graphics/ImageMagick LIB_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         126790
>Category:       ports
>Synopsis:       [PATCH] multimedia/dvdauthor: Fix graphics/ImageMagick LIB_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 24 15:30:03 UTC 2008
>Closed-Date:    Sun Nov 16 00:45:06 UTC 2008
>Last-Modified:  Sun Nov 16 00:45:06 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pb 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 24 15:30:43 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126790 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126790: commit references a PR
Date: Sun, 16 Nov 2008 00:35:09 +0000 (UTC)

 miwi        2008-11-16 00:35:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/dvdauthor Makefile 
   Log:
   Fix graphics/ImageMagick LIB_DEPENDS.
   
   No PORTREVISION bump necessary since port simply won't build if
   WITH_IMAGEMAGICK is defined.
   
   PR:             126790
   Submitted by:   lioux@
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.33      +2 -2      ports/multimedia/dvdauthor/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 16 00:45:05 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126790 
>Unformatted:
