RE: OpenOffice 3.0, which java must I use?

2009-01-27 Thread Sebastian Setzer
Thanks,
with diablo 1.6 it works.

To the openoffice porting team:
Could you please mention this on http://porting.openoffice.org/freebsd/?
This page says We support only Java 1.5

The problem with the macro securitylevel dialog wasn't solved by the working 
java, though.
But I found a workaround on http://bugs.gentoo.org/show_bug.cgi?id=244917
(and other sites, after I knew that I must search for MacroSecurityLevel and 
Common.xcu):
insert the following into 
.openoffice.org/3/user/registry/data/org/openoffice/Office/Common.xcu

node oor:name=Security
  node oor:name=Scripting
   prop oor:name=MacroSecurityLevel oor:type=xs:int
value1/value
   /prop
  /node
/node

-Original Message-
From: Kurt Buff
Sent: Thu 1/22/2009 9:54 PM
To: Sebastian Setzer
Subject: Re: OpenOffice 3.0, which java must I use?
 
$ uname -a
FreeBSD grimsqueaker-bsd.pigfarm.org 7.1-STABLE FreeBSD 7.1-STABLE #7:
Sun Jan 11 21:12:44 PST 2009 root@:/usr/obj/usr/src/sys/GENERIC
amd64
$ pkg_info | grep java
javavmwrapper-2.3.2 Wrapper script for various Java Virtual Machines
$ pkg_info | grep jdk
diablo-jdk-1.6.0.07.02_3 Java Development Kit 1.6.0_07.02
$ pkg_info | grep -i openoffice
openoffice.org-3.0.0 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br


On Thu, Jan 22, 2009 at 11:42 AM, Sebastian Setzer
sebastianset...@alice-dsl.net wrote:
 Hi,
 On 64-bit FreeBSD 7, I installed these two packages:
  OOo_3.0.0_FreeBSD71X86-64_install_de.tbz
  diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2
 When I run OOo, it prints
  javaldx: Could not find a Java Runtime Environment!
 Is diablo the wrong java 1.5 JDK?

 I didn't expect to need java - I just wantet to use StarBasic Macros.
 But OOo seems to need it. I can't even set the Macro security options (when I 
 press the button, nothing happens).

 Sebastian
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


OpenOffice 3.0, which java must I use?

2009-01-22 Thread Sebastian Setzer
Hi,
On 64-bit FreeBSD 7, I installed these two packages:
  OOo_3.0.0_FreeBSD71X86-64_install_de.tbz
  diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2
When I run OOo, it prints
  javaldx: Could not find a Java Runtime Environment!
Is diablo the wrong java 1.5 JDK?

I didn't expect to need java - I just wantet to use StarBasic Macros.
But OOo seems to need it. I can't even set the Macro security options (when I 
press the button, nothing happens).

Sebastian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: freebsd-update doesn't seem to update to Latest

2009-01-14 Thread Sebastian Setzer
Reading the handbook and several pages on the web, i got the impression that 
ports are always compiled from source.
I should have read the handbook more thorougly, sorry. It mentions portupgrade 
-P.

-Original Message-
From: Erik Osterholm [mailto:freebsd-lists-e...@erikosterholm.org]
Sent: Tue 1/13/2009 11:01 PM
To: Sebastian Setzer
Subject: Re: freebsd-update doesn't seem to update to Latest
 
On Tue, Jan 13, 2009 at 09:47:33PM +0100, Sebastian Setzer wrote:
 
 Hi,
 I did a freebsd-update to 7.1-RELEASE as described in the release notes.
 After that, I installed Openoffice (with pkg_add) and got several warnings 
 like this one:
 pkg_add: warning: package 'gnome-vfs-2.22.0_2' requires 'atk-1.22.0_1', but 
 'atk-1.20.0' is installed
 
 Now I did
 # pkg_add -r atk
 pkg_add: package 'atk-1.22.0_1' or its older version already installed
 
 so with pkg_add -r I get newer packages than I got with freebsd-update. Why?

freebsd-update only updates the base system. It doesn't touch ports.

Erik

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


freebsd-update doesn't seem to update to Latest

2009-01-13 Thread Sebastian Setzer

Hi,
I did a freebsd-update to 7.1-RELEASE as described in the release notes.
After that, I installed Openoffice (with pkg_add) and got several warnings like 
this one:
pkg_add: warning: package 'gnome-vfs-2.22.0_2' requires 'atk-1.22.0_1', but 
'atk-1.20.0' is installed

Now I did
# pkg_add -r atk
pkg_add: package 'atk-1.22.0_1' or its older version already installed

so with pkg_add -r I get newer packages than I got with freebsd-update. Why?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org