pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 it's necessary to use 'grep -i' in the te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fee4e48c89b8
branches:  trunk
changeset: 463376:fee4e48c89b8
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 08 13:13:49 2003 +0000

description:
it's necessary to use 'grep -i' in the test for KDE UIC plugins - the
class name is KLineEdit, so exact match on 'klineedit' doesn't work

diffstat:

 x11/kdebase3/distinfo         |   4 ++--
 x11/kdebase3/patches/patch-aa |  21 +++++++++++++++------
 2 files changed, 17 insertions(+), 8 deletions(-)

diffs (61 lines):

diff -r 7b39241cab24 -r fee4e48c89b8 x11/kdebase3/distinfo
--- a/x11/kdebase3/distinfo     Sat Nov 08 10:15:20 2003 +0000
+++ b/x11/kdebase3/distinfo     Sat Nov 08 13:13:49 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.37 2003/09/17 23:18:56 markd Exp $
+$NetBSD: distinfo,v 1.38 2003/11/08 13:13:49 jdolecek Exp $
 
 SHA1 (kdebase-3.1.4.tar.bz2) = 8f6e69ee4a34fdfb5b5d090ef9a4125d7936a7c4
 Size (kdebase-3.1.4.tar.bz2) = 15192052 bytes
@@ -6,7 +6,7 @@
 Size (Daemon.png) = 15725 bytes
 SHA1 (Daemon.README) = eb1e6af52adc02ded77af17e8953134b7e60d23b
 Size (Daemon.README) = 2191 bytes
-SHA1 (patch-aa) = 65d0a22cd49a961d738103eb2bd275c0d1a13d4f
+SHA1 (patch-aa) = 55f763bd8ecbb1eadaeb4fb6982a35fce43ce1a5
 SHA1 (patch-ab) = ef34628c73aaf9704bf06d92db6086bac3da5b44
 SHA1 (patch-ac) = 08793eed3b396839abf2b8ff3d52caafa3a9c59d
 SHA1 (patch-ad) = 40be5fb84b1fe2a7a08e4c2119350246004e5b29
diff -r 7b39241cab24 -r fee4e48c89b8 x11/kdebase3/patches/patch-aa
--- a/x11/kdebase3/patches/patch-aa     Sat Nov 08 10:15:20 2003 +0000
+++ b/x11/kdebase3/patches/patch-aa     Sat Nov 08 13:13:49 2003 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.9 2003/09/17 23:18:57 markd Exp $
+$NetBSD: patch-aa,v 1.10 2003/11/08 13:13:49 jdolecek Exp $
 
---- configure.orig     2003-09-11 03:00:30.000000000 +1200
-+++ configure
-@@ -31619,63 +31619,6 @@ _ACEOF
+--- configure.orig     2003-09-10 17:00:30.000000000 +0200
++++ configure  2003-11-04 14:33:06.000000000 +0100
+@@ -23166,7 +23166,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); }; then
+-      if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
++      if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then
+               kde_cv_uic_plugins=yes
+       fi
+ fi
+@@ -31619,63 +31619,6 @@
  
  
  
@@ -66,7 +75,7 @@
  echo "$as_me:$LINENO: checking if it's safe to enable UTMP" >&5
  echo $ECHO_N "checking if it's safe to enable UTMP... $ECHO_C" >&6
  
-@@ -33816,6 +33759,23 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -33816,6 +33759,23 @@
  
                    ac_cv_have_dpms="-lXdpms"
  
@@ -90,7 +99,7 @@
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
-@@ -38765,6 +38725,7 @@ fi
+@@ -38765,6 +38725,7 @@
  case "$UNAME" in
        Linux) LIBHOSTS="$LIBSENSORS" ;;
        FreeBSD) LIBHOSTS="$LIBSENSORS -lkvm" ;;



Home | Main Index | Thread Index | Old Index