diff options
author | maho <maho@FreeBSD.org> | 2003-08-16 06:33:40 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-16 06:33:40 +0800 |
commit | 8d8a482b4517b4d0fa15382e25fffb8040660077 (patch) | |
tree | 9d5e17cd45fda488cfbac17b23e8aba719075657 /editors | |
parent | b0d88124f8b1d112b20ca832682f6a13146e673f (diff) | |
download | freebsd-ports-gnome-8d8a482b4517b4d0fa15382e25fffb8040660077.tar.gz freebsd-ports-gnome-8d8a482b4517b4d0fa15382e25fffb8040660077.tar.zst freebsd-ports-gnome-8d8a482b4517b4d0fa15382e25fffb8040660077.zip |
Committed in the cws_srx645_ooo11rc3 CVS repo.
Diffstat (limited to 'editors')
51 files changed, 0 insertions, 1003 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice-1.1-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice-1.1-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice-1.1-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-1.1-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice-1.1-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice-1.1-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice-1.1-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice-1.1-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice-1.1/files/patch-crashrep+prj+build.lst b/editors/openoffice-1.1/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice-1.1/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice-1.1/files/patch-python+Python-2.2.2.patch b/editors/openoffice-1.1/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice-1.1/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice-2.0-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice-2.0-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice-2.0-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice-2.0-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice-2.0-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice-2.0-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice-3-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice-3-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice-3-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice-3-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-3-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice-3-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice-3-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice-3-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice-3-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice-3/files/patch-crashrep+prj+build.lst b/editors/openoffice-3/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice-3/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice-3/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-3/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice-3/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice-3/files/patch-python+Python-2.2.2.patch b/editors/openoffice-3/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice-3/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-1.1-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-1.1-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-1.1-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-1.1-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-1.1-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-1.1-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-1.1/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-1.1/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-1.1/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-1.1/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-1.1/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-1.1/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-2-RC/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-2-RC/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-2-RC/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-2-RC/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-2-RC/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-2-RC/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-2-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-2-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-2-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-2-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-2-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-2-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-2-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-2-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-2-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-2.0-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-2.0-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-2.0-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-2.0-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-2.0-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-2.0-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-2.0/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-2.0/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-2.0/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-2.0/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-2.0/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-2.0/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-2.0/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-2.0/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-2.0/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-2/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-2/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-2/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-2/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-2/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-2/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-2/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-2/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-2/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-3-RC/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-3-RC/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-3-RC/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-3-RC/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-3-RC/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-3-RC/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-3-RC/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-3-RC/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-3-RC/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-3-devel/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-3-devel/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-3-devel/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-3-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-3-devel/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-3-devel/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-3-devel/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-3-devel/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-3-devel/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-3/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-3/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-3/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-3/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-3/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-3/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-3/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-3/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-3/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 diff --git a/editors/openoffice.org-vcltesttool/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-vcltesttool/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-vcltesttool/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-vcltesttool/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-vcltesttool/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-vcltesttool/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include <pwd.h> - #include <pthread.h> - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include <netinet/in.h> - #endif - diff --git a/editors/openoffice.org-vcltesttool/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-vcltesttool/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-vcltesttool/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 |