summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-22 23:12:39 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-22 23:12:39 +0000
commit7305da2b3723b26e48ebf11eecbb919e90e57d13 (patch)
treeb581eb3e90a230930a0e50b407b2f4946f1cdc53 /editors
parentFreeBSD check got removed. Add it again. (diff)
Patch does the same as MacOS-X now.
Notes
Notes: svn path=/head/; revision=68616
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice-2.0-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice-3-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice-3/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-1.1/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-2-RC/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-2.0/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-2/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-3-RC/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-3-devel/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-3/files/patch-sablot+Sablot-0.52.patch28
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-sablot+Sablot-0.52.patch28
17 files changed, 119 insertions, 357 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-1.1-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice-1.1-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice-1.1-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice-2.0-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-2.0-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice-2.0-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice-2.0-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice-3-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-3-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice-3-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice-3-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice-3/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-3/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice-3/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice-3/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-1.1-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-1.1-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-1.1-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-1.1/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-1.1/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-1.1/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-1.1/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-2-RC/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-2-RC/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-2-RC/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-2-RC/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-2-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-2-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-2-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-2-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-2.0-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-2.0-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-2.0-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-2.0-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-2.0/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-2.0/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-2.0/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-2.0/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-2/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-2/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-2/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-2/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-3-RC/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-3-RC/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-3-RC/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-3-RC/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-3-devel/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-3-devel/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-3-devel/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-3-devel/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-3/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-3/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-3/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-3/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF
diff --git a/editors/openoffice.org-vcltesttool/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice.org-vcltesttool/files/patch-sablot+Sablot-0.52.patch
index 61f12e5bfe7c..6a320b4dac59 100644
--- a/editors/openoffice.org-vcltesttool/files/patch-sablot+Sablot-0.52.patch
+++ b/editors/openoffice.org-vcltesttool/files/patch-sablot+Sablot-0.52.patch
@@ -1,25 +1,11 @@
---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002
-+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002
-@@ -3,7 +3,7 @@
- ***************
- *** 1 ****
- ! dummy
----- 1,151 ----
-+--- 1,156 ----
- ! #*************************************************************************
- ! #
- ! # $RCSfile: makefile.mk,v $
-@@ -90,8 +90,13 @@
- ! .ENDIF
- !
- ! .IF "$(GUI)"=="UNX"
-+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+--- ../sablot/Sablot-0.52.patch.orig Mon Aug 19 17:09:12 2002
++++ ../sablot/Sablot-0.52.patch Fri Oct 18 21:28:48 2002
+@@ -97,7 +97,7 @@
! .IF "$(OS)"=="NETBSD"
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
-+! .IF "$(OS)"=="FREEBSD"
-+! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE
-+! .ENDIF
+ ! .ELSE
+-! .IF "$(OS)"=="MACOSX"
++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
+ ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE
! .ELSE
! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE
- ! .ENDIF