summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-03-25Remove openoffice (1.x branch) packages.wiz25-1560/+0
They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13.
2008-01-25Fixed some of the gcc4 issues. The package doesn't built yet onrillig2-4/+366
NetBSD-4.99.30.
2008-01-25The first of a series of patches for gcc4.rillig1-2/+21
2006-09-27Added a patch that allows OpenOffice to be built with gcc>=4.0.rillig1-0/+15
This fixes PR 34617.
2005-10-03Update to version 1.1.5.mrauch4-37/+12
This version contains read support for the new OpenDocument format OASIS which will be default in OOo 2.0. Additionally some minor bugs have been fixed. A complete list can be found at http://download.openoffice.org/1.1.5/release_notes_1.1.5.html.
2005-10-01Add patch for the xsl compilation problem in officecfg, which occured aftermrauch1-4/+9
the update to libxslt-1.1.15. Fixes PR pkg/31401 .
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs3-11/+11
No pkgrevision bumps needed.
2005-04-14Apply fix for security problem CAN-2005-0941 from OOo CVS.mrauch1-0/+13
Bump PKGREVISION.
2005-04-12Removed the declaration of getpwent_r(), which differs among differentrillig1-2/+11
operating systems. The function is never used in openoffice. Approved by phone.
2005-02-26Fix bug that japanese fonts can't be displayed.mrauch1-0/+13
Patch from Nobuyuki SASAKI in http://mail-index.netbsd.org/tech-pkg/2005/02/22/0005.html.
2005-01-06Update to version 1.1.4.mrauch2-21/+12
* solves the vulnerability CAN-2004-0752 (local users may read files of other users because of world-readable temporary files) * various bug fixes
2005-01-03Don't rely on the NetBSD version to define ETIME - define it if it's notagc1-3/+3
already defined.
2005-01-03The getpwnam_r prototype appeared in NetBSD in 2.99.10 or soagc1-4/+4
2005-01-03Patches from Rui-Xiang Guo for building on NetBSD-currentagc2-5/+47
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-4/+4
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-06-05The helpcontent_* files have changed on the master site without anymrauch1-26/+0
filename renaming. Use DIST_SUBDIR to version the filenames and adjust distinfo and PLIST. Remove the patch to disable building of helpcontent, as the built english helpcontent is now consistent with the downloadable i18n'd versions (but no longer with the downloadable english one where files are missing). Fixes PR pkg/25814.
2004-06-03Allow installation of localized versions via the variable PKG_LANG.mrauch2-0/+38
2004-05-09update patches to prepend ../ into the file pathjdolecek3-9/+9
problem pointed out by Min Sik Kim in private e-mail
2004-05-08some more patches needed for compilation on NetBSD 2.0D+, after replacingjdolecek2-0/+52
of statfs interface with statvfs interface
2004-05-07add a patch to use statvfs() on 2.0D and later, since statfs()jdolecek1-0/+46
is no longer available on -current
2004-05-03Update to version 1.1.1.mrauch122-7952/+982
New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * User installation automated
2004-03-26Add a missing include so that it compiles with recent devel/stlport.kristerw1-0/+12
2004-03-14The checkdll utility is really slow in NetBSD 1.6.2 (the build spendskristerw1-5/+12
nearly 30 hours running this command on my not that old PC). Running checkdll is not needed to build the package (and it is only useful when porting the software to new architectures), so disable it for now.
2003-02-27Reduce optimisation for a particular file to avoid a gcc internalmrauch1-0/+13
compiler error.
2003-01-02Fix RCS tagcjep1-1/+1
2002-12-25fix umask handling in solenv/bin/deliver.pljdolecek1-0/+46
this fixes PR pkg/17967 by Alan Barrett
2002-12-25fix several bugs in the yacc grammar files, which made bison 1.75 error outjdolecek2-0/+151
the result is buildable with both bison 1.35 and bison 1.75 - tested by full openoffice build with each bison version this fixes PR pkg/19505 by Thomas Klausner
2002-12-25use -f for cp; when the cp rules are invoked several times, the cp wouldjdolecek1-6/+52
fail without -f if the previously copied file didn't have user write permissions (and building as non-root)
2002-08-02make work with sun-jdk14 (which appears to be default now) - unlimitjdolecek5-140/+193
datasize, change check in configure, and some small tweaks to some Java code (assert, double ;;)
2002-06-04Two typos in the postscript header for printing fixedmrauch1-0/+15
(merged from the development branch of the package). This patch is a slight generalisation of the one provided in pkg/17130.
2002-03-31Support for bison-1.34 needs a further directory to be patched.mrauch4-0/+58
Solves PR pkg/16137 together with the bison patches committed yesterday.
2002-03-29Change the bison patches to the version that was agreed on in themrauch13-29/+222
OpenOffice.org project. This also fixes compilation problems with bison-1.34.
2002-03-02Remove the "lpstat: command not found" warning when starting OpenOffice.mrauch1-0/+13
Fixes PR# pkg/15678.
2002-03-01More instances of improper quoting which cause problems (only) in themrauch8-0/+104
bulk build.
2002-02-26- bugfixes that showed up only under special circumstances:mrauch5-6/+296
* restore compatibility with old bison * disable versioned symbols - the -current ld has a problem with them * fix an instance of improper shell quoting * the SIGPIPE hack inside tar needs a sh not csh (fixes PR#15706) - pth>=1.4.0nb1 is a runtime dependency - our csh is sufficient for compilation
2002-02-15I missed one file to patch when enabling support for bison-1.3* in themrauch1-0/+14
last commit.
2002-02-14- make openoffice also work with bison 1.3*mrauch3-11/+40
- add the external $PATH to the end of the internally set $PATH to make sure all binaries are found
2002-02-13OpenOffice.org is an Open Source, community-developed, multi-platform officemrauch84-0/+6932
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.