Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Feb 2006 22:27:20 +0100
From:      Angelo Turetta <aturetta@commit.it>
To:        "James B. Van Bokkelen" <jbvb@sandstorm.net>
Cc:        ports@freebsd.org
Subject:   Re: 6.0-RELEASE as an office desktop?
Message-ID:  <43E127B8.1000903@commit.it>
In-Reply-To: <43DE6F90.7090206@sandstorm.net>
References:  <43DE6F90.7090206@sandstorm.net>

next in thread | previous in thread | raw e-mail | index | archive | help
James B. Van Bokkelen wrote:

> Finally, it appears that no Open Office package is available for
> 6.0-RELEASE (1.0.3_6 wants much older ORBit and glib).  I started to
> build OO from ports, but the makefile warned me it needed 9GB free,
> which would require another cycle of re-installation to obtain.

If you have free space in another file system than /usr/ports, you can 
always define WRKDIRPREFIX=/free/space/path either in /etc/make.conf or 
directly from the command line.

eg:

cd /usr/ports/editors/openoffice.org-2.0
make WRKDIRPREFIX=/free/space/path package clean

or, if you use portupgrade,

portupgrade -p -m WRKDIRPREFIX=/free/space/path \
       -N editors/openoffice.org-2.0

This workaround can (and should) also be used whenever your /usr/port 
directory is either read-only, or nfs-mounted

Hope this helps.
Angelo Turetta



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43E127B8.1000903>