summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-15 22:33:40 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-15 22:33:40 +0000
commitae099aec7b28f63e13f27d6c9f4042326401200a (patch)
tree0d8b665144137fe71cb974ef83071a6b0c45f416 /editors/openoffice-1.1
parentNow passes compilation for recent 4.8-STABLE and 5-CURRENT, (diff)
Committed in the cws_srx645_ooo11rc3 CVS repo.
Notes
Notes: svn path=/head/; revision=87004
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r--editors/openoffice-1.1/files/patch-crashrep+prj+build.lst8
-rw-r--r--editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx11
-rw-r--r--editors/openoffice-1.1/files/patch-python+Python-2.2.2.patch40
3 files changed, 0 insertions, 59 deletions
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