Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2008 10:38:46 +0900 (JST)
From:      Maho NAKATA <chat95@mac.com>
To:        sas@mbg.se
Cc:        openoffice@FreeBSD.org
Subject:   Re: FreeBSD Port: editors/openoffice.org-3-beta
Message-ID:  <20080613.103846.42870312.chat95@mac.com>
In-Reply-To: <485100DC.8060507@mbg.se>
References:  <485100DC.8060507@mbg.se>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Sven-=C5ke_Svensson <sas@mbg.se>
Subject: FreeBSD Port: editors/openoffice.org-3-beta
Date: Thu, 12 Jun 2008 10:56:28 +0000

> Hi
> =

> =

> I installed Openoffice 3 beta on my machine, a FreeBSD 7. After
> installation the program from ports it refuse to start. I found the
> problem in the startup script.
> =

> =

> In the file "/usr/local/bin/openoffice.org-3.0.0.b" there are a line
> like this:
> "oopath=3D/usr/local/openoffice.org-3.0.0.b/program/". Which point to=
 a
> non existing directory. When I change it to
> "oopath=3D/usr/local/openoffice.org-3.0.0.b/openoffice.org3/program/"=
 it
> works.

Aha, this is a bug. Does the following patch help?

Index: files/openoffice.org-wrapper
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/pcvs/ports/editors/openoffice.org-3/files/openoffice.or=
g-wrapper,v
retrieving revision 1.3
diff -u -r1.3 openoffice.org-wrapper
--- files/openoffice.org-wrapper	20 Apr 2006 21:56:12 -0000	1.3
+++ files/openoffice.org-wrapper	13 Jun 2008 01:39:31 -0000
@@ -2,7 +2,7 @@
 #
 # $FreeBSD: ports/editors/openoffice.org-3/files/openoffice.org-wrappe=
r,v 1.3 2006/04/20 21:56:12 maho Exp $
 =

-oopath=3D%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/
+oopath=3D%%PREFIX%%/%%INSTALLATION_BASEDIR%%/%%OOODIR%%/program/
 program=3D`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'`
 =

 case $program in




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