pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Fix "test ==". Pointed out by tnn@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c09b5403dc4
branches:  trunk
changeset: 533949:0c09b5403dc4
user:      hira <hira%pkgsrc.org@localhost>
date:      Tue Oct 09 10:04:00 2007 +0000

description:
Fix "test ==".  Pointed out by tnn@.

diffstat:

 misc/openoffice2/distinfo         |   3 ++-
 misc/openoffice2/patches/patch-cr |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 42bfdbafb2c3 -r 0c09b5403dc4 misc/openoffice2/distinfo
--- a/misc/openoffice2/distinfo Tue Oct 09 08:51:30 2007 +0000
+++ b/misc/openoffice2/distinfo Tue Oct 09 10:04:00 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2007/10/06 20:02:21 hira Exp $
+$NetBSD: distinfo,v 1.25 2007/10/09 10:04:00 hira Exp $
 
 SHA1 (openoffice-2.3.0/OOo_2.3.0_src_binfilter.tar.bz2) = a45b356092fc61aba68d0b7536bb3f723cd62937
 RMD160 (openoffice-2.3.0/OOo_2.3.0_src_binfilter.tar.bz2) = 441a43c2a2d5418c9d3b55a89790f31598000bde
@@ -58,3 +58,4 @@
 SHA1 (patch-cn) = 67afccde1d7bfa42ec4082067189da23ada97190
 SHA1 (patch-cp) = 7c6007d18cc4f1b5d1c8e16c9170ec0e8211a040
 SHA1 (patch-cq) = 6691fd7fa330db000ec5a9319bf9030b83aa593d
+SHA1 (patch-cr) = 9cf96627d480714d62109bb3a7d67777a1a2b796
diff -r 42bfdbafb2c3 -r 0c09b5403dc4 misc/openoffice2/patches/patch-cr
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice2/patches/patch-cr Tue Oct 09 10:04:00 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-cr,v 1.1 2007/10/09 10:04:00 hira Exp $
+
+--- setup_native/scripts/linuxpatchscript.sh.orig      2007-10-09 18:55:08.000000000 +0900
++++ setup_native/scripts/linuxpatchscript.sh   2007-10-09 18:55:25.000000000 +0900
+@@ -49,7 +49,7 @@
+   # Check, that $RPMLIST does not contain search toolbar rpm (then it is already installed)
+   SEARCHTOOLBARINSTALLED=`grep searchtoolbar ${RPMLIST}`
+ 
+-  if [ "x$SEARCHTOOLBARINSTALLED" == "x" ]; then
++  if [ "x$SEARCHTOOLBARINSTALLED" = "x" ]; then
+     # Install the online update rpm
+     RPMLIST="$RPMLIST $SEARCHTOOLBARRPM"
+   fi



Home | Main Index | Thread Index | Old Index