From owner-freebsd-ppc@FreeBSD.ORG Tue Jan 21 17:18:48 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 648704BA; Tue, 21 Jan 2014 17:18:48 +0000 (UTC) Received: from mail-bk0-x22b.google.com (mail-bk0-x22b.google.com [IPv6:2a00:1450:4008:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C51DB132E; Tue, 21 Jan 2014 17:18:47 +0000 (UTC) Received: by mail-bk0-f43.google.com with SMTP id mx11so1570722bkb.30 for ; Tue, 21 Jan 2014 09:18:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=jBRum2aok9F53JiqjQgW3FTL6P7w+J3QJLlfK8Jx4ec=; b=TRLoE+oB97//mhwHmlS0eiGtv9Pt5PTpYOViasmuWg5PWSEZ5qk98e/Uh7Jc2M4Jjv QQPbQ+Ydv5plSaPZbQx+MeVvfuFzbylPFxziFe/bx6Olr1gIDJAQ2/JLeIynFSq9ls4R 2qQ/JfXE4hh7KnrcppNAEjxJ3Ty9ggRJxyGdzFMwap3clvNUc0lm0HIiP287uq8Ral1/ B7KP6xKkVKse/Lqau4OD6W8R+LvdZBPrYS2Bs2khZhhLnMZyvPL8mwSKk6Mue5QwcjID 4Z7MgK0JFh8CdemypN1Dv6JH4PdKdCyW87se4gnjth8LIYCW+Sh1drugF7VzzW23l9Zh G5+Q== MIME-Version: 1.0 X-Received: by 10.205.64.136 with SMTP id xi8mr566353bkb.143.1390324725937; Tue, 21 Jan 2014 09:18:45 -0800 (PST) Sender: chmeeedalf@gmail.com Received: by 10.205.21.66 with HTTP; Tue, 21 Jan 2014 09:18:45 -0800 (PST) In-Reply-To: <20140121123654.GA98308@FreeBSD.org> References: <1390293723.72557.5.camel@lazarus> <20140121085224.GA40658@FreeBSD.org> <1390295065.93928.2.camel@lazarus> <20140121123654.GA98308@FreeBSD.org> Date: Tue, 21 Jan 2014 09:18:45 -0800 X-Google-Sender-Auth: tRt1Cup2BhSGnCtcycoowGvi05A Message-ID: Subject: Re: LibreOffice 4 From: Justin Hibbits To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Cc: 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: Tue, 21 Jan 2014 17:18:48 -0000 Alexey, On Tue, Jan 21, 2014 at 4:36 AM, Alexey Dokuchaev wrote: > On Tue, Jan 21, 2014 at 10:04:25AM +0100, Guido Sintoni wrote: >> So do I have to think that the branch 3 of OO is the most likely to be >> working on my platform? > > I don't really have any hard predilection for OO3, but I liked it better > than LO, so I figured I start with it. If there's enough demand for a > working suite on PowerPC, I will take a look at OO4 and LO after that. > > ./danfe That would be fantastic! I've tried building it in the past, and always failed miserably. One thing I should warn you, though, is the types.rdb, and all .rdb files, will cause problems on big-endian. See: https://issues.apache.org/ooo/show_bug.cgi?id=102505 It may be a simple fix, but I haven't sat down long enough to attempt it. Good luck, and as others, I will readily test anything you have for PowerPC. - Justin