summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-11 08:45:55 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-11 08:45:55 +0000
commitf81d78cc8292e7fd7d21b40ee7dde0a28459d115 (patch)
tree1b0a042778f745def2075b360513502fdc475880 /editors/openoffice-1.1/files
parentupgrade to 0.46 (diff)
Better support for SDK, and now have IZ #24142.
Notes
Notes: svn path=/head/; revision=115905
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/patch-odk+configure.pl44
-rw-r--r--editors/openoffice-1.1/files/patch-odk+setsdkenv_unix.in2
-rw-r--r--editors/openoffice-1.1/files/patch-odk+settings+settings.mk2
3 files changed, 48 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-odk+configure.pl b/editors/openoffice-1.1/files/patch-odk+configure.pl
new file mode 100644
index 000000000000..eeebf346c600
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-odk+configure.pl
@@ -0,0 +1,44 @@
+#IZ Not raised yet. this is very ad hoc patch...
+
+Index: configure.pl
+===================================================================
+RCS file: /cvs/api/odk/configure.pl,v
+retrieving revision 1.4.12.3
+diff -u -r1.4.12.3 configure.pl
+--- ../odk/configure.pl 18 May 2004 10:02:00 -0000 1.4.12.3
++++ ../configure.pl 11 Aug 2004 08:21:04 -0000
+@@ -19,7 +19,7 @@
+ chop ($main::OFFICE_HOME_SUGGESTION);
+
+ $main::OO_SDK_MAKE_HOME = "";
+-$main::OO_SDK_MAKE_HOME_SUGGESTION = searchprog("make");
++$main::OO_SDK_MAKE_HOME_SUGGESTION = searchprog("gmake");
+ $main::makeVersion = "3.79.1";
+ $main::correctVersion = 0;
+
+@@ -101,7 +101,7 @@
+ # prepare GNU make path
+ while ( (!$main::correctVersion) &&
+ ((! -d "$main::OO_SDK_MAKE_HOME" ) ||
+- ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/make"))) )
++ ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/gmake"))) )
+ {
+ print "Enter GNU make ($main::makeVersion or higher) tools directory [$main::OO_SDK_MAKE_HOME_SUGGESTION]: ";
+ $main::OO_SDK_MAKE_HOME = <STDIN>;
+@@ -111,14 +111,14 @@
+ $main::OO_SDK_MAKE_HOME = $main::OO_SDK_MAKE_HOME_SUGGESTION;
+ }
+ if ( (! -d "$main::OO_SDK_MAKE_HOME") ||
+- ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/make")) )
++ ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/gmake")) )
+ {
+ $main::OO_SDK_MAKE_HOME = "";
+ print "Error: GNU make is required, please specify a GNU make tools directory.\n";
+ } else
+ {
+ #check version
+- my $testVersion = `$OO_SDK_MAKE_HOME/make --version`;
++ my $testVersion = `$OO_SDK_MAKE_HOME/gmake --version`;
+ if ( $testVersion eq "")
+ {
+ print "The 'make' command found at $main::OO_SDK_MAKE_HOME/make is not GNU Make\n";
diff --git a/editors/openoffice-1.1/files/patch-odk+setsdkenv_unix.in b/editors/openoffice-1.1/files/patch-odk+setsdkenv_unix.in
index f3178e703ab9..dbcad91a1fb4 100644
--- a/editors/openoffice-1.1/files/patch-odk+setsdkenv_unix.in
+++ b/editors/openoffice-1.1/files/patch-odk+setsdkenv_unix.in
@@ -1,3 +1,5 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=24142
+
--- ../odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
+++ ../odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
@@ -2,7 +2,8 @@
diff --git a/editors/openoffice-1.1/files/patch-odk+settings+settings.mk b/editors/openoffice-1.1/files/patch-odk+settings+settings.mk
index 1a645d01abf1..22fd7fd2f816 100644
--- a/editors/openoffice-1.1/files/patch-odk+settings+settings.mk
+++ b/editors/openoffice-1.1/files/patch-odk+settings+settings.mk
@@ -1,3 +1,5 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=24142
+
--- ../odk/settings/settings.mk Sun Jan 25 18:41:02 2004
+++ ../odk/settings/settings.mk Sun Jan 25 18:45:09 2004
@@ -368,3 +368,85 @@