diff options
author | hira <hira> | 2007-04-05 23:24:01 +0000 |
---|---|---|
committer | hira <hira> | 2007-04-05 23:24:01 +0000 |
commit | d6226f7a9285e74dd124e3397891917121217a20 (patch) | |
tree | 98dbdcfd58f6f53de759ba5c7b9bd326ddda824b /misc/openoffice2/patches/patch-ak | |
parent | a84a4950401205c0c472460b557c7e52cda28323 (diff) | |
download | pkgsrc-d6226f7a9285e74dd124e3397891917121217a20.tar.gz |
Update to 2.2.0. OK'd by wiz@ for update during freeze.
Release Notes:
http://development.openoffice.org/releases/2.2.0.html
Changes:
- Fix CVE-2007-0002, CVE-2007-0238, CVE-2007-0239.
- field lengths of bibliography database changed.
- UTF-8 encoding for dBase databases.
- "Edit in SQL View..." command for database queries.
- forms: date and time fields do not default to "Today" and "Now" anymore.
- query/relation design: visual marker indicating the type of table/query.
- advanced database setting: "Use keyword AS before table alias names".
- Annoying focus behavior of OOo was fixed.
- scaling in spadmin page property page deleted.
- Additional options for pdf export.
- Desktop-Integration package for slackware.
- Show/Hide Slide menu entry split into two entries.
- Support for NetBSD, Linux 64 bit, Linux SPARC in TestTool Environment.
- New behavior of "Insert - Sheet From File".
- Import MS Excel files with PivotTables based on external data.
- Insert/Delete Note in cell context menu.
- some UNO Remote Protocol (URP) changes.
- Extension Dependency OpenOffice.org-minimal-version.
- Export COT, ACOT, COTH, and ACOTH to MS Excel files.
- System integration for extensions.
- Online Update for Extensions.
- Localization of UNO Dialogs.
- OOo no longer generates sensitive UUIDs.
- Autokerning enabled by default.
- CVS import dialog for unformatted clipboard text.
- Ordinal suffix in AutoFill.
- simple protocolhandler add-on support in uno-skeletonmaker.
- Autokerning enabled by default.
- Create Tango icon set for OO.o.
- Add localisation support to UNO dialogs and IDE Dialog Editor.
- extend add-on support in the uno-skeletonmaker.
- Upgrade icu to latest version.
- Implement an optional help section in the ObjectInspector.
- additional PDF export features
- makes localize.sdf files optional.
- Add/update Slovenian templates for 2.1.
- update of icons.
- changes for soffice script.
- implement shaped system windows.
- Updates of OOo <-> ATK bridge.
- #139464# use #REF! errors in formulas using cells from missing
external linked sheets.
- Tooling fixes for CWS and MWS handling.
- Remove SISSL from module filter.
- make the 'automatic update check' more consistent.
- code only cws, adds infrastructure for vba interop project.
- Prepare framework code to support inplace active objects that are
not UIactive.
- Some bugs, some very minor UNO runtime features.
- Changed context menu (insert/delete note) for Calc cells.
- new buildsystem features.
- Improve line height compatibility on UNX platforms while keeping
the layout backwards compatible.
- Preparing installation of extensions in installation sets.
- osl[in|de]crementInterlockedCount(): don't use "lock" prefix on
single processor, single core, non HT machines.
- Clean up obsolete files in binfilter.
- Bug fixes.
Diffstat (limited to 'misc/openoffice2/patches/patch-ak')
-rw-r--r-- | misc/openoffice2/patches/patch-ak | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/misc/openoffice2/patches/patch-ak b/misc/openoffice2/patches/patch-ak index 8701a1c6eaa..4ecb985e3e7 100644 --- a/misc/openoffice2/patches/patch-ak +++ b/misc/openoffice2/patches/patch-ak @@ -1,7 +1,7 @@ -$NetBSD: patch-ak,v 1.2 2007/03/04 13:11:19 hira Exp $ +$NetBSD: patch-ak,v 1.3 2007/04/05 23:24:01 hira Exp $ ---- config_office/set_soenv.in.orig 2007-02-17 17:38:22.000000000 +0900 -+++ config_office/set_soenv.in 2007-02-17 17:40:50.000000000 +0900 +--- config_office/set_soenv.in.orig 2007-01-19 21:55:33.000000000 +0900 ++++ config_office/set_soenv.in 2007-04-06 08:14:02.000000000 +0900 @@ -39,7 +39,7 @@ #-------------------------------------------------------- # @@ -19,7 +19,24 @@ $NetBSD: patch-ak,v 1.2 2007/03/04 13:11:19 hira Exp $ $D = " -D"; # define search path $empty = ""; # used as argument $no_stl = "NO_STLPORT4"; # possible argument -@@ -1263,7 +1264,8 @@ +@@ -296,8 +297,14 @@ + exit 1; + } + #Conditional setting depending on gcc3: +- $CVER = "C300"; +- $OUTPATH = $OUTPATH."2"; ++ if( @GCCVER@ >= 30401 ) { ++ $CVER = "C341"; ++ $OUTPATH = $OUTPATH."3"; ++ } ++ else { ++ $CVER = "C300"; ++ $OUTPATH = $OUTPATH."2"; ++ } + # General NetBSD settings: + $BIG_SVX = "TRUE"; + $COM = "GCC"; +@@ -1253,7 +1260,8 @@ $L.$JRETOOLKITDIR. $L.$JRETHREADDIR. $L_STLPORT_LIB. |