From chinsan@chinsan.twbbs.org  Sun Mar  4 20:38:31 2007
Return-Path: <chinsan@chinsan.twbbs.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A7F0D16A401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Mar 2007 20:38:31 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51])
	by mx1.freebsd.org (Postfix) with ESMTP id 4912813C46B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Mar 2007 20:38:31 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: by chinsan.twbbs.org (Postfix, from userid 1001)
	id 6091B1145C; Mon,  5 Mar 2007 04:38:42 +0800 (CST)
Message-Id: <20070304203842.6091B1145C@chinsan.twbbs.org>
Date: Mon,  5 Mar 2007 04:38:42 +0800 (CST)
From: chinsan <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: shaun@FreeBSD.org
Subject: [PATCH] graphics/ImageMagick: SVG support requires X11 libraries
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109862
>Category:       ports
>Synopsis:       [PATCH] graphics/ImageMagick: SVG support requires X11 libraries
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 04 20:40:04 GMT 2007
>Closed-Date:    Tue Apr 03 16:25:51 GMT 2007
>Last-Modified:  Tue Apr  3 16:30:03 GMT 2007
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:
- SVG support requires X11 libraries, please unset WITHOUT_X11

Port maintainer (shaun@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ImageMagick-6.3.2.0_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/ImageMagick/Makefile /usr/home/chinsan/project/ImageMagick/Makefile
--- /usr/ports/graphics/ImageMagick/Makefile	Sun Feb 25 22:29:38 2007
+++ /usr/home/chinsan/project/ImageMagick/Makefile	Mon Mar  5 04:36:42 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	ImageMagick
 DISTVERSION=	6.3.2-0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5
 MASTER_SITES=	ftp://ftp.imagemagick.org/pub/ImageMagick/ \
 		ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \
@@ -239,6 +239,9 @@
 CONFIGURE_ARGS+=	--without-xml
 .endif
 .if defined(WITH_IMAGEMAGICK_SVG)
+.if defined(WITHOUT_X11)
+IGNORE=			SVG support requires X11 libraries, please unset WITHOUT_X11
+.endif
 LIB_DEPENDS+=		rsvg-2.2:${PORTSDIR}/graphics/librsvg2
 CONFIGURE_ARGS+=	--with-rsvg
 CONFIGURE_ENV+=		RSVG_CFLAGS="-I${X11BASE}/include/librsvg-2" \
--- ImageMagick-6.3.2.0_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Mar 4 20:40:12 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109862 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Tue Apr 3 16:25:49 UTC 2007 
State-Changed-Why:  
Committed with maintainer approval. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109862: commit references a PR
Date: Tue,  3 Apr 2007 16:25:36 +0000 (UTC)

 rafan       2007-04-03 16:25:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/ImageMagick Makefile distinfo pkg-plist 
     graphics/ImageMagick/files patch-configure 
   Added files:
     graphics/ImageMagick/files patch-wand-Wand-config.in 
   Log:
   - Update to 6.3.3-5 [1]
   - SVG support requires X11 support, so mark as IGNORE if WITHOUT_X11
     is defined [2]
   - Correct set CPPFLAGS for fontconfig, librsvg, and graphviz [3]
   
   PR:             ports/109862 [2], ports/110141[3]
   Submitted by:   rafan [1], chinsan [2], Maxim Samsonov <xors at mne.ru> [3]
   Approved by:    shuan
   
   Revision  Changes    Path
   1.236     +4 -2      ports/graphics/ImageMagick/Makefile
   1.109     +3 -3      ports/graphics/ImageMagick/distinfo
   1.9       +30 -3     ports/graphics/ImageMagick/files/patch-configure
   1.1       +11 -0     ports/graphics/ImageMagick/files/patch-wand-Wand-config.in (new)
   1.105     +4 -2      ports/graphics/ImageMagick/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
