aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-21 18:31:36 +0800
committermbr <mbr@FreeBSD.org>2002-10-21 18:31:36 +0800
commitd5eac841f2ad757f64bb615e1cc8d5d9495213c8 (patch)
treed82f3d290c10294c5566e57e4632352999d9e6e7 /editors
parentc88c54f3e0e5946d42ad683a21f405121e3b01fb (diff)
downloadfreebsd-ports-gnome-d5eac841f2ad757f64bb615e1cc8d5d9495213c8.tar.gz
freebsd-ports-gnome-d5eac841f2ad757f64bb615e1cc8d5d9495213c8.tar.zst
freebsd-ports-gnome-d5eac841f2ad757f64bb615e1cc8d5d9495213c8.zip
We do not have alloca.h
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice-1.1/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice-3-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice-3/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-1.1/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-2-RC/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-2-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-2.0/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-2/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-3/files/patch-i18npool+inc+collatorImpl.hxx11
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i18npool+inc+collatorImpl.hxx11
17 files changed, 187 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice-1.1/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice-1.1/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice-3-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice-3-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice-3/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice-3/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice-3/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-1.1/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-1.1/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-2-RC/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-2-RC/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-2-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-2-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-2.0/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-2.0/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-2/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-2/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-3-RC/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-3-RC/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-3/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-3/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-vcltesttool/files/patch-i18npool+inc+collatorImpl.hxx
new file mode 100644
index 000000000000..47d4ee627fc9
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i18npool+inc+collatorImpl.hxx
@@ -0,0 +1,11 @@
+--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002
++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002
+@@ -71,7 +71,7 @@
+ #include <cppuhelper/implbase2.hxx>
+ #include <com/sun/star/lang/XServiceInfo.hpp>
+
+-#if !defined( WIN32 ) && !defined( MACOSX )
++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
+ #include <alloca.h>
+ #endif
+ #include <tools/list.hxx>