diff options
author | markd <markd> | 2006-11-20 09:30:26 +0000 |
---|---|---|
committer | markd <markd> | 2006-11-20 09:30:26 +0000 |
commit | 5ff37b07c01c4eea72d8500ae7c67ac4cd1ee661 (patch) | |
tree | b82dd5df12dacf14e78c686e177d452a0dca01a9 | |
parent | c933ff205cd787b8cc03fb15151e98637e029da5 (diff) | |
download | pkgsrc-5ff37b07c01c4eea72d8500ae7c67ac4cd1ee661.tar.gz |
Use CHECK_PORTABILITY_SKIP for kate/tests/highlight.sh - its not a real
script.
-rw-r--r-- | x11/kdelibs3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/distinfo | 3 | ||||
-rw-r--r-- | x11/kdelibs3/patches/patch-at | 16 |
3 files changed, 4 insertions, 19 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index aba688f73d5..043c3c7362a 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2006/10/12 10:31:04 markd Exp $ +# $NetBSD: Makefile,v 1.115 2006/11/20 09:30:26 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} CATEGORIES= x11 @@ -35,6 +35,8 @@ REPLACE_PERL+= \ kio/misc/fileshareset \ kdeui/preparetips +CHECK_PORTABILITY_SKIP+=kate/tests/highlight.sh + UNLIMIT_RESOURCES= datasize memorysize SUBST_CLASSES+= kdelibsfix diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index 5ef99cba2ab..01e0a6899d5 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.79 2006/10/15 11:25:19 markd Exp $ +$NetBSD: distinfo,v 1.80 2006/11/20 09:30:26 markd Exp $ SHA1 (kdelibs-3.5.5.tar.bz2) = 7961818e41e22cce7c58219c4eb63ed5fbb94307 RMD160 (kdelibs-3.5.5.tar.bz2) = 8e389869f9a53445754c76a0f7535ef2fffc6d03 @@ -14,7 +14,6 @@ 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 deleted file mode 100644 index 6c52fc3a48a..00000000000 --- a/x11/kdelibs3/patches/patch-at +++ /dev/null @@ -1,16 +0,0 @@ -$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 - |