From owner-freebsd-gecko@FreeBSD.ORG Tue Sep 22 07:55:11 2009 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 1A9A41065679 for ; Tue, 22 Sep 2009 07:55:11 +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 AB4D98FC1A for ; Tue, 22 Sep 2009 07:55:10 +0000 (UTC) Received: from daedalus.network.local (183-61.3-85.cust.bluewin.ch [85.3.61.183]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id n8M7s2OD014960 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 22 Sep 2009 07:54:03 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4AB8831D.4050203@FreeBSD.org> Date: Tue, 22 Sep 2009 09:56:13 +0200 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: Andreas Tobler References: <4AB667AF.7060108@fgznet.ch> In-Reply-To: <4AB667AF.7060108@fgznet.ch> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org Subject: Re: [patch] Thunderbird powerpc port 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: Tue, 22 Sep 2009 07:55:11 -0000 Hi Andreas, Andreas Tobler wrote: > it took a while since I needed to port a gdb for powerpc first. > > But here it is, this patch allows me to build AND run thunderbird on > powerpc freebsd. Thanks a lot for this work. > The patch contains three parts, an already existing Makefile.in patch. > A new set of files for powerpc and the bsd-gecko-mk patch. Is this modification in bsd.gecko.mk needed for all gecko ports on powerpc or just for thunderbird? If its just for thunderbird please remove inclusion of ${PORTSDIR}/www/mozilla/Makefile.common in Makefile and add USE_GECKO= gecko somewhere near USE_GMAKE. With this modification you should be able to use GECKO_PTHREAD_LIBS directly in thunderbird Makefile. Thanks, Beat