From owner-freebsd-questions@FreeBSD.ORG Mon Sep 14 08:55:59 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CA91106566B for ; Mon, 14 Sep 2009 08:55:59 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id BF9E08FC19 for ; Mon, 14 Sep 2009 08:55:58 +0000 (UTC) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 546FDEB4E1F; Mon, 14 Sep 2009 11:55:57 +0300 (EEST) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 376A145164; Mon, 14 Sep 2009 11:55:57 +0300 (EEST) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IbG3WnCbTDQ1; Mon, 14 Sep 2009 11:55:57 +0300 (EEST) Received: from kobe.laptop (cm35.psi155.maxonline.com.sg [58.146.155.35]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 27B2645148; Mon, 14 Sep 2009 11:55:55 +0300 (EEST) Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n8E8toxJ095950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Sep 2009 16:55:51 +0800 (SGT) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n8E8tn9A095949; Mon, 14 Sep 2009 16:55:49 +0800 (SGT) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Kurt Buff References: Date: Mon, 14 Sep 2009 16:55:48 +0800 In-Reply-To: (Kurt Buff's message of "Sun, 13 Sep 2009 14:59:51 -0700") Message-ID: <87zl8xkiqz.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: SVG and dependence on Firefox2.x? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2009 08:55:59 -0000 On Sun, 13 Sep 2009 14:59:51 -0700, Kurt Buff wrote: > I notice that for both The Gimp and graphviz, and probably for others > as well, marking them or their dependencies as able to render SVG > invokes installation of FF 2.x. > > This fails, as the port is marked as forbidden, and then the > installation of these graphics programs fails. > > Not a huge deal, but any way to work around it? You can build most of the ports that depend on GECKO with the following in your `/etc/make.conf' file: WITH_GECKO= libxul I just finished rebuilding my packages in a chroot with this option, and firefox 2.x was not required for a full x11/gnome2 build: # pkg_info | fgrep firefo firefox-3.5.3,1 Web browser based on the browser portion of Mozilla #