From 684f0412b8cb3cb611b4716bf90b8633ce1bc8b4 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 4 Oct 2005 04:01:00 +0000 Subject: Forgot to add patches... --- .../files/patch-config_office+set_soenv.in | 12 +++++++++ .../files/patch-solenv+inc+unxfbsdi.mk | 29 ++++++++++++++++++++++ .../files/patch-config_office+set_soenv.in | 12 +++++++++ .../files/patch-solenv+inc+unxfbsdi.mk | 29 ++++++++++++++++++++++ .../files/patch-config_office+set_soenv.in | 12 +++++++++ .../files/patch-solenv+inc+unxfbsdi.mk | 29 ++++++++++++++++++++++ .../files/patch-config_office+set_soenv.in | 12 +++++++++ .../files/patch-solenv+inc+unxfbsdi.mk | 29 ++++++++++++++++++++++ .../files/patch-config_office+set_soenv.in | 12 +++++++++ .../files/patch-solenv+inc+unxfbsdi.mk | 29 ++++++++++++++++++++++ .../files/patch-config_office+set_soenv.in | 12 +++++++++ .../files/patch-solenv+inc+unxfbsdi.mk | 29 ++++++++++++++++++++++ 12 files changed, 246 insertions(+) create mode 100644 editors/openoffice-3/files/patch-config_office+set_soenv.in create mode 100644 editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk create mode 100644 editors/openoffice.org-2-RC/files/patch-config_office+set_soenv.in create mode 100644 editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk create mode 100644 editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in create mode 100644 editors/openoffice.org-2.0/files/patch-solenv+inc+unxfbsdi.mk create mode 100644 editors/openoffice.org-2/files/patch-config_office+set_soenv.in create mode 100644 editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in create mode 100644 editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk create mode 100644 editors/openoffice.org-3/files/patch-config_office+set_soenv.in create mode 100644 editors/openoffice.org-3/files/patch-solenv+inc+unxfbsdi.mk (limited to 'editors') diff --git a/editors/openoffice-3/files/patch-config_office+set_soenv.in b/editors/openoffice-3/files/patch-config_office+set_soenv.in new file mode 100644 index 000000000000..93e375b46f8e --- /dev/null +++ b/editors/openoffice-3/files/patch-config_office+set_soenv.in @@ -0,0 +1,12 @@ +--- config_office/set_soenv.in~ Thu Sep 22 23:30:56 2005 ++++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005 +@@ -347,6 +347,9 @@ + $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; + $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; + $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; ++ if( @GCCVER@ >= 30401 ) { ++ $CVER = "C341"; ++ } + } + elsif ( $platform =~ m/linux-gnu/ ) + { diff --git a/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..ff89caae4ff0 --- /dev/null +++ b/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,29 @@ +STLPORT_VERSION is 450 for FreeBSD + +--- solenv/inc/unxfbsdi.mk~ Thu Sep 8 18:52:53 2005 ++++ solenv/inc/unxfbsdi.mk Fri Sep 30 14:08:04 2005 +@@ -45,7 +45,7 @@ + #LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" + + # _PTHREADS is needed for the stl +-CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 ++CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 + + # enable visibility define in "sal/types.h" + .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +--- solenv/inc/unxfbsdi.mk~ Sat Oct 1 08:52:58 2005 ++++ solenv/inc/unxfbsdi.mk Sat Oct 1 12:52:34 2005 +@@ -190,8 +190,13 @@ + + LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + ++.IF "$(USE_STLP_DEBUG)" != "" ++LIBSTLPORT=$(DYNAMIC) -lstlport_gcc_stldebug ++LIBSTLPORTST=$(STATIC) -lstlport_gcc_stldebug $(DYNAMIC) ++.ELSE # "$(USE_STLP_DEBUG)" != "" + LIBSTLPORT=$(DYNAMIC) -lstlport_gcc + LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) ++.ENDIF # "$(USE_STLP_DEBUG)" != "" + + #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) + diff --git a/editors/openoffice.org-2-RC/files/patch-config_office+set_soenv.in b/editors/openoffice.org-2-RC/files/patch-config_office+set_soenv.in new file mode 100644 index 000000000000..93e375b46f8e --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-config_office+set_soenv.in @@ -0,0 +1,12 @@ +--- config_office/set_soenv.in~ Thu Sep 22 23:30:56 2005 ++++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005 +@@ -347,6 +347,9 @@ + $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; + $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; + $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; ++ if( @GCCVER@ >= 30401 ) { ++ $CVER = "C341"; ++ } + } + elsif ( $platform =~ m/linux-gnu/ ) + { diff --git a/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..ff89caae4ff0 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,29 @@ +STLPORT_VERSION is 450 for FreeBSD + +--- solenv/inc/unxfbsdi.mk~ Thu Sep 8 18:52:53 2005 ++++ solenv/inc/unxfbsdi.mk Fri Sep 30 14:08:04 2005 +@@ -45,7 +45,7 @@ + #LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" + + # _PTHREADS is needed for the stl +-CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 ++CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 + + # enable visibility define in "sal/types.h" + .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +--- solenv/inc/unxfbsdi.mk~ Sat Oct 1 08:52:58 2005 ++++ solenv/inc/unxfbsdi.mk Sat Oct 1 12:52:34 2005 +@@ -190,8 +190,13 @@ + + LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + ++.IF "$(USE_STLP_DEBUG)" != "" ++LIBSTLPORT=$(DYNAMIC) -lstlport_gcc_stldebug ++LIBSTLPORTST=$(STATIC) -lstlport_gcc_stldebug $(DYNAMIC) ++.ELSE # "$(USE_STLP_DEBUG)" != "" + LIBSTLPORT=$(DYNAMIC) -lstlport_gcc + LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) ++.ENDIF # "$(USE_STLP_DEBUG)" != "" + + #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) + diff --git a/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in b/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in new file mode 100644 index 000000000000..93e375b46f8e --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in @@ -0,0 +1,12 @@ +--- config_office/set_soenv.in~ Thu Sep 22 23:30:56 2005 ++++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005 +@@ -347,6 +347,9 @@ + $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; + $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; + $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; ++ if( @GCCVER@ >= 30401 ) { ++ $CVER = "C341"; ++ } + } + elsif ( $platform =~ m/linux-gnu/ ) + { diff --git a/editors/openoffice.org-2.0/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-2.0/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..ff89caae4ff0 --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,29 @@ +STLPORT_VERSION is 450 for FreeBSD + +--- solenv/inc/unxfbsdi.mk~ Thu Sep 8 18:52:53 2005 ++++ solenv/inc/unxfbsdi.mk Fri Sep 30 14:08:04 2005 +@@ -45,7 +45,7 @@ + #LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" + + # _PTHREADS is needed for the stl +-CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 ++CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 + + # enable visibility define in "sal/types.h" + .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +--- solenv/inc/unxfbsdi.mk~ Sat Oct 1 08:52:58 2005 ++++ solenv/inc/unxfbsdi.mk Sat Oct 1 12:52:34 2005 +@@ -190,8 +190,13 @@ + + LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + ++.IF "$(USE_STLP_DEBUG)" != "" ++LIBSTLPORT=$(DYNAMIC) -lstlport_gcc_stldebug ++LIBSTLPORTST=$(STATIC) -lstlport_gcc_stldebug $(DYNAMIC) ++.ELSE # "$(USE_STLP_DEBUG)" != "" + LIBSTLPORT=$(DYNAMIC) -lstlport_gcc + LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) ++.ENDIF # "$(USE_STLP_DEBUG)" != "" + + #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) + diff --git a/editors/openoffice.org-2/files/patch-config_office+set_soenv.in b/editors/openoffice.org-2/files/patch-config_office+set_soenv.in new file mode 100644 index 000000000000..93e375b46f8e --- /dev/null +++ b/editors/openoffice.org-2/files/patch-config_office+set_soenv.in @@ -0,0 +1,12 @@ +--- config_office/set_soenv.in~ Thu Sep 22 23:30:56 2005 ++++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005 +@@ -347,6 +347,9 @@ + $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; + $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; + $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; ++ if( @GCCVER@ >= 30401 ) { ++ $CVER = "C341"; ++ } + } + elsif ( $platform =~ m/linux-gnu/ ) + { diff --git a/editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..ff89caae4ff0 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,29 @@ +STLPORT_VERSION is 450 for FreeBSD + +--- solenv/inc/unxfbsdi.mk~ Thu Sep 8 18:52:53 2005 ++++ solenv/inc/unxfbsdi.mk Fri Sep 30 14:08:04 2005 +@@ -45,7 +45,7 @@ + #LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" + + # _PTHREADS is needed for the stl +-CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 ++CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 + + # enable visibility define in "sal/types.h" + .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +--- solenv/inc/unxfbsdi.mk~ Sat Oct 1 08:52:58 2005 ++++ solenv/inc/unxfbsdi.mk Sat Oct 1 12:52:34 2005 +@@ -190,8 +190,13 @@ + + LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + ++.IF "$(USE_STLP_DEBUG)" != "" ++LIBSTLPORT=$(DYNAMIC) -lstlport_gcc_stldebug ++LIBSTLPORTST=$(STATIC) -lstlport_gcc_stldebug $(DYNAMIC) ++.ELSE # "$(USE_STLP_DEBUG)" != "" + LIBSTLPORT=$(DYNAMIC) -lstlport_gcc + LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) ++.ENDIF # "$(USE_STLP_DEBUG)" != "" + + #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) + diff --git a/editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in b/editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in new file mode 100644 index 000000000000..93e375b46f8e --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in @@ -0,0 +1,12 @@ +--- config_office/set_soenv.in~ Thu Sep 22 23:30:56 2005 ++++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005 +@@ -347,6 +347,9 @@ + $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; + $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; + $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; ++ if( @GCCVER@ >= 30401 ) { ++ $CVER = "C341"; ++ } + } + elsif ( $platform =~ m/linux-gnu/ ) + { diff --git a/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..ff89caae4ff0 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,29 @@ +STLPORT_VERSION is 450 for FreeBSD + +--- solenv/inc/unxfbsdi.mk~ Thu Sep 8 18:52:53 2005 ++++ solenv/inc/unxfbsdi.mk Fri Sep 30 14:08:04 2005 +@@ -45,7 +45,7 @@ + #LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" + + # _PTHREADS is needed for the stl +-CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 ++CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 + + # enable visibility define in "sal/types.h" + .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +--- solenv/inc/unxfbsdi.mk~ Sat Oct 1 08:52:58 2005 ++++ solenv/inc/unxfbsdi.mk Sat Oct 1 12:52:34 2005 +@@ -190,8 +190,13 @@ + + LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + ++.IF "$(USE_STLP_DEBUG)" != "" ++LIBSTLPORT=$(DYNAMIC) -lstlport_gcc_stldebug ++LIBSTLPORTST=$(STATIC) -lstlport_gcc_stldebug $(DYNAMIC) ++.ELSE # "$(USE_STLP_DEBUG)" != "" + LIBSTLPORT=$(DYNAMIC) -lstlport_gcc + LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) ++.ENDIF # "$(USE_STLP_DEBUG)" != "" + + #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) + diff --git a/editors/openoffice.org-3/files/patch-config_office+set_soenv.in b/editors/openoffice.org-3/files/patch-config_office+set_soenv.in new file mode 100644 index 000000000000..93e375b46f8e --- /dev/null +++ b/editors/openoffice.org-3/files/patch-config_office+set_soenv.in @@ -0,0 +1,12 @@ +--- config_office/set_soenv.in~ Thu Sep 22 23:30:56 2005 ++++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005 +@@ -347,6 +347,9 @@ + $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; + $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; + $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; ++ if( @GCCVER@ >= 30401 ) { ++ $CVER = "C341"; ++ } + } + elsif ( $platform =~ m/linux-gnu/ ) + { diff --git a/editors/openoffice.org-3/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-3/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..ff89caae4ff0 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,29 @@ +STLPORT_VERSION is 450 for FreeBSD + +--- solenv/inc/unxfbsdi.mk~ Thu Sep 8 18:52:53 2005 ++++ solenv/inc/unxfbsdi.mk Fri Sep 30 14:08:04 2005 +@@ -45,7 +45,7 @@ + #LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" + + # _PTHREADS is needed for the stl +-CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 ++CDEFS+=$(PTHREAD_CFLAGS) -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 + + # enable visibility define in "sal/types.h" + .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +--- solenv/inc/unxfbsdi.mk~ Sat Oct 1 08:52:58 2005 ++++ solenv/inc/unxfbsdi.mk Sat Oct 1 12:52:34 2005 +@@ -190,8 +190,13 @@ + + LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + ++.IF "$(USE_STLP_DEBUG)" != "" ++LIBSTLPORT=$(DYNAMIC) -lstlport_gcc_stldebug ++LIBSTLPORTST=$(STATIC) -lstlport_gcc_stldebug $(DYNAMIC) ++.ELSE # "$(USE_STLP_DEBUG)" != "" + LIBSTLPORT=$(DYNAMIC) -lstlport_gcc + LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) ++.ENDIF # "$(USE_STLP_DEBUG)" != "" + + #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) + -- cgit v1.2.3