Bug 88898 - Openoffice 2.0 broken save as
Summary: Openoffice 2.0 broken save as
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-12 20:00 UTC by Nicolas Blais
Modified: 2006-05-28 11:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Blais 2005-11-12 20:00:25 UTC
Compiling editors/openoffice.org-2.0 with the following flags:

WITH_KDE=yes        #reason: Using KDE 3.4.3
WITHOUT_MOZILLA=yes #reason: Using firefox
WITHOUT_JAVA=yes    #reason: Using JDK15
WITH_CUPS=yes       #reason: Need printing support
WITH_TTF_BYTECODE_ENABLED=yes

causes OOo to not allow SAVE AS in their open format. You can still load an OOo file (such as .sxc) and save over it in that format, but you won't be able to "save as" that same format. Non-functionning save as:
(.ods) (.odt) etc
(.ots) (.ott) etc
(.sxc) (.sxw) etc
(.stc) (.stw) etc
(.html)
(.xml)

All other formats work (Word/Excel/DBase).
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-11-12 20:34:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainer(s).
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2006-05-28 11:08:21 UTC
State Changed
From-To: open->closed

This is due to you activated WITHOUT_JAVA knob. This knob 
is known as problematic, so I removed it. Please try it with 
newer port. Thanks for your report.