Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-03 | Adapt MESSAGE for 1.1.4. | wiz | 2 | -4/+5 | |
2005-01-03 | Updated openoffice-linux to 1.1.4 | martti | 4 | -4791/+5076 | |
* Bug fixes Approved by mrauch@ | |||||
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -4/+4 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-10-01 | there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].* | grant | 1 | -2/+2 | |
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this. | |||||
2004-06-27 | Update to version 1.1.2. | mrauch | 5 | -4354/+4818 | |
This is a bugfix release, no new features have been added. For a complete list of fixed crashes and problems see http://download.openoffice.org/1.1.2/release_notes_1.1.2.html The user installation part now happens also automatically. | |||||
2004-05-30 | Change MASTER_SITES to use new MASTER_SITE_OPENOFFICE list of mirrors. | mrauch | 1 | -3/+4 | |
2004-05-30 | Improve the replacement that makes the test for an existing lifreetype.so.6 | mrauch | 1 | -2/+2 | |
always false. The old one seemed to not work in some corner cases. | |||||
2004-04-11 | Update to version 1.1.1. | mrauch | 5 | -4166/+4344 | |
New features are: * the OOoDic Autopilot which allows a user to download automatically any one of 87 spelling, hyphenation and thesaurus dictionaries * enhanced support for languages that use a comma instead of a point/full stop as the decimal point Additionally many reported bugs have been fixed. For a full list see http://download.openoffice.org/1.1.1/issues_resolved_1.1.1.html | |||||
2004-02-29 | The PKG_FAIL_REASON string needs quoting. | mrauch | 1 | -2/+2 | |
2004-02-15 | Remove dependency on java. | mrauch | 3 | -12/+10 | |
2004-02-14 | Use PKG_FAIL_REASON instead of BROKEN. | mrauch | 1 | -2/+2 | |
2004-02-14 | Disable a check in the package, that doesn't install libfreetype.so | mrauch | 2 | -2/+4 | |
if it already exists in (/emul/linux)/usr/lib. Add the library back to the PLIST. | |||||
2004-01-26 | *argh* Remove the other instance of "libfreetype.so". | tron | 1 | -2/+2 | |
2004-01-26 | Remove non-existing file "libfreetype.so.6" from package list. | tron | 1 | -2/+1 | |
2004-01-25 | Update to version 1.1.0. | mrauch | 8 | -3341/+4179 | |
New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * Macro Recorder * Integrated Python-UNO bridge * Locking of user installations against accesses from multiple machines with shared directories * Support for recovering slightly damaged OpenOffice.org files | |||||
2004-01-20 | s/it's/its/ | snj | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-10-20 | With newest versions of X suse_libc5 is needed, otherwise the setup process | mrauch | 1 | -1/+2 | |
will hang. Reported by Martin Schmitz on current-users (and confirmed by others). | |||||
2003-10-05 | Distribution site for distfile has changed. | mrauch | 1 | -2/+2 | |
2003-09-30 | This Linux binary runs under Linux too. | reed | 1 | -1/+2 | |
(Okay'd by maintainer, mrauch.) | |||||
2003-09-02 | Allow /emul/linux/proc as well as /proc | abs | 1 | -3/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-24 | Use '${LN} -sf' instead of '${LN} -s' for java link (similar to sun-jdk14) | abs | 1 | -2/+2 | |
so we do not fail if the link is already present. | |||||
2003-05-19 | Suppress annoying ulimit error by setting open file descriptor limit to | simonb | 1 | -2/+2 | |
the hard limit and not some arbitary large number. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 2 | -6/+6 | |
2003-04-26 | Update to version 1.0.3.1. | mrauch | 6 | -3293/+3295 | |
No new features, but various minor bugfixes. For a complete list, please see http://www.openoffice.org/dev_docs/source/1.0.3/release_notes_1.0.3.html. Submitted by Toru TAKAMIZU in PR pkg/21248. | |||||
2003-03-31 | Openoffice can use jdk plugins only if there exists a 'jre' directory | jschauma | 2 | -3/+9 | |
inside the java directory. Create one, add it to the PLIST and set PKG_JVM to sun-jdk. Bump PKGREVISION, since this package now can actually use Java. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-26 | De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵ | jschauma | 1 | -3/+3 | |
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package. | |||||
2003-02-27 | Use ${PATCH} with ${PATCH_ARGS}, so that the install procedure doesn't | lukem | 1 | -2/+2 | |
get confused by $VERSION_CONTROL=t in my environment. (This problem happens *all the time* when people add ${PATCH} to pkg makefiles; maybe there should be a big "NOTE HERE" in the pkg documentation about this...) | |||||
2003-02-27 | Automate the creation of /emul/linux/etc/mtab: | mrauch | 1 | -7/+7 | |
Use the code from Johnny (jlam) again, but do an additional copy at pre-install, because the file has to be present during do-install already. | |||||
2003-02-27 | The change to automate the creation of /emul/linux/etc/mtab wasn't correct -- | mrauch | 2 | -8/+42 | |
the creation comes too late. Back it out for the moment. | |||||
2003-02-13 | This really needs /proc mounted - add a check | hubertf | 1 | -1/+5 | |
2003-02-11 | Create /emul/linux/etc/mtab by using USE_PKGINSTALL instead of requiring | jlam | 1 | -24/+21 | |
the user to do it herself. Also remove use of "sh -c" where it's redundant and fix some whitespace issues. Bump the PKGREVISION of misc/openoffice-linux to 2. | |||||
2003-02-11 | sort | jlam | 1 | -2347/+2315 | |
2003-02-11 | Be a bit more loose about which JVM to use by respecting JAVA_HOME. Also | jlam | 1 | -6/+9 | |
properly quote the arguments to soffice. | |||||
2003-01-24 | The file /emul/linux/etc/mtab has to exist already during installation. | mrauch | 2 | -9/+15 | |
2003-01-22 | Minor nitpick: put each package into a separate CONFLICTS+= line. | rh | 1 | -2/+3 | |
2003-01-22 | OpenOffice.org is an Open Source, community-developed, multi-platform office | mrauch | 9 | -0/+3448 | |
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. This is a Linux binary version of misc/openoffice. |