From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 11:53:02 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 884BF106564A for ; Fri, 11 Mar 2011 11:53:02 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6248FC1B for ; Fri, 11 Mar 2011 11:53:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Py0tv-0001yo-2P for freebsd-ports@freebsd.org; Fri, 11 Mar 2011 12:52:59 +0100 Received: from p57915dc4.dip.t-dialin.net ([87.145.93.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2011 12:52:59 +0100 Received: from jumper99 by p57915dc4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2011 12:52:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Date: Fri, 11 Mar 2011 11:52:44 +0000 (UTC) Lines: 15 Message-ID: References: <4D79FFB8.3060705@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p57915dc4.dip.t-dialin.net User-Agent: XanaNews/1.19.1.269 X-Ref: news.gmane.org ~XNS:00000115 X-Antivirus: avast! (VPS 110311-0, 11.03.2011), Outbound message X-Antivirus-Status: Clean Subject: Re: Update of ImageMagick to 6.6.7.10, dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 11:53:02 -0000 David Demelier wrote: > On 10/03/2011 00:10, Helmut Schneider wrote: > > I updated ImageMagick from 6.6.6.10 to 6.6.7.10 and a bunch of new > > ports were installed[1]. Holy...!! Are they really necessary? > > Try defining WITHOUT_GCONF=yes in your /etc/make.conf, SVG support > need librsvg which needs libgsf and this one require a lot of gnome > dependency if gconf is added. > > So add this knob and you will have SVG support without gnome > dependency :) Well, Thanks, but I'm writing this as maintainer, not as user. So I guess that solution is not suitable here. :)