summaryrefslogtreecommitdiff
path: root/editors/openoffice/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-01 21:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-01 21:09:48 +0000
commitf3bad9da867a05a004c263a1706c3757ced1ddb5 (patch)
tree3753e48bd0f94c693d4f241843c79eea4a8159cd /editors/openoffice/files
parentUpdate to 0.11.24 (diff)
Upgrade to 1.0.0
Builds ok, but is still broken
Notes
Notes: svn path=/head/; revision=58423
Diffstat (limited to 'editors/openoffice/files')
-rw-r--r--editors/openoffice/files/patch-cpputools+source+registercomponent+makefile.mk10
-rw-r--r--editors/openoffice/files/patch-cpputools::source::registercomponent::makefile.mk10
-rw-r--r--editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx13
-rw-r--r--editors/openoffice/files/patch-i18n+inc+collator.hxx15
-rw-r--r--editors/openoffice/files/patch-i18n::inc::collator.hxx15
-rw-r--r--editors/openoffice/files/patch-psprint+source+printer+printerinfomanager.cxx (renamed from editors/openoffice/files/patch-ppsprint::source::printer::printerinfomanager.cxx)8
-rw-r--r--editors/openoffice/files/patch-psprint::source::printer::printerinfomanager.cxx11
-rw-r--r--editors/openoffice/files/patch-setup2+script+setupserver11
-rw-r--r--editors/openoffice/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh9
-rw-r--r--editors/openoffice/files/patch-setup2::script::setupserver11
-rw-r--r--editors/openoffice/files/patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh9
-rw-r--r--editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx13
-rw-r--r--editors/openoffice/files/patch-unzip+source+file_io.c13
-rw-r--r--editors/openoffice/files/patch-unzip+source+misc.c18
-rw-r--r--editors/openoffice/files/patch-unzip::source::file_io.c13
-rw-r--r--editors/openoffice/files/patch-unzip::source::misc.c18
16 files changed, 105 insertions, 92 deletions
diff --git a/editors/openoffice/files/patch-cpputools+source+registercomponent+makefile.mk b/editors/openoffice/files/patch-cpputools+source+registercomponent+makefile.mk
new file mode 100644
index 000000000000..8134445349f1
--- /dev/null
+++ b/editors/openoffice/files/patch-cpputools+source+registercomponent+makefile.mk
@@ -0,0 +1,10 @@
+--- ../cpputools/source/registercomponent/makefile.mk.orig Mon Apr 22 22:46:11 2002
++++ ../cpputools/source/registercomponent/makefile.mk Mon Apr 22 22:46:44 2002
+@@ -104,6 +104,7 @@
+
+ APP1STDLIBS=\
+ $(SALLIB) \
++ $(TOOLSLIB) \
+ $(CPPULIB) \
+ $(CPPUHELPERLIB)
+
diff --git a/editors/openoffice/files/patch-cpputools::source::registercomponent::makefile.mk b/editors/openoffice/files/patch-cpputools::source::registercomponent::makefile.mk
new file mode 100644
index 000000000000..8134445349f1
--- /dev/null
+++ b/editors/openoffice/files/patch-cpputools::source::registercomponent::makefile.mk
@@ -0,0 +1,10 @@
+--- ../cpputools/source/registercomponent/makefile.mk.orig Mon Apr 22 22:46:11 2002
++++ ../cpputools/source/registercomponent/makefile.mk Mon Apr 22 22:46:44 2002
+@@ -104,6 +104,7 @@
+
+ APP1STDLIBS=\
+ $(SALLIB) \
++ $(TOOLSLIB) \
+ $(CPPULIB) \
+ $(CPPUHELPERLIB)
+
diff --git a/editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx b/editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx
index 66b7dfe1f73d..6a5258b1c9e6 100644
--- a/editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx
+++ b/editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx
@@ -1,12 +1,11 @@
---- ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2001/11/01 13:26:23 1.2
-+++ ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2002/03/03 19:43:31
-@@ -62,7 +62,9 @@
+--- ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx.orig Wed Apr 10 21:54:49 2002
++++ ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx Wed May 1 22:40:02 2002
+@@ -62,7 +62,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
-+#if !defined(FREEBSD)
+-#if !defined(NETBSD)
++#if !(defined NETBSD || defined FREEBSD)
#include <alloca.h>
-+#endif
+ #endif
#include <string.h>
-
- /*
diff --git a/editors/openoffice/files/patch-i18n+inc+collator.hxx b/editors/openoffice/files/patch-i18n+inc+collator.hxx
index 0b3372b5b216..796b7bbf4567 100644
--- a/editors/openoffice/files/patch-i18n+inc+collator.hxx
+++ b/editors/openoffice/files/patch-i18n+inc+collator.hxx
@@ -1,14 +1,11 @@
---- ../i18n/inc/collator.hxx.orig Tue Apr 23 23:15:36 2002
-+++ ../i18n/inc/collator.hxx Tue Apr 23 23:15:38 2002
-@@ -79,8 +79,10 @@
+--- ../i18n/inc/collator.hxx.orig Sat Apr 6 12:19:32 2002
++++ ../i18n/inc/collator.hxx Wed May 1 22:31:57 2002
+@@ -78,7 +78,7 @@
+ #include <com/sun/star/lang/XServiceInfo.hpp>
#endif
- #ifndef WIN32
--#ifndef MACOSX
-+#ifndef MACOSX
-+#ifndef FREEBSD
+-#if !(defined WIN32 || defined MACOSX || defined NETBSD)
++#if !(defined WIN32 || defined MACOSX || defined NETBSD || defined FREEBSD)
#include <alloca.h>
-+#endif
- #endif
#endif
#include <tools/string.hxx>
diff --git a/editors/openoffice/files/patch-i18n::inc::collator.hxx b/editors/openoffice/files/patch-i18n::inc::collator.hxx
index 0b3372b5b216..796b7bbf4567 100644
--- a/editors/openoffice/files/patch-i18n::inc::collator.hxx
+++ b/editors/openoffice/files/patch-i18n::inc::collator.hxx
@@ -1,14 +1,11 @@
---- ../i18n/inc/collator.hxx.orig Tue Apr 23 23:15:36 2002
-+++ ../i18n/inc/collator.hxx Tue Apr 23 23:15:38 2002
-@@ -79,8 +79,10 @@
+--- ../i18n/inc/collator.hxx.orig Sat Apr 6 12:19:32 2002
++++ ../i18n/inc/collator.hxx Wed May 1 22:31:57 2002
+@@ -78,7 +78,7 @@
+ #include <com/sun/star/lang/XServiceInfo.hpp>
#endif
- #ifndef WIN32
--#ifndef MACOSX
-+#ifndef MACOSX
-+#ifndef FREEBSD
+-#if !(defined WIN32 || defined MACOSX || defined NETBSD)
++#if !(defined WIN32 || defined MACOSX || defined NETBSD || defined FREEBSD)
#include <alloca.h>
-+#endif
- #endif
#endif
#include <tools/string.hxx>
diff --git a/editors/openoffice/files/patch-ppsprint::source::printer::printerinfomanager.cxx b/editors/openoffice/files/patch-psprint+source+printer+printerinfomanager.cxx
index 5ebff3ce7d3e..4947227f8d52 100644
--- a/editors/openoffice/files/patch-ppsprint::source::printer::printerinfomanager.cxx
+++ b/editors/openoffice/files/patch-psprint+source+printer+printerinfomanager.cxx
@@ -1,11 +1,11 @@
---- ../psprint/source/printer/printerinfomanager.cxx.orig Sat Mar 2 22:16:34 2002
-+++ ../psprint/source/printer/printerinfomanager.cxx Sat Mar 2 22:16:12 2002
+--- ../psprint/source/printer/printerinfomanager.cxx.orig Sat Apr 6 11:56:35 2002
++++ ../psprint/source/printer/printerinfomanager.cxx Wed May 1 22:42:58 2002
@@ -883,7 +883,7 @@
static const struct SystemCommandParameters aParms[] =
{
--#ifdef LINUX
-+#ifdef LINUX || defined(FREEBSD) || defined(NETBSD)
+-#if defined(LINUX) || defined(NETBSD)
++#if defined(LINUX) || defined(NETBSD) || defined(FREEBSD)
{ "/usr/sbin/lpc status", "lpr -P (PRINTER)", "", ":", 0 },
{ "lpc status", "lpr -P (PRINTER)", "", ":", 0 },
{ "LANG=C;LC_ALL=C;export LANG LC_ALL;lpstat -s", "lp -d (PRINTER)", "system for ", ": ", 1 }
diff --git a/editors/openoffice/files/patch-psprint::source::printer::printerinfomanager.cxx b/editors/openoffice/files/patch-psprint::source::printer::printerinfomanager.cxx
new file mode 100644
index 000000000000..4947227f8d52
--- /dev/null
+++ b/editors/openoffice/files/patch-psprint::source::printer::printerinfomanager.cxx
@@ -0,0 +1,11 @@
+--- ../psprint/source/printer/printerinfomanager.cxx.orig Sat Apr 6 11:56:35 2002
++++ ../psprint/source/printer/printerinfomanager.cxx Wed May 1 22:42:58 2002
+@@ -883,7 +883,7 @@
+
+ static const struct SystemCommandParameters aParms[] =
+ {
+-#if defined(LINUX) || defined(NETBSD)
++#if defined(LINUX) || defined(NETBSD) || defined(FREEBSD)
+ { "/usr/sbin/lpc status", "lpr -P (PRINTER)", "", ":", 0 },
+ { "lpc status", "lpr -P (PRINTER)", "", ":", 0 },
+ { "LANG=C;LC_ALL=C;export LANG LC_ALL;lpstat -s", "lp -d (PRINTER)", "system for ", ": ", 1 }
diff --git a/editors/openoffice/files/patch-setup2+script+setupserver b/editors/openoffice/files/patch-setup2+script+setupserver
index 07f3c3f8b23e..7d3b13f659b9 100644
--- a/editors/openoffice/files/patch-setup2+script+setupserver
+++ b/editors/openoffice/files/patch-setup2+script+setupserver
@@ -1,11 +1,10 @@
---- ../setup2/script/setupserver.orig Sat Mar 2 17:57:36 2002
-+++ ../setup2/script/setupserver Sat Mar 2 17:58:43 2002
-@@ -234,6 +234,8 @@
+--- ../setup2/script/setupserver.orig Sat Apr 6 12:22:21 2002
++++ ../setup2/script/setupserver Wed May 1 22:30:13 2002
+@@ -234,6 +234,7 @@
sd_platform=`uname -s`
case $sd_platform in
SCO_SV) test=/bin/test ;;
-+ NetBSD) test=/bin/test ;;
-+ FreeBSD) test=/bin/test ;;
++ FreeBSD) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
- sd_cwd="`pwd`"
diff --git a/editors/openoffice/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh b/editors/openoffice/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh
index d98230af5a69..1919789038db 100644
--- a/editors/openoffice/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh
+++ b/editors/openoffice/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh
@@ -1,10 +1,9 @@
---- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Sat Mar 2 18:01:19 2002
-+++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Sat Mar 2 18:02:12 2002
-@@ -65,6 +65,8 @@
- sd_platform=`uname -s`
+--- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh.orig Sat Apr 6 12:22:21 2002
++++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Wed May 1 22:38:21 2002
+@@ -66,6 +66,7 @@
case $sd_platform in
SCO_SV) test=/bin/test ;;
-+ NetBSD) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
+ FreeBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
diff --git a/editors/openoffice/files/patch-setup2::script::setupserver b/editors/openoffice/files/patch-setup2::script::setupserver
index 07f3c3f8b23e..7d3b13f659b9 100644
--- a/editors/openoffice/files/patch-setup2::script::setupserver
+++ b/editors/openoffice/files/patch-setup2::script::setupserver
@@ -1,11 +1,10 @@
---- ../setup2/script/setupserver.orig Sat Mar 2 17:57:36 2002
-+++ ../setup2/script/setupserver Sat Mar 2 17:58:43 2002
-@@ -234,6 +234,8 @@
+--- ../setup2/script/setupserver.orig Sat Apr 6 12:22:21 2002
++++ ../setup2/script/setupserver Wed May 1 22:30:13 2002
+@@ -234,6 +234,7 @@
sd_platform=`uname -s`
case $sd_platform in
SCO_SV) test=/bin/test ;;
-+ NetBSD) test=/bin/test ;;
-+ FreeBSD) test=/bin/test ;;
++ FreeBSD) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
- sd_cwd="`pwd`"
diff --git a/editors/openoffice/files/patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh b/editors/openoffice/files/patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh
index d98230af5a69..1919789038db 100644
--- a/editors/openoffice/files/patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh
+++ b/editors/openoffice/files/patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh
@@ -1,10 +1,9 @@
---- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Sat Mar 2 18:01:19 2002
-+++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Sat Mar 2 18:02:12 2002
-@@ -65,6 +65,8 @@
- sd_platform=`uname -s`
+--- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh.orig Sat Apr 6 12:22:21 2002
++++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Wed May 1 22:38:21 2002
+@@ -66,6 +66,7 @@
case $sd_platform in
SCO_SV) test=/bin/test ;;
-+ NetBSD) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
+ FreeBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
diff --git a/editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx b/editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx
index 66b7dfe1f73d..6a5258b1c9e6 100644
--- a/editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx
+++ b/editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx
@@ -1,12 +1,11 @@
---- ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2001/11/01 13:26:23 1.2
-+++ ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2002/03/03 19:43:31
-@@ -62,7 +62,9 @@
+--- ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx.orig Wed Apr 10 21:54:49 2002
++++ ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx Wed May 1 22:40:02 2002
+@@ -62,7 +62,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
-+#if !defined(FREEBSD)
+-#if !defined(NETBSD)
++#if !(defined NETBSD || defined FREEBSD)
#include <alloca.h>
-+#endif
+ #endif
#include <string.h>
-
- /*
diff --git a/editors/openoffice/files/patch-unzip+source+file_io.c b/editors/openoffice/files/patch-unzip+source+file_io.c
index ec06265f3b01..2a838fe377b1 100644
--- a/editors/openoffice/files/patch-unzip+source+file_io.c
+++ b/editors/openoffice/files/patch-unzip+source+file_io.c
@@ -1,12 +1,11 @@
---- ../unzip/source/file_io.c.orig Mon Apr 15 16:59:43 2002
-+++ ../unzip/source/file_io.c Mon Apr 15 17:05:38 2002
-@@ -865,7 +865,9 @@
+--- ../unzip/source/file_io.c.orig Sat Apr 6 12:13:38 2002
++++ ../unzip/source/file_io.c Wed May 1 22:34:51 2002
+@@ -864,7 +864,7 @@
+ #ifndef __386BSD__
static struct timeb tbp;
#endif /* !__386BSD__ */
- #else /* !BSD */
-+#if (!defined(FREEBSD) && !defined(NETSBD))
+-#elif !defined(NETBSD) /* !BSD */
++#elif (!defined(NETBSD) && !defined(FREEBSD))/* !BSD */
extern long timezone;
-+#endif
#endif /* ?BSD */
#endif /* ?AMIGA */
-
diff --git a/editors/openoffice/files/patch-unzip+source+misc.c b/editors/openoffice/files/patch-unzip+source+misc.c
index 26400cd2c1c4..8087b0887af4 100644
--- a/editors/openoffice/files/patch-unzip+source+misc.c
+++ b/editors/openoffice/files/patch-unzip+source+misc.c
@@ -1,13 +1,11 @@
---- ../unzip/source/misc.c.orig Fri Feb 15 15:10:30 2002
-+++ ../unzip/source/misc.c Wed Apr 3 01:19:16 2002
-@@ -301,8 +301,8 @@
+--- ../unzip/source/misc.c.orig Sat Apr 6 12:13:38 2002
++++ ../unzip/source/misc.c Wed May 1 22:36:32 2002
+@@ -300,7 +300,7 @@
+ static short yday[]={0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
int yr, mo, dy, hh, mm, ss, leap;
long m_time, days=0;
- #if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__))
--#if (defined(BSD) || defined(MTS))
--#ifndef __386BSD__
-+#if (defined(BSD) || defined(MTS) || defined(FREEBSD))
-+#if !defined __386BSD__ && !defined FREEBSD
+-#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD))
++#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD) && !defined(FREEBSD))
+ #if (defined(BSD) || defined(MTS))
+ #ifndef __386BSD__
static struct timeb tbp;
- #endif /* __386BSD__ */
- #else /* !(BSD || MTS) */
diff --git a/editors/openoffice/files/patch-unzip::source::file_io.c b/editors/openoffice/files/patch-unzip::source::file_io.c
index ec06265f3b01..2a838fe377b1 100644
--- a/editors/openoffice/files/patch-unzip::source::file_io.c
+++ b/editors/openoffice/files/patch-unzip::source::file_io.c
@@ -1,12 +1,11 @@
---- ../unzip/source/file_io.c.orig Mon Apr 15 16:59:43 2002
-+++ ../unzip/source/file_io.c Mon Apr 15 17:05:38 2002
-@@ -865,7 +865,9 @@
+--- ../unzip/source/file_io.c.orig Sat Apr 6 12:13:38 2002
++++ ../unzip/source/file_io.c Wed May 1 22:34:51 2002
+@@ -864,7 +864,7 @@
+ #ifndef __386BSD__
static struct timeb tbp;
#endif /* !__386BSD__ */
- #else /* !BSD */
-+#if (!defined(FREEBSD) && !defined(NETSBD))
+-#elif !defined(NETBSD) /* !BSD */
++#elif (!defined(NETBSD) && !defined(FREEBSD))/* !BSD */
extern long timezone;
-+#endif
#endif /* ?BSD */
#endif /* ?AMIGA */
-
diff --git a/editors/openoffice/files/patch-unzip::source::misc.c b/editors/openoffice/files/patch-unzip::source::misc.c
index 26400cd2c1c4..8087b0887af4 100644
--- a/editors/openoffice/files/patch-unzip::source::misc.c
+++ b/editors/openoffice/files/patch-unzip::source::misc.c
@@ -1,13 +1,11 @@
---- ../unzip/source/misc.c.orig Fri Feb 15 15:10:30 2002
-+++ ../unzip/source/misc.c Wed Apr 3 01:19:16 2002
-@@ -301,8 +301,8 @@
+--- ../unzip/source/misc.c.orig Sat Apr 6 12:13:38 2002
++++ ../unzip/source/misc.c Wed May 1 22:36:32 2002
+@@ -300,7 +300,7 @@
+ static short yday[]={0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
int yr, mo, dy, hh, mm, ss, leap;
long m_time, days=0;
- #if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__))
--#if (defined(BSD) || defined(MTS))
--#ifndef __386BSD__
-+#if (defined(BSD) || defined(MTS) || defined(FREEBSD))
-+#if !defined __386BSD__ && !defined FREEBSD
+-#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD))
++#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD) && !defined(FREEBSD))
+ #if (defined(BSD) || defined(MTS))
+ #ifndef __386BSD__
static struct timeb tbp;
- #endif /* __386BSD__ */
- #else /* !(BSD || MTS) */