diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-08-25 13:48:08 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-08-25 13:48:08 +0000 |
commit | d54ca814786af0268974f11a6382800440714093 (patch) | |
tree | d2452b8fbf8aadbe10f2f36f7fc90178fcf326ca /german/staroffice52/files | |
parent | e8cc3d24cb5c4732774697d768c9cfe0defe2068 (diff) | |
download | FreeBSD-ports-d54ca814786af0268974f11a6382800440714093.zip FreeBSD-ports-d54ca814786af0268974f11a6382800440714093.tar.gz |
- Add DISPLAY functionality to keep StarOffice from crashing during
installation and startup
- Make a few cosmetic fixes to the Makefile(s)
Submitted by: Martin Blapp <mb@imp.ch> (Maintainer)
Diffstat (limited to 'german/staroffice52/files')
-rw-r--r-- | german/staroffice52/files/setup.patch | 14 | ||||
-rw-r--r-- | german/staroffice52/files/soffice.patch | 14 |
2 files changed, 24 insertions, 4 deletions
diff --git a/german/staroffice52/files/setup.patch b/german/staroffice52/files/setup.patch index 5f6b0b6..fa3641b 100644 --- a/german/staroffice52/files/setup.patch +++ b/german/staroffice52/files/setup.patch @@ -1,8 +1,18 @@ ---- setup.orig Wed Aug 23 00:02:57 2000 -+++ setup Wed Aug 23 00:03:11 2000 +--- setup.orig Fri Aug 25 12:04:52 2000 ++++ setup Fri Aug 25 12:00:21 2000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/compat/linux/bin/sh # # StarOffice patch checking script # (c) 2000, Sun Microsystems Inc. +@@ -9,6 +9,9 @@ + SCO_SV) test=/bin/test ;; + *) test=/usr/bin/test ;; + esac ++ ++# fix coredump on remote DISPLAY (IRIX) ++export SAL_IGNOREXERRORS=1 + + sd_cwd="`pwd`" + if $test -L "$0" ; then diff --git a/german/staroffice52/files/soffice.patch b/german/staroffice52/files/soffice.patch index 62dc300..a96b1ee 100644 --- a/german/staroffice52/files/soffice.patch +++ b/german/staroffice52/files/soffice.patch @@ -1,8 +1,18 @@ ---- new Wed Aug 23 00:09:46 2000 -+++ soffice Tue Aug 22 23:58:14 2000 +--- soffice.orig Fri Aug 25 12:05:30 2000 ++++ soffice Fri Aug 25 12:00:54 2000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/compat/linux/bin/sh # # StarOffice startup script # (c) 1999 Sun Microsystems, Inc. +@@ -7,6 +7,9 @@ + # STAR_PROFILE_LOCKING_DISABLED=1 + # export STAR_PROFILE_LOCKING_DISABLED + # ++ ++# fix coredump on remote DISPLAY (IRIX) ++export SAL_IGNOREXERRORS=1 + + # uncomment this to remote start soffice on hostname + # SO_REMOTE_START=rsh |