summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-05-18 14:48:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-05-18 14:48:57 +0000
commit23448d980d478a497d29c66c05cb686160ff94d7 (patch)
tree3218f4f8e0dd960aa542bb870baac6ef628d1f4e /editors/openoffice-1.1-devel/files
parentRemove security/avmailgate due to licensing concerns. (diff)
Update to cws_srx645_ooo112fix2, checking out by 2004/May/18th
Notes
Notes: svn path=/head/; revision=109448
Diffstat (limited to 'editors/openoffice-1.1-devel/files')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-setup2+wrapper+install.sh13
-rw-r--r--editors/openoffice-1.1-devel/files/patch-solenv+bin+deliver.pl11
2 files changed, 11 insertions, 13 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-setup2+wrapper+install.sh b/editors/openoffice-1.1-devel/files/patch-setup2+wrapper+install.sh
deleted file mode 100644
index 0ab0e49caeca..000000000000
--- a/editors/openoffice-1.1-devel/files/patch-setup2+wrapper+install.sh
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../setup2/wrapper/install.sh.org Fri Apr 9 17:29:34 2004
-+++ ../setup2/wrapper/install.sh Sat Jan 10 03:53:17 2004
-@@ -4,8 +4,8 @@
- cd `dirname $0`
-
- # Set the Defaults Here
--oo_version="OpenOffice.org 1.1.1"
--oo_home=OpenOffice.org1.1.1
-+oo_version="OpenOffice.org 1.1.2"
-+oo_home=OpenOffice.org1.1.2
- oo_default_prefix=/usr/local
- oo_default_netflg=-net
- oo_default_interact=no
diff --git a/editors/openoffice-1.1-devel/files/patch-solenv+bin+deliver.pl b/editors/openoffice-1.1-devel/files/patch-solenv+bin+deliver.pl
new file mode 100644
index 000000000000..34a838d116f4
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-solenv+bin+deliver.pl
@@ -0,0 +1,11 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=29286
+--- ../solenv/bin/deliver.pl.old Mon May 10 18:46:11 2004
++++ ../solenv/bin/deliver.pl Tue May 18 09:10:47 2004
+@@ -138,6 +138,7 @@
+ };
+ $strip = '/usr/ccs/bin/strip' if ( $^O eq 'solaris' );
+ $strip = 'strip' if ( $^O eq "darwin" );
++$strip = 'strip' if ( $^O eq "freebsd" );
+ $upd = $ENV{'UPD'};
+ ($gui = lc($ENV{GUI})) || die "can't determine GUI";
+