summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-11-11 22:29:13 +0000
committerjoerg <joerg@pkgsrc.org>2012-11-11 22:29:13 +0000
commit8c02f588086246d2515c11fdf95b269ecfeafc27 (patch)
treeed2890d28a36b55dcc4e1901abe2f01ffee2b81f /misc
parent7e5d98569e4f1d3608c5e370a34fb78ec427ef3b (diff)
downloadpkgsrc-8c02f588086246d2515c11fdf95b269ecfeafc27.tar.gz
Add missing template reference. Fix visibility inconsistencies.
Diffstat (limited to 'misc')
-rw-r--r--misc/kdepim4/distinfo5
-rw-r--r--misc/kdepim4/patches/patch-kmail_imapaccountbase.h20
-rw-r--r--misc/kdepim4/patches/patch-kmail_networkaccount.h20
-rw-r--r--misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h13
4 files changed, 57 insertions, 1 deletions
diff --git a/misc/kdepim4/distinfo b/misc/kdepim4/distinfo
index 2a7c07f9ddb..655f41aef75 100644
--- a/misc/kdepim4/distinfo
+++ b/misc/kdepim4/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2012/03/19 21:01:28 markd Exp $
+$NetBSD: distinfo,v 1.17 2012/11/11 22:29:13 joerg Exp $
SHA1 (kdepim-4.4.11.1.tar.bz2) = 49dd6cc8406b0ef4bb681bfc0de6ad9368b4b5b2
RMD160 (kdepim-4.4.11.1.tar.bz2) = 51394b9dcb3aecc4f108e87de37c21e3af820ee1
@@ -21,8 +21,11 @@ SHA1 (patch-an) = 0644fda1025698dcb6833672ca88656931cd73dd
SHA1 (patch-ao) = e8c93353d3d73662a55589dc71ceb8d7e03426bd
SHA1 (patch-ap) = cf6854d683345d51c6d9f19286d73fea693a241a
SHA1 (patch-kalarm_CMakeLists.txt) = 6799c123f626c50b8bef7ca3e720f899938accdc
+SHA1 (patch-kmail_imapaccountbase.h) = 0f04ffe6e936bdd8ca5823be3d711a41965c64c8
+SHA1 (patch-kmail_networkaccount.h) = 0e1f95fcabad758fcd75a1c0e6605fcf7e57dd2b
SHA1 (patch-knode_CMakeLists.txt) = 0f3fcf56b46ff0b82fbadb3602947b6235db5234
SHA1 (patch-kontact_plugins_akregator_CMakeLists.txt) = d148f3adad4fd2889dbd5e80402904322a4721c4
SHA1 (patch-korganizer_CMakeLists.txt) = 3beb3f01c7e77cb4551dfe359ee4dddbca035840
+SHA1 (patch-libkleo_backends_qgpgme_threadedjobmixin.h) = ebad4d39e349e0b089a6d9cddfd9dd14f5e898ba
SHA1 (patch-plugins_kaddressbook_editorpages_CMakeLists.txt) = 106a99f984eb1991065f920d120b03a5095f6688
SHA1 (patch-plugins_kmail_bodypartformatter_CMakeLists.txt) = 63b88d4afdbb9901c7b0344559d41a21b733c57f
diff --git a/misc/kdepim4/patches/patch-kmail_imapaccountbase.h b/misc/kdepim4/patches/patch-kmail_imapaccountbase.h
new file mode 100644
index 00000000000..e9c311f9cd9
--- /dev/null
+++ b/misc/kdepim4/patches/patch-kmail_imapaccountbase.h
@@ -0,0 +1,20 @@
+$NetBSD: patch-kmail_imapaccountbase.h,v 1.1 2012/11/11 22:29:14 joerg Exp $
+
+--- kmail/imapaccountbase.h.orig 2012-11-09 14:04:05.000000000 +0000
++++ kmail/imapaccountbase.h
+@@ -37,7 +37,6 @@
+ #include <QByteArray>
+ #include "progressmanager.h"
+
+-class AccountManager;
+ class KMFolder;
+ class KConfigGroup;
+ class KMMessagePart;
+@@ -55,6 +54,7 @@ namespace KPIM {
+ }
+
+ namespace KMail {
++ class AccountManager;
+ struct ACLListEntry;
+ class QuotaInfo;
+ typedef QVector<KMail::ACLListEntry> ACLList;
diff --git a/misc/kdepim4/patches/patch-kmail_networkaccount.h b/misc/kdepim4/patches/patch-kmail_networkaccount.h
new file mode 100644
index 00000000000..25fe8950f87
--- /dev/null
+++ b/misc/kdepim4/patches/patch-kmail_networkaccount.h
@@ -0,0 +1,20 @@
+$NetBSD: patch-kmail_networkaccount.h,v 1.1 2012/11/11 22:29:14 joerg Exp $
+
+--- kmail/networkaccount.h.orig 2012-11-09 14:02:41.000000000 +0000
++++ kmail/networkaccount.h
+@@ -33,7 +33,6 @@
+
+ #include <QString>
+
+-class AccountManager;
+ class KConfig/*Base*/;
+ class KUrl;
+ namespace KIO {
+@@ -41,6 +40,7 @@ namespace KIO {
+ }
+
+ namespace KMail {
++ class AccountManager;
+
+ class NetworkAccount : public KMAccount {
+ Q_OBJECT
diff --git a/misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h b/misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h
new file mode 100644
index 00000000000..7080fdd7a73
--- /dev/null
+++ b/misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-libkleo_backends_qgpgme_threadedjobmixin.h,v 1.1 2012/11/11 22:29:14 joerg Exp $
+
+--- libkleo/backends/qgpgme/threadedjobmixin.h.orig 2012-11-09 13:05:24.000000000 +0000
++++ libkleo/backends/qgpgme/threadedjobmixin.h
+@@ -143,7 +143,7 @@ namespace _detail {
+
+ void lateInitialization() {
+ assert( m_ctx );
+- connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
++ this->connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
+ m_ctx->setProgressProvider( this );
+ }
+