From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 10:56:53 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 030E51065672 for ; Fri, 11 Mar 2011 10:56:53 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8467B8FC08 for ; Fri, 11 Mar 2011 10:56:52 +0000 (UTC) Received: by fxm11 with SMTP id 11so1023959fxm.13 for ; Fri, 11 Mar 2011 02:56:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=oC4JQTUuOMUMhv4G73PZmlX5iyF686+5vErwrMgm+Bk=; b=FcpKZagRBte5OmPmk4if/L2GbGGgaLzAi/26OkKNxXwezbaiOtyX+OilPRP7ZcwaXk VU8u6fR4qnUIWS018dypt4o/bsO0SM3/X78wb6BKkRzLDmiuGlvkXeJZ+NeMESYg5zch q2Pm7e2SskmCNcYRNQgEAUVeY0AxJz6SxePE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=fVa8G1ry8Dvc+Vwkkjd1JDPALu+3bNC9oLLWZa7EaJa8TjW2uyI3i49XF+8KtVAPMC eppXPDGqA9By+OJQZeMKPOlB3eEo+zT3lauNK/GQ5Nu4FU+MhnrxaTnSQ/FzveVF4BxS fUcMACMlM2QwXMUqREhMEW5LAZqbBJpX3poOQ= Received: by 10.223.57.206 with SMTP id d14mr3847168fah.143.1299841011438; Fri, 11 Mar 2011 02:56:51 -0800 (PST) Received: from Melon.malikania.fr (wifi-osiris-sec-181-155.u-strasbg.fr [130.79.181.155]) by mx.google.com with ESMTPS id f16sm1829841faa.14.2011.03.11.02.56.49 (version=SSLv3 cipher=OTHER); Fri, 11 Mar 2011 02:56:50 -0800 (PST) Message-ID: <4D79FFB8.3060705@gmail.com> Date: Fri, 11 Mar 2011 11:55:52 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110306 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 10:56:53 -0000 On 10/03/2011 00:10, Helmut Schneider wrote: > Hi, > > 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? > > Thanks, Helmut > > [1] > ORBit2-2.14.19 > atk-1.32.0 > compositeproto-0.4.2 > cups-client-1.4.6 > damageproto-1.2.1 > dbus-glib-0.88 > dconf-0.5.1_3 > docbook-4.1_4 > docbook-xsl-1.75.2_1 > eggdbus-0.6_1 > fixesproto-4.1.2 > gconf2-2.32.0_2 > gdk-pixbuf-2.22.1 > gnomehier-2.3_12 > gtk-2.22.1_1 > gtk-engines2-2.20.2 > hicolor-icon-theme-0.12 > iso8879-1986_2 > libIDL-0.8.14_1 > libXcomposite-0.4.3,1 > libXcursor-1.1.11 > libXdamage-1.1.3 > libXfixes-4.0.4 > libXi-1.3.2,1 > libXinerama-1.1,1 > libXrandr-1.3.0 > libcroco-0.6.2_1 > libgee-0.6.1 > libgsf-1.14.19 > librsvg2-2.32.1_1 > p5-MIME-Tools-5.502,2 > polkit-0.99 > randrproto-1.3.2 > shared-mime-info-0.80 > vala-0.10.1 > xineramaproto-1.2 > xmlcatmgr-2.2 > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" 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 :) Cheers, -- David Demelier