diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-08-24 19:29:31 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-08-24 19:29:31 +0000 |
commit | 46a5f93e78505ebd58dbacc3b1c558d025f844cf (patch) | |
tree | 60fffacd48c3eb18393a5400344ef49aa93b2d85 /editors/staroffice60/files | |
parent | 62326103a8e9ac5761e7a57d43a8e9998e953378 (diff) | |
download | FreeBSD-ports-46a5f93e78505ebd58dbacc3b1c558d025f844cf.zip FreeBSD-ports-46a5f93e78505ebd58dbacc3b1c558d025f844cf.tar.gz |
New port: staroffice52 (after repo-copy from staroffice5)
Submitted by: Martin Blapp <mb@imp.ch>
Diffstat (limited to 'editors/staroffice60/files')
-rw-r--r-- | editors/staroffice60/files/setup.ins.patch | 9 | ||||
-rw-r--r-- | editors/staroffice60/files/setup.patch | 27 | ||||
-rw-r--r-- | editors/staroffice60/files/soffice.patch | 55 |
3 files changed, 25 insertions, 66 deletions
diff --git a/editors/staroffice60/files/setup.ins.patch b/editors/staroffice60/files/setup.ins.patch new file mode 100644 index 0000000..87122bf --- /dev/null +++ b/editors/staroffice60/files/setup.ins.patch @@ -0,0 +1,9 @@ +--- setup.ins Tue Aug 22 23:31:42 2000 ++++ setup.ins Tue Aug 22 23:33:35 2000 +@@ -1,5 +1,5 @@ + Installation gid_Installation
+- DefaultDestPath = "office52";
++ DefaultDestPath = "/usr/local/office52";
+ ScriptVersion = 100;
+ Bitmap = "so52.bmp";
+ DefaultLanguage = "01";
diff --git a/editors/staroffice60/files/setup.patch b/editors/staroffice60/files/setup.patch index e48ed36..5f6b0b6 100644 --- a/editors/staroffice60/files/setup.patch +++ b/editors/staroffice60/files/setup.patch @@ -1,19 +1,8 @@ -*** setup.orig Mon Aug 23 23:11:00 1999 ---- setup Tue Oct 26 16:48:18 1999 -*************** -*** 25,31 **** - LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib - export LD_LIBRARY_PATH - ;; -! Linux) - LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; ---- 25,31 ---- - LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib - export LD_LIBRARY_PATH - ;; -! Linux|FreeBSD) - LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; +--- setup.orig Wed Aug 23 00:02:57 2000 ++++ setup Wed Aug 23 00:03:11 2000 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/compat/linux/bin/sh + # + # StarOffice patch checking script + # (c) 2000, Sun Microsystems Inc. diff --git a/editors/staroffice60/files/soffice.patch b/editors/staroffice60/files/soffice.patch index 8350349..62dc300 100644 --- a/editors/staroffice60/files/soffice.patch +++ b/editors/staroffice60/files/soffice.patch @@ -1,47 +1,8 @@ -*** soffice.orig Tue Oct 26 16:57:20 1999 ---- soffice Tue Oct 26 17:00:15 1999 -*************** -*** 15,26 **** - # resolve installation directory - sd_platform=`uname -s` - case $sd_platform in -! SCO_SV) test=/bin/test ;; -! *) test=/usr/bin/test ;; - esac - - sd_cwd="`pwd`" -! if $test -L "$0" ; then - sd_basename=`basename $0` - sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"` - else ---- 15,27 ---- - # resolve installation directory - sd_platform=`uname -s` - case $sd_platform in -! FreeBSD) test=/bin/test && symb="-h" ;; -! SCO_SV) test=/bin/test && symb="-L" ;; -! *) test=/usr/bin/test && symb="-L" ;; - esac - - sd_cwd="`pwd`" -! if $test $symb "$0" ; then - sd_basename=`basename $0` - sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"` - else -*************** -*** 68,74 **** - export LD_LIBRARYN32_PATH - ;; - -! Linux) - LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; ---- 69,75 ---- - export LD_LIBRARYN32_PATH - ;; - -! Linux|FreeBSD) - LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; +--- new Wed Aug 23 00:09:46 2000 ++++ soffice Tue Aug 22 23:58:14 2000 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/compat/linux/bin/sh + # + # StarOffice startup script + # (c) 1999 Sun Microsystems, Inc. |