pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/kdepimlibs4 While still using old (4.4) kmail don...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27145a499460
branches: trunk
changeset: 629927:27145a499460
user: markd <markd%pkgsrc.org@localhost>
date: Sat Feb 01 01:54:59 2014 +0000
description:
While still using old (4.4) kmail don't expect akonadi id's for folders.
diffstat:
misc/kdepimlibs4/distinfo | 3 +-
misc/kdepimlibs4/patches/patch-kpimidentities_identity.cpp | 32 ++++++++++++++
2 files changed, 34 insertions(+), 1 deletions(-)
diffs (52 lines):
diff -r b76ae2c698c6 -r 27145a499460 misc/kdepimlibs4/distinfo
--- a/misc/kdepimlibs4/distinfo Sat Feb 01 01:46:35 2014 +0000
+++ b/misc/kdepimlibs4/distinfo Sat Feb 01 01:54:59 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2013/11/07 12:35:41 markd Exp $
+$NetBSD: distinfo,v 1.28 2014/02/01 01:54:59 markd Exp $
SHA1 (kdepimlibs-4.11.3.tar.xz) = ca131d0e1d24dd2c03e40de8b7d482abe4eba755
RMD160 (kdepimlibs-4.11.3.tar.xz) = d1d3a534958fffa6a4f307ce34b1219ca4fd7e3f
@@ -11,5 +11,6 @@
SHA1 (patch-kldap_ber.cpp) = 3656e006278db8fd4014f6e4a902f60703955871
SHA1 (patch-kldap_ber.h) = c4edcaedb7169e261892b973627b3265f1efd3df
SHA1 (patch-kmbox_CMakeLists.txt) = 924bd70a84c8af1c7d37501d4f718343a0aa7121
+SHA1 (patch-kpimidentities_identity.cpp) = 5a7d7e0c8edb7d2855c0e18bb6e9c596efbfe615
SHA1 (patch-kpimutils_CMakeLists.txt) = 540a866b7c9d9de35ed0613519320490d73258d8
SHA1 (patch-qgpgme_CMakeLists.txt) = 0860963f371a008f1d006dad58ea40329c358cfd
diff -r b76ae2c698c6 -r 27145a499460 misc/kdepimlibs4/patches/patch-kpimidentities_identity.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdepimlibs4/patches/patch-kpimidentities_identity.cpp Sat Feb 01 01:54:59 2014 +0000
@@ -0,0 +1,32 @@
+$NetBSD: patch-kpimidentities_identity.cpp,v 1.1 2014/02/01 01:54:59 markd Exp $
+
+While still using old (4.4) kmail don't expect akonadi id's for folders.
+
+--- kpimidentities/identity.cpp.orig 2013-08-28 17:06:13.909954162 +0000
++++ kpimidentities/identity.cpp
+@@ -674,16 +674,16 @@ bool Identity::matchesEmailAddress( cons
+
+ QString Identity::verifyAkonadiId(const QString& str) const
+ {
+- if(str.isEmpty())
++// if(str.isEmpty())
+ return str;
+- bool ok = false;
+- const qlonglong val = str.toLongLong(&ok);
+- Q_UNUSED(val);
+- if(ok) {
+- return str;
+- } else {
+- return QString();
+- }
++// bool ok = false;
++// const qlonglong val = str.toLongLong(&ok);
++// Q_UNUSED(val);
++// if(ok) {
++// return str;
++// } else {
++// return QString();
++// }
+ }
+
+ void Identity::setAutocorrectionLanguage(const QString& language)
Home |
Main Index |
Thread Index |
Old Index