Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-25 | Remove openoffice (1.x branch) packages. | wiz | 25 | -1560/+0 | |
They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13. | |||||
2008-01-25 | Fixed some of the gcc4 issues. The package doesn't built yet on | rillig | 2 | -4/+366 | |
NetBSD-4.99.30. | |||||
2008-01-25 | The first of a series of patches for gcc4. | rillig | 1 | -2/+21 | |
2006-09-27 | Added a patch that allows OpenOffice to be built with gcc>=4.0. | rillig | 1 | -0/+15 | |
This fixes PR 34617. | |||||
2005-10-03 | Update to version 1.1.5. | mrauch | 4 | -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-01 | Add patch for the xsl compilation problem in officecfg, which occured after | mrauch | 1 | -4/+9 | |
the update to libxslt-1.1.15. Fixes PR pkg/31401 . | |||||
2005-09-06 | Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 | abs | 3 | -11/+11 | |
No pkgrevision bumps needed. | |||||
2005-04-14 | Apply fix for security problem CAN-2005-0941 from OOo CVS. | mrauch | 1 | -0/+13 | |
Bump PKGREVISION. | |||||
2005-04-12 | Removed the declaration of getpwent_r(), which differs among different | rillig | 1 | -2/+11 | |
operating systems. The function is never used in openoffice. Approved by phone. | |||||
2005-02-26 | Fix bug that japanese fonts can't be displayed. | mrauch | 1 | -0/+13 | |
Patch from Nobuyuki SASAKI in http://mail-index.netbsd.org/tech-pkg/2005/02/22/0005.html. | |||||
2005-01-06 | Update to version 1.1.4. | mrauch | 2 | -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-03 | Don't rely on the NetBSD version to define ETIME - define it if it's not | agc | 1 | -3/+3 | |
already defined. | |||||
2005-01-03 | The getpwnam_r prototype appeared in NetBSD in 2.99.10 or so | agc | 1 | -4/+4 | |
2005-01-03 | Patches from Rui-Xiang Guo for building on NetBSD-current | agc | 2 | -5/+47 | |
2004-11-12 | Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added | jlam | 1 | -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-05 | The helpcontent_* files have changed on the master site without any | mrauch | 1 | -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-03 | Allow installation of localized versions via the variable PKG_LANG. | mrauch | 2 | -0/+38 | |
2004-05-09 | update patches to prepend ../ into the file path | jdolecek | 3 | -9/+9 | |
problem pointed out by Min Sik Kim in private e-mail | |||||
2004-05-08 | some more patches needed for compilation on NetBSD 2.0D+, after replacing | jdolecek | 2 | -0/+52 | |
of statfs interface with statvfs interface | |||||
2004-05-07 | add a patch to use statvfs() on 2.0D and later, since statfs() | jdolecek | 1 | -0/+46 | |
is no longer available on -current | |||||
2004-05-03 | Update to version 1.1.1. | mrauch | 122 | -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-26 | Add a missing include so that it compiles with recent devel/stlport. | kristerw | 1 | -0/+12 | |
2004-03-14 | The checkdll utility is really slow in NetBSD 1.6.2 (the build spends | kristerw | 1 | -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-27 | Reduce optimisation for a particular file to avoid a gcc internal | mrauch | 1 | -0/+13 | |
compiler error. | |||||
2003-01-02 | Fix RCS tag | cjep | 1 | -1/+1 | |
2002-12-25 | fix umask handling in solenv/bin/deliver.pl | jdolecek | 1 | -0/+46 | |
this fixes PR pkg/17967 by Alan Barrett | |||||
2002-12-25 | fix several bugs in the yacc grammar files, which made bison 1.75 error out | jdolecek | 2 | -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-25 | use -f for cp; when the cp rules are invoked several times, the cp would | jdolecek | 1 | -6/+52 | |
fail without -f if the previously copied file didn't have user write permissions (and building as non-root) | |||||
2002-08-02 | make work with sun-jdk14 (which appears to be default now) - unlimit | jdolecek | 5 | -140/+193 | |
datasize, change check in configure, and some small tweaks to some Java code (assert, double ;;) | |||||
2002-06-04 | Two typos in the postscript header for printing fixed | mrauch | 1 | -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-31 | Support for bison-1.34 needs a further directory to be patched. | mrauch | 4 | -0/+58 | |
Solves PR pkg/16137 together with the bison patches committed yesterday. | |||||
2002-03-29 | Change the bison patches to the version that was agreed on in the | mrauch | 13 | -29/+222 | |
OpenOffice.org project. This also fixes compilation problems with bison-1.34. | |||||
2002-03-02 | Remove the "lpstat: command not found" warning when starting OpenOffice. | mrauch | 1 | -0/+13 | |
Fixes PR# pkg/15678. | |||||
2002-03-01 | More instances of improper quoting which cause problems (only) in the | mrauch | 8 | -0/+104 | |
bulk build. | |||||
2002-02-26 | - bugfixes that showed up only under special circumstances: | mrauch | 5 | -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-15 | I missed one file to patch when enabling support for bison-1.3* in the | mrauch | 1 | -0/+14 | |
last commit. | |||||
2002-02-14 | - make openoffice also work with bison 1.3* | mrauch | 3 | -11/+40 | |
- add the external $PATH to the end of the internally set $PATH to make sure all binaries are found | |||||
2002-02-13 | OpenOffice.org is an Open Source, community-developed, multi-platform office | mrauch | 84 | -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. |