From owner-freebsd-gecko@FreeBSD.ORG Fri Aug 27 12:18:24 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CACD1065673 for ; Fri, 27 Aug 2010 12:18:24 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id C1AA68FC18 for ; Fri, 27 Aug 2010 12:18:23 +0000 (UTC) Received: from daedalus.network.local ([195.141.49.100]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o7RCILu1019370 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Fri, 27 Aug 2010 12:18:22 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4C77AD98.1070703@FreeBSD.org> Date: Fri, 27 Aug 2010 14:20:40 +0200 From: Beat Gaetzi User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.11) Gecko/20100721 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: Andriy Gapon References: <4C779AE7.40004@icyb.net.ua> In-Reply-To: <4C779AE7.40004@icyb.net.ua> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org Subject: Re: WITH_GECKO valid values X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 12:18:24 -0000 On 27.08.2010 13:00, Andriy Gapon wrote: > > is it correct that currently the only valid value for WITH_GECKO is libxul? > It doesn't look like thunderbird or firefox install build infrastructure anymore > (like xpidl)? Yes, libxul is the only supported gecko provider at the moment. We are currently working on a gecko cleanup and once this is done all invalid gecko providers will be removed from bsd.gecko.mk. Beat