aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-01 21:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-01 21:09:48 +0000
commitf3bad9da867a05a004c263a1706c3757ced1ddb5 (patch)
tree3753e48bd0f94c693d4f241843c79eea4a8159cd /editors/openoffice.org-3-devel
parent4bfa0da716c3ef36c73f9f29178b2fc61e393d93 (diff)
downloadports-f3bad9da867a05a004c263a1706c3757ced1ddb5.tar.gz
ports-f3bad9da867a05a004c263a1706c3757ced1ddb5.zip
Upgrade to 1.0.0
Builds ok, but is still broken
Notes
Notes: svn path=/head/; revision=58423
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-cpputools+source+registercomponent+makefile.mk10
-rw-r--r--editors/openoffice.org-3-devel/files/patch-psprint+source+printer+printerinfomanager.cxx11
-rw-r--r--editors/openoffice.org-3-devel/files/patch-setup2+script+setupserver11
-rw-r--r--editors/openoffice.org-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh9
-rw-r--r--editors/openoffice.org-3-devel/files/patch-unzip+source+file_io.c13
-rw-r--r--editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c18
6 files changed, 44 insertions, 28 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-cpputools+source+registercomponent+makefile.mk b/editors/openoffice.org-3-devel/files/patch-cpputools+source+registercomponent+makefile.mk
new file mode 100644
index 000000000000..8134445349f1
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-cpputools+source+registercomponent+makefile.mk
@@ -0,0 +1,10 @@
+--- ../cpputools/source/registercomponent/makefile.mk.orig Mon Apr 22 22:46:11 2002
++++ ../cpputools/source/registercomponent/makefile.mk Mon Apr 22 22:46:44 2002
+@@ -104,6 +104,7 @@
+
+ APP1STDLIBS=\
+ $(SALLIB) \
++ $(TOOLSLIB) \
+ $(CPPULIB) \
+ $(CPPUHELPERLIB)
+
diff --git a/editors/openoffice.org-3-devel/files/patch-psprint+source+printer+printerinfomanager.cxx b/editors/openoffice.org-3-devel/files/patch-psprint+source+printer+printerinfomanager.cxx
new file mode 100644
index 000000000000..4947227f8d52
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-psprint+source+printer+printerinfomanager.cxx
@@ -0,0 +1,11 @@
+--- ../psprint/source/printer/printerinfomanager.cxx.orig Sat Apr 6 11:56:35 2002
++++ ../psprint/source/printer/printerinfomanager.cxx Wed May 1 22:42:58 2002
+@@ -883,7 +883,7 @@
+
+ static const struct SystemCommandParameters aParms[] =
+ {
+-#if defined(LINUX) || defined(NETBSD)
++#if defined(LINUX) || defined(NETBSD) || defined(FREEBSD)
+ { "/usr/sbin/lpc status", "lpr -P (PRINTER)", "", ":", 0 },
+ { "lpc status", "lpr -P (PRINTER)", "", ":", 0 },
+ { "LANG=C;LC_ALL=C;export LANG LC_ALL;lpstat -s", "lp -d (PRINTER)", "system for ", ": ", 1 }
diff --git a/editors/openoffice.org-3-devel/files/patch-setup2+script+setupserver b/editors/openoffice.org-3-devel/files/patch-setup2+script+setupserver
index 07f3c3f8b23e..7d3b13f659b9 100644
--- a/editors/openoffice.org-3-devel/files/patch-setup2+script+setupserver
+++ b/editors/openoffice.org-3-devel/files/patch-setup2+script+setupserver
@@ -1,11 +1,10 @@
---- ../setup2/script/setupserver.orig Sat Mar 2 17:57:36 2002
-+++ ../setup2/script/setupserver Sat Mar 2 17:58:43 2002
-@@ -234,6 +234,8 @@
+--- ../setup2/script/setupserver.orig Sat Apr 6 12:22:21 2002
++++ ../setup2/script/setupserver Wed May 1 22:30:13 2002
+@@ -234,6 +234,7 @@
sd_platform=`uname -s`
case $sd_platform in
SCO_SV) test=/bin/test ;;
-+ NetBSD) test=/bin/test ;;
-+ FreeBSD) test=/bin/test ;;
++ FreeBSD) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
- sd_cwd="`pwd`"
diff --git a/editors/openoffice.org-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh b/editors/openoffice.org-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh
index d98230af5a69..1919789038db 100644
--- a/editors/openoffice.org-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh
+++ b/editors/openoffice.org-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh
@@ -1,10 +1,9 @@
---- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Sat Mar 2 18:01:19 2002
-+++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Sat Mar 2 18:02:12 2002
-@@ -65,6 +65,8 @@
- sd_platform=`uname -s`
+--- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh.orig Sat Apr 6 12:22:21 2002
++++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Wed May 1 22:38:21 2002
+@@ -66,6 +66,7 @@
case $sd_platform in
SCO_SV) test=/bin/test ;;
-+ NetBSD) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
+ FreeBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
diff --git a/editors/openoffice.org-3-devel/files/patch-unzip+source+file_io.c b/editors/openoffice.org-3-devel/files/patch-unzip+source+file_io.c
index ec06265f3b01..2a838fe377b1 100644
--- a/editors/openoffice.org-3-devel/files/patch-unzip+source+file_io.c
+++ b/editors/openoffice.org-3-devel/files/patch-unzip+source+file_io.c
@@ -1,12 +1,11 @@
---- ../unzip/source/file_io.c.orig Mon Apr 15 16:59:43 2002
-+++ ../unzip/source/file_io.c Mon Apr 15 17:05:38 2002
-@@ -865,7 +865,9 @@
+--- ../unzip/source/file_io.c.orig Sat Apr 6 12:13:38 2002
++++ ../unzip/source/file_io.c Wed May 1 22:34:51 2002
+@@ -864,7 +864,7 @@
+ #ifndef __386BSD__
static struct timeb tbp;
#endif /* !__386BSD__ */
- #else /* !BSD */
-+#if (!defined(FREEBSD) && !defined(NETSBD))
+-#elif !defined(NETBSD) /* !BSD */
++#elif (!defined(NETBSD) && !defined(FREEBSD))/* !BSD */
extern long timezone;
-+#endif
#endif /* ?BSD */
#endif /* ?AMIGA */
-
diff --git a/editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c b/editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c
index 26400cd2c1c4..8087b0887af4 100644
--- a/editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c
+++ b/editors/openoffice.org-3-devel/files/patch-unzip+source+misc.c
@@ -1,13 +1,11 @@
---- ../unzip/source/misc.c.orig Fri Feb 15 15:10:30 2002
-+++ ../unzip/source/misc.c Wed Apr 3 01:19:16 2002
-@@ -301,8 +301,8 @@
+--- ../unzip/source/misc.c.orig Sat Apr 6 12:13:38 2002
++++ ../unzip/source/misc.c Wed May 1 22:36:32 2002
+@@ -300,7 +300,7 @@
+ static short yday[]={0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
int yr, mo, dy, hh, mm, ss, leap;
long m_time, days=0;
- #if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__))
--#if (defined(BSD) || defined(MTS))
--#ifndef __386BSD__
-+#if (defined(BSD) || defined(MTS) || defined(FREEBSD))
-+#if !defined __386BSD__ && !defined FREEBSD
+-#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD))
++#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD) && !defined(FREEBSD))
+ #if (defined(BSD) || defined(MTS))
+ #ifndef __386BSD__
static struct timeb tbp;
- #endif /* __386BSD__ */
- #else /* !(BSD || MTS) */