pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/kdevplatform Remove debug statement involving a ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b972ddfc661
branches: trunk
changeset: 641768:9b972ddfc661
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Nov 17 19:01:13 2014 +0000
description:
Remove debug statement involving a non-existing variable.
diffstat:
devel/kdevplatform/distinfo | 3 +-
devel/kdevplatform/patches/patch-plugins_standardoutputview_outputwidget.cpp | 14 ++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r c4ade8e004cf -r 9b972ddfc661 devel/kdevplatform/distinfo
--- a/devel/kdevplatform/distinfo Mon Nov 17 19:00:39 2014 +0000
+++ b/devel/kdevplatform/distinfo Mon Nov 17 19:01:13 2014 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.11 2014/11/14 22:43:59 markd Exp $
+$NetBSD: distinfo,v 1.12 2014/11/17 19:01:13 joerg Exp $
SHA1 (kdevplatform-1.7.0.tar.xz) = 9fc196e7cb09ab33fd5cfbf5af19aa7c513efdc9
RMD160 (kdevplatform-1.7.0.tar.xz) = bfa2899a954f3aa1529c3250f56c92a7057d7c42
Size (kdevplatform-1.7.0.tar.xz) = 1900040 bytes
SHA1 (patch-plugins_classbrowser_documentclassesfolder.h) = b224d053031f21b09f33d35f2e023232338aca4e
+SHA1 (patch-plugins_standardoutputview_outputwidget.cpp) = 39ec8e88a7b39d2b95af3819add5a1cb379df4ea
SHA1 (patch-sublime_aggregatemodel.cpp) = 76bca4fbe352760eaa570ea242d0e33263481e90
SHA1 (patch-util_dbus__socket__transformer_main.cpp) = 0acde83eb41e65ba29db6bf5187a5f666cfb06f1
diff -r c4ade8e004cf -r 9b972ddfc661 devel/kdevplatform/patches/patch-plugins_standardoutputview_outputwidget.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kdevplatform/patches/patch-plugins_standardoutputview_outputwidget.cpp Mon Nov 17 19:01:13 2014 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-plugins_standardoutputview_outputwidget.cpp,v 1.1 2014/11/17 19:01:13 joerg Exp $
+
+select doesn't exist.
+
+--- plugins/standardoutputview/outputwidget.cpp.orig 2014-11-17 15:46:00.000000000 +0000
++++ plugins/standardoutputview/outputwidget.cpp
+@@ -422,7 +422,6 @@ void OutputWidget::selectItem(Direction
+ ? iface->previousHighlightIndex( index )
+ : iface->nextHighlightIndex( index );
+
+- kDebug() << "selecting item" << select << index << newIndex;
+ activateIndex(newIndex, view, iface);
+ }
+
Home |
Main Index |
Thread Index |
Old Index