summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editors/openoffice-1.0/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice-1.0/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice-1.1-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice-1.1-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice-1.1/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice-1.1/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice-2.0-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice-2.0-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice-3-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice-3-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice-3/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice-3/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-1.0/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-1.0/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-1.1/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-1.1/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-2-RC/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-2-RC/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-2-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-2-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-2.0/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-2.0/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-2/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-2/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-3-RC/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-3-RC/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-3-devel/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-3/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-3/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-unzip::source::misc.c24
-rw-r--r--editors/openoffice/files/patch-unzip+source+misc.c24
-rw-r--r--editors/openoffice/files/patch-unzip::source::misc.c24
40 files changed, 960 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-unzip+source+misc.c b/editors/openoffice-1.0/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-1.0/files/patch-unzip::source::misc.c b/editors/openoffice-1.0/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-1.1-devel/files/patch-unzip+source+misc.c b/editors/openoffice-1.1-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-1.1-devel/files/patch-unzip::source::misc.c b/editors/openoffice-1.1-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-1.1/files/patch-unzip+source+misc.c b/editors/openoffice-1.1/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-1.1/files/patch-unzip::source::misc.c b/editors/openoffice-1.1/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-2.0-devel/files/patch-unzip+source+misc.c b/editors/openoffice-2.0-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-2.0-devel/files/patch-unzip::source::misc.c b/editors/openoffice-2.0-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-3-devel/files/patch-unzip+source+misc.c b/editors/openoffice-3-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-3-devel/files/patch-unzip::source::misc.c b/editors/openoffice-3-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-3/files/patch-unzip+source+misc.c b/editors/openoffice-3/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-3/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-3/files/patch-unzip::source::misc.c b/editors/openoffice-3/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-3/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-devel/files/patch-unzip+source+misc.c b/editors/openoffice-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice-devel/files/patch-unzip::source::misc.c b/editors/openoffice-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-1.0/files/patch-unzip+source+misc.c b/editors/openoffice.org-1.0/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-1.0/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-1.0/files/patch-unzip::source::misc.c b/editors/openoffice.org-1.0/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-1.0/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-1.1-devel/files/patch-unzip+source+misc.c b/editors/openoffice.org-1.1-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-1.1-devel/files/patch-unzip::source::misc.c b/editors/openoffice.org-1.1-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-1.1/files/patch-unzip+source+misc.c b/editors/openoffice.org-1.1/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-1.1/files/patch-unzip::source::misc.c b/editors/openoffice.org-1.1/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2-RC/files/patch-unzip+source+misc.c b/editors/openoffice.org-2-RC/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2-RC/files/patch-unzip::source::misc.c b/editors/openoffice.org-2-RC/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2-devel/files/patch-unzip+source+misc.c b/editors/openoffice.org-2-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2-devel/files/patch-unzip::source::misc.c b/editors/openoffice.org-2-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2.0-devel/files/patch-unzip+source+misc.c b/editors/openoffice.org-2.0-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2.0-devel/files/patch-unzip::source::misc.c b/editors/openoffice.org-2.0-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2.0/files/patch-unzip+source+misc.c b/editors/openoffice.org-2.0/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2.0/files/patch-unzip::source::misc.c b/editors/openoffice.org-2.0/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2/files/patch-unzip+source+misc.c b/editors/openoffice.org-2/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-2/files/patch-unzip::source::misc.c b/editors/openoffice.org-2/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-3-RC/files/patch-unzip+source+misc.c b/editors/openoffice.org-3-RC/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-3-RC/files/patch-unzip::source::misc.c b/editors/openoffice.org-3-RC/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c b/editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-3-devel/files/patch-unzip::source::misc.c b/editors/openoffice.org-3-devel/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-3/files/patch-unzip+source+misc.c b/editors/openoffice.org-3/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-3/files/patch-unzip::source::misc.c b/editors/openoffice.org-3/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-vcltesttool/files/patch-unzip+source+misc.c b/editors/openoffice.org-vcltesttool/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice.org-vcltesttool/files/patch-unzip::source::misc.c b/editors/openoffice.org-vcltesttool/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice/files/patch-unzip+source+misc.c b/editors/openoffice/files/patch-unzip+source+misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice/files/patch-unzip+source+misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif
diff --git a/editors/openoffice/files/patch-unzip::source::misc.c b/editors/openoffice/files/patch-unzip::source::misc.c
new file mode 100644
index 000000000000..a7748de0635a
--- /dev/null
+++ b/editors/openoffice/files/patch-unzip::source::misc.c
@@ -0,0 +1,24 @@
+--- work/oo_641c_src/unzip/source/misc.c.orig Tue Mar 5 18:52:16 2002
++++ work/oo_641c_src/unzip/source/misc.c Tue Mar 5 18:53:03 2002
+@@ -301,8 +301,8 @@
+ 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
+ static struct timeb tbp;
+ #endif /* __386BSD__ */
+ #else /* !(BSD || MTS) */
+@@ -340,8 +340,8 @@
+ /* - 1; MS-DOS times always rounded up to nearest even second */
+
+ #if (!defined(MACOS) && !defined(__GO32__))
+-#if (defined(BSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
+-#ifndef __386BSD__
++#if (defined(BSD) || defined(FREEBSD) || defined(MTS) || defined (ALPHA)) && ! defined(MACOSX) && ! defined(NETBSD)
++#if !defined __386BSD__ && !defined FREEBSD
+ ftime(&tbp);
+ m_time += tbp.timezone * 60L;
+ #endif