pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdelibs3 Make check-portability.sh happy. kate/te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8de6468abd6c
branches:  trunk
changeset: 520093:8de6468abd6c
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Oct 15 11:25:19 2006 +0000

description:
Make check-portability.sh happy.  kate/tests/highlight.sh is not
runnable but fix the "test ==" anyway.

diffstat:

 x11/kdelibs3/distinfo         |   3 ++-
 x11/kdelibs3/patches/patch-at |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r e24153657d15 -r 8de6468abd6c x11/kdelibs3/distinfo
--- a/x11/kdelibs3/distinfo     Sun Oct 15 10:45:13 2006 +0000
+++ b/x11/kdelibs3/distinfo     Sun Oct 15 11:25:19 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2006/10/12 10:31:04 markd Exp $
+$NetBSD: distinfo,v 1.79 2006/10/15 11:25:19 markd Exp $
 
 SHA1 (kdelibs-3.5.5.tar.bz2) = 7961818e41e22cce7c58219c4eb63ed5fbb94307
 RMD160 (kdelibs-3.5.5.tar.bz2) = 8e389869f9a53445754c76a0f7535ef2fffc6d03
@@ -14,6 +14,7 @@
 SHA1 (patch-aq) = 91d970b5c2fb129e5656cf4841972453c83ba088
 SHA1 (patch-ar) = c96052fe1c9f624b9fbca8d0469b677c88076629
 SHA1 (patch-as) = c1b5801132485238312368f1df580c1ff8ce03bd
+SHA1 (patch-at) = 628e4730cec8c25d40ff54e4156df4889505b504
 SHA1 (patch-bc) = 434a48d290aa9716b8c6e372419460ebd33cf8ea
 SHA1 (patch-bd) = 2c139b81ff96d1762c14af0bb29275cf66ee8f8d
 SHA1 (patch-bv) = 882355f9dd9cdbbbe14d54e5c59b630ef0347e1c
diff -r e24153657d15 -r 8de6468abd6c x11/kdelibs3/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kdelibs3/patches/patch-at     Sun Oct 15 11:25:19 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-at,v 1.6 2006/10/15 11:25:19 markd Exp $
+
+--- kate/tests/highlight.sh.orig       2006-10-16 00:04:26.000000000 +1300
++++ kate/tests/highlight.sh
+@@ -159,9 +159,9 @@ make  destdir=/usr/
+ 
+ # [[ and [ correctly need spaces to be regarded as structure,
+ # otherwise they are patterns (currently treated as normal text)
+-if [ "$p" == "" ] ; then
++if [ "$p" = "" ] ; then
+       ls /usr/bin/[a-z]*
+-elif [[ $p == 0 ]] ; then
++elif [[ $p = 0 ]] ; then
+       ls /usr/share/$p
+ fi
+ 



Home | Main Index | Thread Index | Old Index