From owner-freebsd-questions@FreeBSD.ORG Thu Jul 19 12:22:20 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 8BCF21065674 for ; Thu, 19 Jul 2012 12:22:20 +0000 (UTC) (envelope-from alexander.kapshuk@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA8D8FC0C for ; Thu, 19 Jul 2012 12:22:19 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2436615bkc.13 for ; Thu, 19 Jul 2012 05:22:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=JgMwKDNP8FmIlflYiVvAXW31QlX9rOKswwgu7l/3Fek=; b=dQuseJrel4tps/r6V7y0fgHRTby0pYufc5wu9qzxSk/aGmAC2R87TvpWfGDiY9XamS naac1JxUuUfSwZMp/qn0MdJGgmmfoNuy6sZLtDl+dsIHpVLGAk6sGCowJi8UTOzq2UNk lHmYPxfgSaMSCLNfQtWAsWuJqxWBoVuOxTeXt83wQU9mWvtxm1FkIdz5svStKMxqU0Vc uoSLGRBWqV3ph0OSmUnDDCGppqcCuDzfl+I18YrvjbIIog0JEW8fitjJx4A3ER6EqZ+i PDNA5s/EQ7TX7fI8uaESNANdTRlz0armSWxRoAcRhpyWTuSZ3iYDb1TfgQ5p5qnDSZk4 KuvQ== Received: by 10.204.133.196 with SMTP id g4mr837332bkt.89.1342700538808; Thu, 19 Jul 2012 05:22:18 -0700 (PDT) Received: from [192.168.1.3] (93-127-96-97.static.vega-ua.net. [93.127.96.97]) by mx.google.com with ESMTPS id g6sm1055455bkg.2.2012.07.19.05.22.17 (version=SSLv3 cipher=OTHER); Thu, 19 Jul 2012 05:22:18 -0700 (PDT) Message-ID: <5007FBF8.5050001@gmail.com> Date: Thu, 19 Jul 2012 15:22:16 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:13.0) Gecko/20120626 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 12:22:20 -0000 On 07/19/12 09:41, 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > libreoffice-3.5.5 Just upgraded libreoffice to version 3.5.5 using ports. Didn't have any trouble installing is, nor upgrading it. :; uname -a FreeBSD box2 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 :; pkg_info -x libreoffice Information for libreoffice-3.5.5 What sort of errors did you encounter while building the package using the ports?