From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 25 16:50:00 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D3581A9; Sat, 25 Jan 2014 16:50:00 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C93DB1FE3; Sat, 25 Jan 2014 16:49:59 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id bj1so4400035pad.39 for ; Sat, 25 Jan 2014 08:49:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=PYWgykn4H1WyQQErP6zK6n9txNaXb0HP65zbYW5/PQQ=; b=ayjeqabcio0QjG16jybbbbfCMbWP+mUq5QOHzr+0xdOVA1B/RLBsKehsK0JeiZITk3 NAMdQXERO5n/lmUoj7rbMZvnu3qkTebqftipNQtAYPiEdkcQNclL7b2EIvSRsAPTw0HE uNU3iFN/X578pG7KIOT9+z0SM91KHUQeQ7mekpjeUfkm23T6zHNaYdNi9f4DMdKdeEOk 4zpeKPXQUG4wspabtLINqKcchszUUPBjcDPs5clTnXWhoyc58LzwzT9eFuGzBP8mx3os NF+3KcjF4yDO9R5wYqGStSBlrQCYT1a24OHJThzFcwx80sudslazO8aJ994YHec289LQ 49tQ== X-Received: by 10.68.143.100 with SMTP id sd4mr21015943pbb.0.1390668599479; Sat, 25 Jan 2014 08:49:59 -0800 (PST) Received: from zhabar.gateway.2wire.net (76-253-2-5.lightspeed.sntcca.sbcglobal.net. [76.253.2.5]) by mx.google.com with ESMTPSA id nl7sm14691445pbc.6.2014.01.25.08.49.57 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 25 Jan 2014 08:49:58 -0800 (PST) Date: Sat, 25 Jan 2014 08:49:53 -0800 From: Justin Hibbits To: Alexey Dokuchaev Subject: Re: Apache OpenOffice on FreeBSD-ppc (was Re: LibreOffice 4) Message-ID: <20140125084953.73f4a342@zhabar.gateway.2wire.net> In-Reply-To: <20140125161823.GA41900@FreeBSD.org> References: <52E1D3C9.8010206@FreeBSD.org> <20140125161823.GA41900@FreeBSD.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; powerpc64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Pedro Giffuni , FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 16:50:00 -0000 On Sat, 25 Jan 2014 16:18:23 +0000 Alexey Dokuchaev wrote: > On Thu, Jan 23, 2014 at 09:45:29PM -0500, Pedro Giffuni wrote: > > My recommendation is to start from 4.0.1 and then upstream your > > changes (it should not be difficult). For PPC you can, of course, > > borrow heavily from linux-ppc. Here is an old guide that may help: > > > > https://wiki.openoffice.org/wiki/Lazy_Hackers_Guide_To_Porting > > Thanks; I'll certainly take a look; right now I'm still fighting with > X11 problems on PPC and Clang-builds on -CURRENT/i386. Clang isn't quite complete for ppc32 (it mostly works, with some issues, on ppc64, those are being worked out). For C++11 features, and better support in general, I'd recommend gcc48. As for X11 problems, what problems are you having? Nathan fixed building WITH_NEW_XORG and has a patch floating around, I believe he filed a couple PRs on it, too. - Justin