From owner-freebsd-openoffice@FreeBSD.ORG Fri May 26 19:04:49 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E8616B0C3; Fri, 26 May 2006 19:04:49 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E78B943D8C; Fri, 26 May 2006 19:04:41 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k4QJ1oRf057614; Fri, 26 May 2006 13:01:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 26 May 2006 13:01:50 -0600 (MDT) Message-Id: <20060526.130150.-1592327092.imp@bsdimp.com> To: jkim@freebsd.org From: "M. Warner Losh" In-Reply-To: <200605261406.49753.jkim@FreeBSD.org> References: <200605261225.36548.jkim@FreeBSD.org> <20060526.103057.179962217.imp@bsdimp.com> <200605261406.49753.jkim@FreeBSD.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-openoffice@freebsd.org Subject: Re: Why only for i386 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 19:04:57 -0000 In message: <200605261406.49753.jkim@FreeBSD.org> Jung-uk Kim writes: : On Friday 26 May 2006 12:30 pm, M. Warner Losh wrote: : > In message: <200605261225.36548.jkim@FreeBSD.org> : > : > Jung-uk Kim writes: : > : On Friday 26 May 2006 09:59 am, Bartosz Fabianowski wrote: : > : > > what's the reason for marking all the open office ports as : > : > > only for i386? : > : > : > : > Simply because OpenOffice.org works only on i386 at present. : > : : > : Yup. And I am working on amd64 porting for your brand new : > : Turion64 laptop and my poor old Athlon64 laptop. ;-) : > : > How difficult is that being for you? : : Most of the machine dependent code is already done by Linux people. I : am just bridging MD code with FreeBSD now. It is mostly working but : it has some rough edges. Most difficulty is build-test-rebuild cycle : because of my poor laptop is not so fast, CPU, memory and disk. : OpenOffice.org source is about 300MB, (gzip'd tarball). It is so big : because this tarball includes third-party software tarballs (e.g., : Python, BerkeleyDB, boost, etc.) and local patches for OOo. : Unfortunately some third-party packages are not patched for : FreeBSD/amd64. In that case, I am referencing FreeBSD ports to fix : them. I have a fast build box or two I can provide you access with, if that would help. I can also test things if you'd like. Warner