summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-10-15 11:25:19 +0000
committermarkd <markd@pkgsrc.org>2006-10-15 11:25:19 +0000
commit7fad8e3cef5630fe925f3c05b573b865c6296ae2 (patch)
treedee51c71ce07c3b9f9ee0c5a87dc11481f3544a5 /x11/kdelibs3
parentde0ba84d4b8024f0be4a099f1526c0457000dcbc (diff)
downloadpkgsrc-7fad8e3cef5630fe925f3c05b573b865c6296ae2.tar.gz
Make check-portability.sh happy. kate/tests/highlight.sh is not
runnable but fix the "test ==" anyway.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/distinfo3
-rw-r--r--x11/kdelibs3/patches/patch-at16
2 files changed, 18 insertions, 1 deletions
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo
index 752f918b170..5ef99cba2ab 100644
--- a/x11/kdelibs3/distinfo
+++ b/x11/kdelibs3/distinfo
@@ -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-ap) = 94037230bb3d12549195d52b98ffdd821f94f90d
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 --git a/x11/kdelibs3/patches/patch-at b/x11/kdelibs3/patches/patch-at
new file mode 100644
index 00000000000..6c52fc3a48a
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-at
@@ -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
+