diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-11-08 13:13:49 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-11-08 13:13:49 +0000 |
commit | 16883dfc593c4ef401ad3ab075406ad2be1f3178 (patch) | |
tree | 725a7cf85c3ab072d71d17a75d3b5836f8ef5ab9 /x11 | |
parent | 76cd821b090ee9131db4c9ea12ad35eba172489b (diff) | |
download | pkgsrc-16883dfc593c4ef401ad3ab075406ad2be1f3178.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/kdebase3/distinfo | 4 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-aa | 21 |
2 files changed, 17 insertions, 8 deletions
diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index fe8cb302c0f..b84de0be378 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -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 @@ SHA1 (Daemon.png) = e77a42c644beecd66c4b95c0ae68c08c728a4e6d 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 --git a/x11/kdebase3/patches/patch-aa b/x11/kdebase3/patches/patch-aa index b540ef695ec..f4ac7833a9a 100644 --- a/x11/kdebase3/patches/patch-aa +++ b/x11/kdebase3/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.9 2003/09/17 23:18:57 markd Exp $ 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 @@ $NetBSD: patch-aa,v 1.9 2003/09/17 23:18:57 markd Exp $ 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" ;; |