Commit graph

35 commits

Author SHA1 Message Date
joerg
5101a4febb Fix various C++ issues to allow building with Clang. 2013-04-01 12:19:13 +00:00
tsutsui
b07a78ca03 Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.
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.
2013-03-17 21:37:31 +00:00
joerg
66c4f935f1 Fix build for NetBSD current/GCC. Almost fix build with Clang. 2012-06-29 12:36:39 +00:00
he
bcc6b63812 Remove patch-bo, which is indirectly responsible for placing
-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.
2012-03-07 15:07:23 +00:00
mrg
065d6091b4 add a missing "const" so this actually compiles. 2011-11-24 14:13:26 +00:00
tnn
7470027a53 Need string.h for strdup. (same fix as patch-aj, but for x86-64) 2011-07-31 22:08:49 +00:00
mrg
cea519f72c - apply some "const" so this builds with new bison; from jakllsch
- include <string.h> when using stdrup
- enable compilation with GCC 4.5
2011-07-22 03:03:28 +00:00
bouyer
f431d51c8b Don't #include <ufs/ufs/quota.h> on NetBSD. it makes the build fail on
current, and nothing related to quotas is needed here.
OK agc@
2011-04-01 20:11:33 +00:00
aymeric
0d128167eb Allow building with new X11/Xlib.h. Patch from upstream, see OpenOffice
bug report 115871; adapted for vcl/unx/inc/xfont.hxx
2011-02-26 16:02:39 +00:00
tnn
e739c994da Let configure accept bdb 4.8. 2010-06-03 07:58:37 +00:00
tnn
40234ac27f fix build after xulrunner-1.9.2.2 update 2010-03-16 15:58:54 +00:00
tnn
e067da57da patch away more conflicting typedefs in
extensions/source/nsplugin/source/npshell.cxx
2009-09-19 11:06:53 +00:00
tnn
f1a7ab9b38 Try harder to work around typedef mess in
extensions/source/plugin/inc/plugin/unx/plugcon.hxx
This will hopefully fix the build failure reported here:
http://mail-index.netbsd.org/tech-pkg/2009/09/17/msg003902.html
2009-09-18 11:38:56 +00:00
tnn
d3d1a2c1fc Remove the firefox3 option and replace it with a xulrunner option.
Bump PKGREVISION.
2009-09-10 00:14:55 +00:00
wiz
0162d75ec5 Fix build with getline() in libc.
From http://bugs.gentoo.org/show_bug.cgi?id=270263
via roy
2009-07-16 10:47:11 +00:00
hira
98e5de0e4e - Add missing entries to PLIST (pointed by snj@).
- Install a missing file (openoffice3-startcenter.desktop).

Ride on previous update.
2009-05-10 01:58:20 +00:00
hira
ba4b442947 Update to 3.1.0. Bug fixes and improvements (please see the following
URLs for details).

Release notes: http://development.openoffice.org/releases/3.1.0.html
New features : http://www.openoffice.org/dev_docs/features/3.1/index.html

Build confirmed on NetBSD 5.99.11/i386.
2009-05-09 18:43:41 +00:00
hira
30f167e65e Update to 3.0.1.
* 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
2009-01-31 16:54:30 +00:00
hira
57b0386f31 - Fix charmap names for NetBSD (patch-ei).
- Use time_t instead of long on NetBSD (patch-ej).

Bump PKGREVISION.
2009-01-20 09:52:12 +00:00
hira
39d5811b22 - Fix installation of kde mimelnk files.
- Don't install locolor icons without kde option.

No PKGREVISION bump because the icons are not used without kde.
2008-11-26 15:33:23 +00:00
hira
4cc311f8f0 - Install hicolor and locolor icons.
- 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.
2008-11-22 07:57:03 +00:00
hira
491308139b - Fix build with USE_BUILTIN.openssl=no.
- Fix configure with builtin openssl on FreeBSD.
2008-10-31 09:40:58 +00:00
hira
92d8c12d8e - Fix build with one lang-* option.
- Set JAVA_HOME instead of JAVACMD.
 - Depend apache-ant as build-time.
 - Fix one pkglint warning ($_l -> $lang).
2008-10-30 11:30:34 +00:00
hira
9d61f63079 - Use languagepacks to install multiple languages.
- 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).
2008-10-25 15:18:17 +00:00
hira
5a4e30edc3 - Fix platform comparison of extension on NetBSD/i386 and amd64.
- 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.
2008-10-24 11:35:28 +00:00
hira
1295033533 - Remove unused entry from distinfo.
- Fix browser plugin on NetBSD (re-open socket before retry).

Bump PKGREVISION.
2008-10-23 09:18:12 +00:00
hira
d7dc27205e Make open-url work with firefox3 and seamonkey. 2008-10-20 23:03:25 +00:00
hira
1628985f78 Re-add LD_LIBRARY_PATH to startup scripts (for java option only).
NOTE: With java option and PKG_DEVELOPER=yes, this package will fail
      to build.  Please fix wip/jdk15 (runtime library search paths
      are missing).
2008-10-20 16:14:54 +00:00
hira
52578cd24d Fix build with java option. 2008-10-20 14:26:22 +00:00
hira
61a42520d7 - Install to ${DESTDIR}${PREFIX}/lib/OpenOffice.org3.0.0 (c and c++
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.
2008-10-20 12:30:16 +00:00
hira
fb04471744 Add -Werror-implicit-function-declaration for trunc(3) (lang/gcc34
allows implicit function declaration by default).
This fixes PR pkg/39747.
2008-10-18 11:09:11 +00:00
hira
2dd3adceca - Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).
- Fix PLIST without gtk2 option.
2008-10-18 01:05:08 +00:00
hira
b41563d5d3 - Use security/openssl, textproc/hunspell and textproc/icu.
- Add missing -Wl to patch-ch and patch-cs.
 - Correct flag for disabling optimizations.

Bump PKGREVISION.
2008-10-16 23:16:46 +00:00
hira
2e6d31461c - Use ${COMPILER_RPATH_FLAG} instead of -Wl,-R.
- Simplify patch-du.
 - --with-system-libxml2 -> --with-system-libxml.
 - Add comment.

No functional changes.
2008-10-15 23:17:29 +00:00
hira
59230131f3 Initial import of OpenOffice.org 3.0.0 as misc/openoffice3.
Release note (will be available):

  http://development.openoffice.org/releases/3.0.0.html
2008-10-14 11:02:24 +00:00