From owner-freebsd-openoffice@FreeBSD.ORG Fri Oct 17 02:46:17 2014 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDC9931D for ; Fri, 17 Oct 2014 02:46:17 +0000 (UTC) Received: from piggy.homeless.net (dsl161.barrvtel.sover.net [216.114.143.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "piggy.homeless.net", Issuer "piggy.homeless.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6941631E for ; Fri, 17 Oct 2014 02:46:16 +0000 (UTC) Received: from piggy.homeless.net (localhost [127.0.0.1]) by piggy.homeless.net (8.14.7/8.14.7) with ESMTP id s9H6bF57014389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 17 Oct 2014 02:37:15 -0400 (EDT) (envelope-from root@piggy.homeless.net) Received: (from root@localhost) by piggy.homeless.net (8.14.7/8.14.7/Submit) id s9H6bF8F014323; Fri, 17 Oct 2014 02:37:15 -0400 (EDT) (envelope-from root) Date: Fri, 17 Oct 2014 02:37:15 -0400 (EDT) Message-Id: <201410170637.s9H6bF8F014323@piggy.homeless.net> To: openoffice@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.openoffice.org/porting/freebsd/ X-Mailer: Lynx, Version 2.8.8rel.2 X-Personal_Name: Ryan From: ryan.p.davis@gmail.com Subject: Open Office on FreeBSD powerPC X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 02:46:18 -0000 Greetings, I have a PowerPC G5 system that I am using FreeBSD on. How do I build/compile OpenOffice for this platform? When I go to /usr/ports/editors and make install, I get the error that the source tree there is for i386 and AMD64. Am I missing something? Or do I need to go to a different location? Or do I have to figure out how to pull down raw source code and determine my build dependancies and etc to compile from scratch without a make file? Thank you, ryan