[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OpenOffice 1.1.0rc3, working
- To: ports@openbsd.org
- Subject: OpenOffice 1.1.0rc3, working
- From: Craig Barraclough <craigba@creative.com.au>
- Date: Wed, 3 Sep 2003 15:05:49 +1000
- Organization: Creative Digital Technology
- User-Agent: KMail/1.5.2
Having no luck with VMWare3, so for kicks I decided to have a go at
OpenOffice. 1.0.3 port didn't work, so grabbed 1.1rc3.
The good new is, it works on my -current (x86) machine, almost straight out of
the box!
The only change I made was based on OOffice 1.0.3 port, modify
./OOo_1.1rc3_LinuxIntel_install/install
oo_home variable changed to openoffice (installs into /usr/local/${oo_home})
Add LD_LIBRARY_PATH. Not sure if this is needed.
Grab install from:
http://www.openoffice.org/dev_docs/source/1.1rc3/index.html
Extract to temp location.
Patch (see attached, may not be needed).
Run 'install' from OOo_1.1rc3_LinuxIntel_install as root.
Run /usr/local/openoffice/setup as normal user.
--
Craig
$OpenBSD$
--- OOo_1.1rc3_LinuxIntel_install/install.orig 2003-08-12 02:03:48.000000000 +1000
+++ OOo_1.1rc3_LinuxIntel_install/install 2003-09-03 14:45:43.000000000 +1000
@@ -5,7 +5,7 @@ cd `dirname $0`
# Set the Defaults Here
oo_version="OpenOffice.org 1.1"
-oo_home=OpenOffice.org1.1
+oo_home=openoffice
oo_default_prefix=/usr/local
oo_default_netflg=-net
oo_default_interact=no
@@ -124,6 +124,9 @@ JavaSupport=preinstalled_or_none
EOF
+LD_LIBRARY_PATH=`pwd`:.:/usr/X11R6/lib:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
+
# echo something to be patient
echo "Installation starting, please be patient ..."