These lines were changed as workaround of libcurl part of PR pkg/46567,
but the actual libcurl problem in curl-config is now fixed and
these unconditional -rpath flags seem to cause non-working binaries
as mentioned in PR pkg/46983.
Bump PKGREVISION.
-R/usr/X11R7/lib early into the link line in extensions/source/plugin/unx/,
creating another instance of "the pixman problem" when trying to build
this package on NetBSD 5.1. It appears that some other part of the
makefile setup for OpenOffice3 is now responsible for inserting the
appropriate -Wl,-R/usr/X11R7/lib into the linker line.
The resulting package has been verify to build and start up, and
fixes PR#46131. Bump pkgrevision.
* Add spelling and grammar checker to Writer.
* Let OOo use own file locking mechanics to lock alien formats as well.
* Bug fixes.
Please see Release Notes for more detail:
http://development.openoffice.org/releases/3.0.1.html
- Install gnome icons (with gnome option only).
- Install MIME info files.
- Fix name of .dekstop files.
- Add missing file to REPLACE_PERL.
- Use startup scripts in OOo (don't generate these in Makefile).
- Remove java option from FreeBSD and NetBSD/amd64.
This should fix PR pkg/39994. Bump PKGREVISION.
- Reduce disk usage of ${WRKDIR} with multiple languages.
- Don't create install set to ${WRKDIR} in post-build stage.
- Install desktop files to share/applications as symbolic links.
- Shut up tar warning.
- Add lang-all option.
- Add missing lang-* options (by, gd, gu, ms and my).
- Install files of the following platform dependent extensions.
* Sun PDF Import Extension
* Sun Presentation Minimizer
* Sun Presenter Console
NOTE: These extensions are not installed to OOo because you must agree
the license before use. Please see MESSAGE how to install.
Bump PKGREVISION.
wrappers ignore -Wl,-R${DESTDIR}${PREFIX}/OpenOffice.org3.0.0/...).
- Add runtime library search paths by linker option instead of adding
LD_LIBRARY_PATH to startup scripts.
It should fix build with PKG_DEVELOPER=yes. No functional changes.