summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 11:24:52 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 11:24:52 +0000
commitc1d6783019f128fd7f6ed517f21b208104786c5f (patch)
tree011e24d7ef3da7b77f64ac1a5ccb5ec34231c737 /editors
parentUnbreak on -current. This should unlock another 6 ports that depend on this one. (diff)
Add FreeBSD case.
Notes
Notes: svn path=/head/; revision=68500
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-2-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-2-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-2.0/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-2/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-3-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx11
17 files changed, 187 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-2-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-2-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-2-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-2-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-2.0/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-2.0/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-2/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-2/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-3-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-3-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error
diff --git a/editors/openoffice.org-vcltesttool/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-vcltesttool/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
new file mode 100644
index 000000000000..8615cc3bd023
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx
@@ -0,0 +1,11 @@
+--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
+@@ -124,6 +124,8 @@
+ static char const s_platform_path [] = "/macosx_powerpc.plt";
+ #elif defined (NETBSD) && defined (SPARC)
+ static char const s_platform_path [] = "/netbsd_sparc.plt";
++#elif defined (FREEBSD) && defined (INTEL)
++static char const s_platform_path [] = "/freebsd_x86.plt";
+ #else
+ #error "unkonwn platform"
+ insert your platform identifier above; inserted for the case the preprocessor ignores error