From owner-freebsd-gecko@FreeBSD.ORG Thu Jul 12 03:05:07 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6867106564A for ; Thu, 12 Jul 2012 03:05:07 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 7D48F8FC08 for ; Thu, 12 Jul 2012 03:05:06 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 11 Jul 2012 23:05:06 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BVW91043; Wed, 11 Jul 2012 23:05:05 -0400 X-Auth-ID: anat Received: from pool-173-63-112-200.nwrknj.fios.verizon.net (HELO [192.168.1.8]) ([173.63.112.200]) by smtp01.lnh.mail.rcn.net with ESMTP; 11 Jul 2012 23:05:06 -0400 Message-ID: <4FFE3EE0.3010104@aldan.algebra.com> Date: Wed, 11 Jul 2012 23:05:04 -0400 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120707 Thunderbird/13.0.1 MIME-Version: 1.0 To: Jan Beich References: <4FFE0561.9050109@aldan.algebra.com> <1Sp9VY-0009Vv-JW@internal.tormail.org> In-Reply-To: <1Sp9VY-0009Vv-JW@internal.tormail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 03:05:07 -0000 On 11.07.2012 22:51, Jan Beich wrote: > "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 This is awesome -- what's to be "afraid" of? But when is this hitting the ports-tree? > >> 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) There is xulrunner-13.0.2 available from Mozilla, BTW... > 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 Yes! Terrific! When is this happening?.. I, for one, am rather tired of seeing mozilla-ports recompiling the same files -- and installing the same libraries -- over and over... And, worse, some pieces are installed /twice by each port/... Right now on my system, for example: /opt/lib/libxul/libxul.so /opt/lib/libxul/sdk/lib/libxul.so /opt/lib/firefox/libxul.so /opt/lib/firefox/sdk/lib/libxul.so /opt/lib/thunderbird/libxul.so /opt/lib/thunderbird/sdk/lib/libxul.so Yours, -mi