From owner-freebsd-gecko@FreeBSD.ORG Mon Jul 9 11:35:42 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 586461065677 for ; Mon, 9 Jul 2012 11:35:42 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:238:42c7:9a00::2]) by mx1.freebsd.org (Postfix) with ESMTP id D9FB78FC14 for ; Mon, 9 Jul 2012 11:35:41 +0000 (UTC) Received: from mail.solomo.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 14537C381D for ; Mon, 9 Jul 2012 13:35:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at solomo.de Received: from mail.solomo.de ([127.0.0.1]) by mail.solomo.de (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Wm6B8LSjgheK for ; Mon, 9 Jul 2012 13:35:38 +0200 (CEST) Received: from bender.solomo.local (bsdruler.solomo.de [213.172.127.26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 94F93C381A for ; Mon, 9 Jul 2012 13:35:38 +0200 (CEST) Message-ID: <4FFAC20A.8070509@smeets.im> Date: Mon, 09 Jul 2012 13:35:38 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120612 Thunderbird/13.0 MIME-Version: 1.0 To: freebsd-gecko@freebsd.org References: <201206231314.q5NDEOLt050876@trillian.chruetertee.ch> In-Reply-To: <201206231314.q5NDEOLt050876@trillian.chruetertee.ch> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [SVN-Commit] r792 - in branches/experimental: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-nightly www/firefox/files www/seamonkey www/seamonkey/files 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: Mon, 09 Jul 2012 11:35:42 -0000 On 06/23/2012 15:14, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Sat Jun 23 13:14:24 2012 > New Revision: 792 > > Log: > use objdir build > Does the following patch look correct to fix lightning installation with thunderbird? It fixes the installation for me. The same needs to be done for seamonkey. Index: Makefile =================================================================== --- Makefile (revision 860) +++ Makefile (working copy) @@ -87,7 +87,7 @@ MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi +XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning.xpi XPI_LIBDIR= ${PREFIX}/lib/xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@thunderbird.mozilla.org Florian