From owner-freebsd-questions@FreeBSD.ORG Mon Sep 14 01:01:38 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 D4EFA1065676 for ; Mon, 14 Sep 2009 01:01:38 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8688FC18 for ; Mon, 14 Sep 2009 01:01:38 +0000 (UTC) Received: by ewy4 with SMTP id 4so2682039ewy.36 for ; Sun, 13 Sep 2009 18:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=S0SjH0CUT01PsRCCW1oJOQsNZUjjR+ktlfSGZ0IE3gc=; b=PG6MNNjUnOtOfR+3fvqQLKGQl5zQZBTIbrhERzGJXiOcoGYoZAhXW2jr5CfbIwMpBw X2TYSnbTWGaaLjqO01UH4FSgF+issSbL+6HeGD0HfuvPI9EYGN4aCSaEWtorpIAWXxmm gQCe0p3NczmVStOwUgIWtaTxIBVUhcHs/3fc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qKTsL7F+EUs+lU6wunqt6QU1fmOWABupWU7HanAvMI28CKegQLjjSp3JjFkaW89uuR J9ZiXvCZjGmHXRaYJVmfKXlnyH3cbltaCZ2EGgSBs1nMav4AP9PZOh6LZZTzlIUItoat 2KH3a7Vm3OPgo9ZkSyRRPrZoEObcJKRjfAn/M= MIME-Version: 1.0 Received: by 10.211.132.3 with SMTP id j3mr2412770ebn.54.1252890097328; Sun, 13 Sep 2009 18:01:37 -0700 (PDT) In-Reply-To: <20090914001509.ee4f7433.freebsd@edvax.de> References: <20090914001509.ee4f7433.freebsd@edvax.de> Date: Sun, 13 Sep 2009 18:01:37 -0700 Message-ID: From: Kurt Buff To: Polytropon Content-Type: text/plain; charset=UTF-8 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 01:01:38 -0000 On Sun, Sep 13, 2009 at 15:15, Polytropon wrote: > 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? > > An explaination has recently been discussed on this list. See > the archives, and I'm sure you'll find it very fast. (Sadly, > I can't remember the thread name, but it involved "Firefox", > as far as I remember.) Thanks - I took a look around and I see a thread from April - "Firefox3 and dependencies on firefox2,libxul,xulrunner" - was that what you were referring to? Regardless, I'll try that when I have a few minutes. On to more difficult problems. Kurt