aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-05-13 23:06:47 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-05-13 23:06:47 +0000
commitc7559159b83547794a1e7d82ae0361250290bc22 (patch)
tree36c4ac5e9b3bb9fea36645a11b9d91903fcda4a0 /editors/openoffice.org-1.1-devel
parent6e8097b18cd1353cfc9c37b75f742354a9607937 (diff)
downloadports-c7559159b83547794a1e7d82ae0361250290bc22.tar.gz
ports-c7559159b83547794a1e7d82ae0361250290bc22.zip
Notes
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-bridges+source+cpp_uno+gcc2_freebsd_intel+makefile.mk5
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-config_office+configure.in5
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-odk+configure.pl5
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-odk+setsdkenv_unix.in6
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-odk+settings+settings.mk6
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-scp+source+office+unxbasic.scp5
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx4
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-translation_limit_64k9
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx7
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk7
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-vcl+util+makefile.mk22
11 files changed, 64 insertions, 17 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-bridges+source+cpp_uno+gcc2_freebsd_intel+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-bridges+source+cpp_uno+gcc2_freebsd_intel+makefile.mk
index cf9ab68b0de4..96e65f6ec6df 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-bridges+source+cpp_uno+gcc2_freebsd_intel+makefile.mk
+++ b/editors/openoffice.org-1.1-devel/files/patch-bridges+source+cpp_uno+gcc2_freebsd_intel+makefile.mk
@@ -1,4 +1,7 @@
-#i48978#
+Issutracker : #i48978#
+CWS : cws_srx645_bsd02
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : do not compile cpp_uno/gcc2_freebsd_intel unless gcc is 2.95
Index: bridges/source/cpp_uno/gcc2_freebsd_intel/makefile.mk
===================================================================
diff --git a/editors/openoffice.org-1.1-devel/files/patch-config_office+configure.in b/editors/openoffice.org-1.1-devel/files/patch-config_office+configure.in
index 76cb40db51e6..6cb878d81452 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-config_office+configure.in
+++ b/editors/openoffice.org-1.1-devel/files/patch-config_office+configure.in
@@ -1,4 +1,7 @@
-http://www.openoffice.org/issues/show_bug.cgi?id=40189
+Issutracker : #i40189#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : correct PTHREAD_* flags
Index: config_office/configure.in
===================================================================
diff --git a/editors/openoffice.org-1.1-devel/files/patch-odk+configure.pl b/editors/openoffice.org-1.1-devel/files/patch-odk+configure.pl
index bd269a961590..eba758c6b281 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-odk+configure.pl
+++ b/editors/openoffice.org-1.1-devel/files/patch-odk+configure.pl
@@ -1,4 +1,7 @@
-#IZ Not raised yet. this is very ad hoc patch...
+Issutracker : #iXXXXX#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : most pop name of installated GNU make is gmake, not make for FreeBSD
Index: configure.pl
===================================================================
diff --git a/editors/openoffice.org-1.1-devel/files/patch-odk+setsdkenv_unix.in b/editors/openoffice.org-1.1-devel/files/patch-odk+setsdkenv_unix.in
index 7d51443e7778..55bab8afbb32 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-odk+setsdkenv_unix.in
+++ b/editors/openoffice.org-1.1-devel/files/patch-odk+setsdkenv_unix.in
@@ -1,5 +1,7 @@
-http://www.openoffice.org/issues/show_bug.cgi?id=24142
-http://www.openoffice.org/issues/show_bug.cgi?id=40190
+Issutracker : #i40190#, #i24142#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : Add SDK support for FreeBSD
--- odk/setsdkenv_unix.in.orig Sun Jan 25 18:41:01 2004
+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
diff --git a/editors/openoffice.org-1.1-devel/files/patch-odk+settings+settings.mk b/editors/openoffice.org-1.1-devel/files/patch-odk+settings+settings.mk
index 4076b9e5a54f..c8194ff76f7f 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-odk+settings+settings.mk
+++ b/editors/openoffice.org-1.1-devel/files/patch-odk+settings+settings.mk
@@ -1,5 +1,7 @@
-http://www.openoffice.org/issues/show_bug.cgi?id=40190
-http://www.openoffice.org/issues/show_bug.cgi?id=24142
+Issutracker : #i40190#, #i24142#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : SDK support for FreeBSD
--- odk/settings/settings.mk.orig Sun Jan 25 18:41:02 2004
+++ odk/settings/settings.mk Sun Jan 25 18:45:09 2004
diff --git a/editors/openoffice.org-1.1-devel/files/patch-scp+source+office+unxbasic.scp b/editors/openoffice.org-1.1-devel/files/patch-scp+source+office+unxbasic.scp
index daba6e99866f..ecb51c46c8d6 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-scp+source+office+unxbasic.scp
+++ b/editors/openoffice.org-1.1-devel/files/patch-scp+source+office+unxbasic.scp
@@ -1,3 +1,8 @@
+Issutracker : #iXXXXX#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : Do not make a link as /usr/bin/soffice
+
Index: scp/source/office/unxbasic.scp
===================================================================
RCS file: /cvs/installation/scp/source/office/Attic/unxbasic.scp,v
diff --git a/editors/openoffice.org-1.1-devel/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx b/editors/openoffice.org-1.1-devel/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx
index 6cf440329e06..360312fc8001 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx
+++ b/editors/openoffice.org-1.1-devel/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx
@@ -1,3 +1,7 @@
+Issutracker : #iXXXXX#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description :
In solver/645/unxfbsd.pro/inc/rtl/string.hxx,
even though there is a descrioptin like
static OString valueOf( sal_Int32 i, sal_Int16 radix = 10 ) SAL_THROW(())
diff --git a/editors/openoffice.org-1.1-devel/files/patch-translation_limit_64k b/editors/openoffice.org-1.1-devel/files/patch-translation_limit_64k
index 109833162541..9ae4cc266bb6 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-translation_limit_64k
+++ b/editors/openoffice.org-1.1-devel/files/patch-translation_limit_64k
@@ -1,7 +1,8 @@
-#iZ 33228#
-#iZ 34210#
-Kannada doesn't build since some resources are limited to 64k.
-it won't fix for 1.1.x
+Issutracker : #i33228#, #i34210#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : Kannada doesn't build since some resources are
+limited to 64k. it won't fix for 1.1.x
Index: inc/sc.hrc
===================================================================
diff --git a/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx b/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
index 88225ffe8308..a5dd8fbfb172 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
+++ b/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
@@ -1,6 +1,7 @@
-http://www.openoffice.org/issues/show_bug.cgi?id=40191
-
-sys/socket.h is needed for FreeBSD
+Issutracker : #i40191#
+CWS : cws_srx645_bsd01
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : sys/socket.h is needed for FreeBSD
Index: ucbhelper/source/client/proxydecider.cxx
===================================================================
diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
index b298b51d3665..d8255abac36a 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
+++ b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
@@ -1,6 +1,7 @@
-http://www.openoffice.org/issues/show_bug.cgi?id=48988
-
-at configure stage, ENABLE_PASF is settend to NO.
+Issutracker : #i48988#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : at configure stage, ENABLE_PASF is settend to NO.
---config_office/configure.in start
dnl ===================================================================
dnl Test whether wwe want to use portaudio/sndfile
diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl+util+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-vcl+util+makefile.mk
new file mode 100644
index 000000000000..42d341934719
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-vcl+util+makefile.mk
@@ -0,0 +1,22 @@
+Issutracker : #iXXXXX#
+CWS : N/A
+Author : NAKATA Maho <maho@openoffice.org> (JCA)
+Description : another ENABLE_PASF issue, somehow strange though,
+only FreeBSD 4.11-RELEASE needs this patch(?)
+
+Index: vcl/util/makefile.mk
+===================================================================
+RCS file: /cvs/gsl/vcl/util/makefile.mk,v
+retrieving revision 1.47.10.5
+diff -u -r1.47.10.5 makefile.mk
+--- vcl/util/makefile.mk 29 Apr 2005 14:28:18 -0000 1.47.10.5
++++ vcl/util/makefile.mk 13 May 2005 08:51:12 -0000
+@@ -310,7 +310,7 @@
+ .ENDIF # "$(OS)"=="SOLARIS"
+ .ENDIF # "$(GUIBASE)"=="unx"
+
+-.IF "$(ENABLE_PASF)" != ""
++.IF "$(ENABLE_PASF)" == "YES"
+ .IF "$(OS)"=="MACOSX"
+ SHL1STDLIBS += -framework CoreAudio -framework AudioToolbox
+ .ENDIF