From owner-freebsd-questions@FreeBSD.ORG Sat Nov 17 17:31:09 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 8EA72A66 for ; Sat, 17 Nov 2012 17:31:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0708FC12 for ; Sat, 17 Nov 2012 17:31:08 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TZmEe-00041Z-Sf for freebsd-questions@freebsd.org; Sat, 17 Nov 2012 18:31:16 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Nov 2012 18:31:16 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Nov 2012 18:31:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: "Light" word processor plus the occasional spreadsheet Date: Sat, 17 Nov 2012 17:30:55 +0000 (UTC) Lines: 26 Message-ID: References: <50A4B0B0.2020009@eskk.nu> <20121115101235.4fccc098.freebsd@edvax.de> <50A4B371.8000004@eskk.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2012 17:31:09 -0000 On Thu, 15 Nov 2012 10:18:41 +0100, Leslie Jensen wrote: > Polytropon skrev 2012-11-15 10:12: >> On Thu, 15 Nov 2012 10:06:56 +0100, Leslie Jensen wrote: >>> >>> Hello >>> >>> I mainly use LibreOffice and it works for me. >>> >>> My problem now is that the build time for LibreOffice on a little >>> older hardware is very long. >> >> Why not use the binary install method (pkg_add -r)? The default options >> should work fine. > > Maybe I'll try that. I never got into packages, I always ended up > compiling dependencies anyway so I dropped it ;-) I'm compiling ports once, on my main box, then using pkgng to build binary packages ('pkg create'). These packages are on an NFS share, which the other machines use with 'pkg add '. As an example, libreoffice-3.5.7.txz installed (with 28 not-already-installed dependencies pulled in automatically from the same directory) in *56 seconds*. The main box has 3GB RAM, the second has 1MB.