Commit Graph

30 Commits

Author SHA1 Message Date
robert
486ba58341 update to OpenOffice.Org 2.4.2, which fixes the following vulns:
* CVE-2008-2237: Manipulated WMF files can lead to heap overflows and arbitrary code execution
* CVE-2008-2238: Manipulated EMF files can lead to heap overflows and arbitrary code execution
2008-10-30 10:27:28 +00:00
kurt
845be6e626 - fix build failure caused by the addition of getpwnam_r(3)
- add @bin markers to pkg lists
okay robert@
2008-06-27 13:11:11 +00:00
bernd
768c27d4b1 Install the menu icons into the right directory and adjust .desktop files
so the icons are displayed correctly.

ok robert@, jasper@
2008-05-21 06:36:58 +00:00
robert
e6ee9472c5 use textproc/icu4c instead of the bundled one; bump PKGNAMEs 2008-05-05 15:18:29 +00:00
robert
1dc03f4175 update to OpenOffice.org 2.4.0;
- rename the br-pt subpackage to pt-br because of an i18n change
   in openoffice
 - regen some patches
 - fix WANTLIB and LIB_DEPENDS
2008-04-28 11:18:46 +00:00
robert
69770758ef disable broken pasf support (audio) until there is a better fix because it utterly
breaks the build in most of the cases and bump PKGNAME
2008-01-04 14:52:31 +00:00
robert
fc8a8694fe update to version 2.3.1;
This is a minor bug fix release with no new features for users.
However, as this release also fixes a security vulnerability with
database files.
2007-12-07 11:30:55 +00:00
robert
29deea084b move some files to their correct place and bump PKGNAMEs
from Mikolaj Kucharski <mikolaj@kucharski.name>
2007-11-27 14:19:52 +00:00
robert
c1097ca063 - update to openoffice 2.3 that has many new features
and a lot of speedup.
- fix the debug flavor
- rearrange the PLISTs so the no_lang flavor won't try to
  include some language files
2007-11-13 09:46:27 +00:00
robert
784bebfcee Add Persian (Farsi) language support. Requested by Lucie Goga <lucie.goga@gmx.net> 2007-09-20 10:05:19 +00:00
robert
947e27e56b add catalan language support; requested by Pau Amaro-Seoane <pau@aei.mpg.de> 2007-07-02 07:35:29 +00:00
robert
3c89757989 update to version 2.2.1; mainly a bugfix release
for more information please read the release notes:
http://development.openoffice.org/releases/2.2.1.html
2007-06-15 07:42:17 +00:00
robert
559d482dc3 update to openoffice-2.2.0m13 and move the finnish license
files to the correct place. (noticed by steven@)
2007-03-19 13:15:30 +00:00
robert
d035fe1672 update to version 2.2.0m18;
- fix the PLIST of the bg, de and es and language so they
can be used again: from Daniel Gruber <daniel@tydirium.org>

this has been tested by many people.
2007-03-17 15:27:44 +00:00
robert
8123e82273 move the desktop icons to the proper location; bump PKGNAME 2006-12-14 20:40:28 +00:00
robert
b978ce9eb2 - update to version 2.1.0 which includes many bugfixes and improvements
- remove some unnecessary patches and add a no_lang
pseudo flavor which allows people to do a build w/o language packs
(requested by kurt@)

- from now on we set the file descriptor limit to a higher value (256)
in the OpenOffice build environment to prevent build failures

- point explicitly to the licensing FAQ instead of pointing to the contents
of the FAQ
2006-12-13 10:25:14 +00:00
robert
98a6918ff5 - add Swedish (sv) lanaguage support;
- install icons and desktop files for base, calc, draw, impress and math;
(from now on these entries should pop up in kde's menu)
2006-11-28 09:35:27 +00:00
robert
fbbddf0e67 - remove some unused kludge from the Makefile;
- add Latvian language support; requested by nikns <nikns@secure.lv>
2006-11-26 20:59:07 +00:00
robert
db544b21f9 it is Lithuanian and not Litvanian 2006-11-25 12:41:58 +00:00
robert
fed6b023f0 - add PKGNAME because of the new MULTI_PACKAGES;
- add Litvanian (lt) language support; requested by
Martynas Venckus <martynas@altroot.org>
2006-11-25 12:40:14 +00:00
espie
9ea8f8d4ba new MULTI_PACKAGES 2006-11-25 10:30:58 +00:00
robert
0b8a99e84a add Dutch (nl) support; requested by Joachim Schipper <j.schipper@math.uu.nl> 2006-11-24 10:52:33 +00:00
robert
0e215faf19 add slovenian language pack; requested by Mitja Mu¾eniè <mitja@muzenic.net> 2006-11-23 23:19:27 +00:00
robert
daecac8c7d add br-pt (Brasilian Portugese) support;
requested by Eduardo Alvarenga
2006-11-23 09:35:52 +00:00
robert
fc3aff654b - add i18n support including 11 languages for now (if you need more, tell us)
- add a pseudo flavor called cleanobj that reduces the disk space needed
to build openoffice by cleaning up all unneeded object directories.
(idea from kurt@)

- do not run checkdeliver.pl because it will fail if we use the cleanobj
flavor because it can't check the object dirs that we remove.
2006-11-20 09:33:02 +00:00
kurt
b071ea865d - enable KDE integration and add openoffice-kde subpackge for this
optional feature
- enable building with java and add openoffice-java subpackage for this
optional feature. this corrects the "save as" problem and provides help
files in the base package. so now java is needed to build OOo but not to
run it. some OOo features require java to run, so install the
openoffice-java subpackage for that.
- make sbase, smath, setofficelang and spadmin applications available
via wrapper script.
- tweak configure to find versioned Qt shared libs.
- adjust include and lib search order again - sigh. put /usr/local
before jdk but after OOo dirs. this allows system libjpeg to be used
over jdk libjpeg and still avoids build conflicts with things like cppunit.
- remove extra patch to readlicense_oo/util/makefile.pmk

some testing and input ian@ okay robert@
2006-11-03 05:11:09 +00:00
kurt
ff1f7ca4a7 - libxslt is a BUILD_DEPEND not a LIB_DEPEND
- enable cairo support
- enable portaudio/sendfile - audio not working yet, revisit later
- adjust include and lib search order again. put /usr/local before
/usr/X11R6 so we link to ports expat and not the one that comes with X11R6
- add -pthread to PTHREAD_CFLAGS in odk subproject
- integrate audacity portaudio patches and link to ossaudio
- strip Linux shlib major version numbers from dlopen()'ed lib names
- link stlport with stdc++ to resolve some undefined symbols
- remove getpwuid_r workaround in sal/osl/unx/security.c since a suitable
one already exits in sal/osl/unx/system.c
2006-10-27 16:02:02 +00:00
robert
d71173f6d1 enable odk, binfilter, qadevooo and use our malloc(3) instead
of using OOo's own allocation system;

add an OpenBSD ifdef to epm to use the correct tar(1) arguments;

bump PKGNAME;
2006-09-30 18:47:25 +00:00
robert
bcbe5eb725 update to version 2.0.4m4;
- more optimizations;
- use autoconf;
- remove hardcoded paths from unxobsdi.mk;
- zap .0.0 from WANTLIB;
- add a new MASTER_SITE;
- enable sndfile support;
2006-09-20 09:06:19 +00:00
robert
ea9d172be4 Import of OpenOffice.Org version 2.0.3m179.
OpenOffice is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
 
I would like to thank everyone who helped porting:
Peter Valchev, Kurt Miller, Dale Rahn, Ian Darwin and the OpenOffice.Org team.
 
This import is an explicit request by pvalchev@ and espie@.
This means that the current ports lock is still in effect and this import
is only a planned exception by the release managers.

This port is not yet connected to the builds.
 
okay pvalchev@, espie@
2006-08-17 14:56:21 +00:00