From owner-freebsd-gecko@FreeBSD.ORG Thu Jul 12 02:54:38 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E30D7106564A for ; Thu, 12 Jul 2012 02:54:38 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id B52BF8FC14 for ; Thu, 12 Jul 2012 02:54:38 +0000 (UTC) Received: from politkovskaja.torservers.net ([77.247.181.165]:54926 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1Sp9XH-001SBR-It; Wed, 11 Jul 2012 22:53:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=DqpjmC+Bb6Fgxj2SSsHb5I8FwbulUmh5YmEvajH/O5o=; b=fc/9+Megfz/yTEmuGbPwukpKijD64IhafL8pUnSU2JBMPqD2aa3CJFzE4lp/mRVlINvhAXwRoJVZ3a3tSxtRNUbQ0BNdaOGJ9DtR/V3JOUds2umHsRNFLLoy5yjDEo5FyEs3UQtCTXDqsMvde00RlLWcpVc65ATDVje+XHQTHwM=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1Sp9VY-0009Vv-JW; Thu, 12 Jul 2012 02:52:01 +0000 From: Jan Beich To: "Mikhail T." Date: Wed, 11 Jul 2012 21:51:14 -0500 References: <4FFE0561.9050109@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1Sp9VY-0009Vv-JW@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@freebsd.org Subject: Re: USE_MOZILLA=yes for firefox and thunderbird 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: Thu, 12 Jul 2012 02:54:39 -0000 "Mikhail T." writes: > Hello! > > Attached is a fairly small patch, that changes the two ports to use > ports of all of the components currently supported by bsd.gecko.mk. I'm afraid this is already fixed in the experimental branch for *all* gecko ports. http://wiki.freebsd.org/Gecko > Please, consider committing soon so the work on bringing-in other > components (such as hunspell, sqlite3, or xulrunner) can begin. Thank ^^^^^^^^^ There are currently 4 copies of libxul (in CVS): - mail/thunderbird, www/firefox (gecko-13) - mail/thunderbird-esr, www/firefox-esr (gecko-10) - www/kompozer (gecko-1.8) - www/libxul (gecko-1.9) Assuming the last two are gonna be deprecated installing two versions of xulrunner currently causes a conflict with the following files: bin/xulrunner libdata/pkgconfig/libxul-embedding.pc libdata/pkgconfig/libxul.pc libdata/pkgconfig/mozilla-js.pc libdata/pkgconfig/mozilla-plugin.pc Forcing xulrunner to install the files under different names is trivial, fixing dependent ports is less so. It'd also benefit libxul19 -> libxul migration. And running on different engine version is not guaranteed to work, e.g. # application.ini for firefox-esr [Gecko] MinVersion=10.0.2 MaxVersion=10.0.2 The rest is simplifying gecko-app ports (firefox/thunderbird/seamonkey) by throwing away most patches, shrinking Makefile size and fixing issues like $ firefox Could not read application.ini Exit 1 which can be worked around with $ /usr/local/lib/libxul/xulrunner-stub -app /usr/local/lib/firefox/application.ini