From a46228370b9ab94f652e0a19228346b2a1748b3d Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 13 Mar 2002 16:31:53 +0000 Subject: Fix breakage with "patch -i" which is missing in STABLE. For some strange reason it exists in recent CURRENT, but is not documented. --- editors/openoffice.org-3/files/patch-external+dt+dtpatch.sh | 11 +++++++++++ .../openoffice.org-3/files/patch-external+npsdk+npsdkpatch.sh | 11 +++++++++++ editors/openoffice.org-3/files/patch-external::dt::dtpatch.sh | 11 +++++++++++ .../files/patch-external::expat::expatpatch.sh | 11 +++++++++++ .../openoffice.org-3/files/patch-external::jpeg::jpegpatch.sh | 11 +++++++++++ .../files/patch-external::npsdk::npsdkpatch.sh | 11 +++++++++++ .../openoffice.org-3/files/patch-external::zlib::zlibpatch.sh | 11 +++++++++++ 7 files changed, 77 insertions(+) create mode 100644 editors/openoffice.org-3/files/patch-external+dt+dtpatch.sh create mode 100644 editors/openoffice.org-3/files/patch-external+npsdk+npsdkpatch.sh create mode 100644 editors/openoffice.org-3/files/patch-external::dt::dtpatch.sh create mode 100644 editors/openoffice.org-3/files/patch-external::expat::expatpatch.sh create mode 100644 editors/openoffice.org-3/files/patch-external::jpeg::jpegpatch.sh create mode 100644 editors/openoffice.org-3/files/patch-external::npsdk::npsdkpatch.sh create mode 100644 editors/openoffice.org-3/files/patch-external::zlib::zlibpatch.sh (limited to 'editors/openoffice.org-3') diff --git a/editors/openoffice.org-3/files/patch-external+dt+dtpatch.sh b/editors/openoffice.org-3/files/patch-external+dt+dtpatch.sh new file mode 100644 index 000000000000..e5122bcb45c1 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-external+dt+dtpatch.sh @@ -0,0 +1,11 @@ +--- ../external/dt/dtpatch.sh.orig Wed Mar 13 17:09:43 2002 ++++ ../external/dt/dtpatch.sh Wed Mar 13 17:09:47 2002 +@@ -96,7 +96,7 @@ + done + + chmod -R +w rtufiles/*.h +- patch -i pat/editor.h.pat rtufiles/editor.h 2> newpatch ++ patch < pat/editor.h.pat rtufiles/editor.h 2> newpatch + + if test -s "patcherror"; then + echo "Please install the SUNWdtinc Version 1.2 package on your Solaris machine" >> patcherror diff --git a/editors/openoffice.org-3/files/patch-external+npsdk+npsdkpatch.sh b/editors/openoffice.org-3/files/patch-external+npsdk+npsdkpatch.sh new file mode 100644 index 000000000000..49a3056831dd --- /dev/null +++ b/editors/openoffice.org-3/files/patch-external+npsdk+npsdkpatch.sh @@ -0,0 +1,11 @@ +--- ../external/npsdk/npsdkpatch.sh.orig Wed Mar 13 16:49:19 2002 ++++ ../external/npsdk/npsdkpatch.sh Wed Mar 13 16:49:39 2002 +@@ -121,7 +121,7 @@ + + for PNAME in `cat flist.pat` + do +- patch -i pat/$PNAME.pat rtufiles/$PNAME ++ patch < pat/$PNAME.pat rtufiles/$PNAME + done + + # diff --git a/editors/openoffice.org-3/files/patch-external::dt::dtpatch.sh b/editors/openoffice.org-3/files/patch-external::dt::dtpatch.sh new file mode 100644 index 000000000000..e5122bcb45c1 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-external::dt::dtpatch.sh @@ -0,0 +1,11 @@ +--- ../external/dt/dtpatch.sh.orig Wed Mar 13 17:09:43 2002 ++++ ../external/dt/dtpatch.sh Wed Mar 13 17:09:47 2002 +@@ -96,7 +96,7 @@ + done + + chmod -R +w rtufiles/*.h +- patch -i pat/editor.h.pat rtufiles/editor.h 2> newpatch ++ patch < pat/editor.h.pat rtufiles/editor.h 2> newpatch + + if test -s "patcherror"; then + echo "Please install the SUNWdtinc Version 1.2 package on your Solaris machine" >> patcherror diff --git a/editors/openoffice.org-3/files/patch-external::expat::expatpatch.sh b/editors/openoffice.org-3/files/patch-external::expat::expatpatch.sh new file mode 100644 index 000000000000..ce07edcfffd8 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-external::expat::expatpatch.sh @@ -0,0 +1,11 @@ +--- ../external/expat/expatpatch.sh.orig Wed Mar 13 16:59:16 2002 ++++ ../external/expat/expatpatch.sh Wed Mar 13 17:00:18 2002 +@@ -87,7 +87,7 @@ + + for PNAME in `cat flist.pat` + do +- patch -i pat/$PNAME.pat rtufiles/$PNAME ++ patch < pat/$PNAME.pat rtufiles/$PNAME + done + + for SDNAME in `cat flist.sd` diff --git a/editors/openoffice.org-3/files/patch-external::jpeg::jpegpatch.sh b/editors/openoffice.org-3/files/patch-external::jpeg::jpegpatch.sh new file mode 100644 index 000000000000..4fb55f5d70d0 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-external::jpeg::jpegpatch.sh @@ -0,0 +1,11 @@ +--- ../external/jpeg/jpegpatch.sh.orig Wed Mar 13 17:04:35 2002 ++++ ../external/jpeg/jpegpatch.sh Wed Mar 13 17:08:02 2002 +@@ -112,7 +112,7 @@ + + for PNAME in `cat flist.pat` + do +- patch -i pat/$PNAME.pat $PNAME ++ patch < pat/$PNAME.pat $PNAME + done + + cp -rf jpeg-6b/* rtufiles/ diff --git a/editors/openoffice.org-3/files/patch-external::npsdk::npsdkpatch.sh b/editors/openoffice.org-3/files/patch-external::npsdk::npsdkpatch.sh new file mode 100644 index 000000000000..49a3056831dd --- /dev/null +++ b/editors/openoffice.org-3/files/patch-external::npsdk::npsdkpatch.sh @@ -0,0 +1,11 @@ +--- ../external/npsdk/npsdkpatch.sh.orig Wed Mar 13 16:49:19 2002 ++++ ../external/npsdk/npsdkpatch.sh Wed Mar 13 16:49:39 2002 +@@ -121,7 +121,7 @@ + + for PNAME in `cat flist.pat` + do +- patch -i pat/$PNAME.pat rtufiles/$PNAME ++ patch < pat/$PNAME.pat rtufiles/$PNAME + done + + # diff --git a/editors/openoffice.org-3/files/patch-external::zlib::zlibpatch.sh b/editors/openoffice.org-3/files/patch-external::zlib::zlibpatch.sh new file mode 100644 index 000000000000..04d96c6ad70f --- /dev/null +++ b/editors/openoffice.org-3/files/patch-external::zlib::zlibpatch.sh @@ -0,0 +1,11 @@ +--- ../external/zlib/zlibpatch.sh.orig Wed Mar 13 16:51:46 2002 ++++ ../external/zlib/zlibpatch.sh Wed Mar 13 16:52:02 2002 +@@ -111,7 +111,7 @@ + + for PNAME in `cat flist.pat` + do +- patch -i pat/$PNAME.pat $PNAME ++ patch < pat/$PNAME.pat $PNAME + done + + cp -rf zlib-1.1.3/* rtufiles/ -- cgit v1.2.3