diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-03 21:37:44 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-03 21:37:44 +0000 |
commit | adc446565d09d277d5e2fbf7a759d2086c2f8130 (patch) | |
tree | 078df5d3f87ee3ad84b3102e161f8a107dcc6ca6 | |
parent | 66af8fd42ed91fba8ba832ddb84673fb67cd2a34 (diff) | |
download | ports-adc446565d09d277d5e2fbf7a759d2086c2f8130.tar.gz ports-adc446565d09d277d5e2fbf7a759d2086c2f8130.zip |
Notes
17 files changed, 187 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice-1.1/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-1.1/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice-2.0-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-2.0-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice-3-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-3-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice-3/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-3/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice-3/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-1.1/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-1.1/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-1.1/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-2-RC/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-2-RC/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-2-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-2-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-2.0/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-2.0/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-2/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-2/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-3/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-3/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif diff --git a/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif |