From owner-freebsd-questions@FreeBSD.ORG Thu Jul 19 11:26:14 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFB4C106564A for ; Thu, 19 Jul 2012 11:26:14 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 77A158FC12 for ; Thu, 19 Jul 2012 11:26:14 +0000 (UTC) Received: by yhfs35 with SMTP id s35so3111179yhf.13 for ; Thu, 19 Jul 2012 04:26:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :x-gm-message-state; bh=aljGsOtLB7HytNPx8FbNjQOVqgy98exslmy8bI7+xyQ=; b=am3E4DoNNnJXSTQJ9JQZDJsKoDvD/KN9BqiMHxdt7obxZMsbrapTI57lCM/A8KuF43 wxe3u4LZEy6YFzq+jr+vSfeycyb7W+rukyDpnq0SZL8OJLivhPkwXn7UxLJwzg8Rmpv7 TEe+GMLZpceryPNvsFJxGtXv80mfJ39q2gkPtTsjYSwY8R1/m48yXw35akMjjiG3EBP3 r1AP072cA8bCz05mA6M6AI5Muh0ifw47pTw9iChXCEy8TS5D1ZjPjJ6WDD6UXCfq/AGt fgkR1gl5dG1x4ETnBzpZCEH5nVoTbr/eBXoV9r4U9DpbDdHJzpMzoUQjhjf9tRJIUhxR Z4yw== MIME-Version: 1.0 Received: by 10.50.213.106 with SMTP id nr10mr4778355igc.58.1342697173425; Thu, 19 Jul 2012 04:26:13 -0700 (PDT) Sender: aimass@yabarana.com Received: by 10.43.83.5 with HTTP; Thu, 19 Jul 2012 04:26:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Jul 2012 07:26:13 -0400 X-Google-Sender-Auth: 5n8YDf_O8IkJWWWg5wKI3o5KQwI Message-ID: From: Alejandro Imass To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkmUyiitRzN74R0UFSRJhRunPeR9gRkBt3TkJrAI4cCGoE9/H6TtBtAGKx+71lOy52AYlxS Subject: Re: for the impatient: Linux LibreOffice works on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 11:26:14 -0000 On Thu, Jul 19, 2012 at 2:41 AM, Vaclav Kadlcik wrote: > Hi, > > since there has been various issues building LibreOffice from > ports lately and not everyone can or wants follow all the patches > flying around, I'd like to share that the Linux binary build runs > fine for me. > > I downloaded Linux' x86 tar package, did tar xf to get RPMs > and finally: > for i in *rpm; do rpm2cpio $i | cpio -ivd; done > That created opt/libreoffice3.5. You can move where you like > and start it using libreoffice3.5/program/soffice. > > (I'm tracking 9-STABLE with Linux compatibility enabled it this > matters.) > > May this help someone lazy or impatient like me... > Oli Thanks for sharing this! OO should have been replaced by LO a long time ago on FBSD