summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2013-03-26 23:30:44 +0000
committerjoerg <joerg>2013-03-26 23:30:44 +0000
commit8e487fec22bbdac14e9b79ac610585665a5eeb4a (patch)
treec437f6b1596cb011da336b5243cdc7ab9f623b46
parentabf409205e1801927f0b2aa1af3eca11bf9b9038 (diff)
downloadpkgsrc-8e487fec22bbdac14e9b79ac610585665a5eeb4a.tar.gz
Forward class definitions must not use namespace :: syntax.
-rw-r--r--devel/kdevelop-base/distinfo5
-rw-r--r--devel/kdevelop-base/patches/patch-lib_widgets_kdevhtmlpart.h15
-rw-r--r--devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspart.h13
-rw-r--r--devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspartimpl.h13
-rw-r--r--editors/dasher/distinfo5
-rw-r--r--editors/dasher/patches/patch-Src_DasherCore_DasherViewSquare.h16
-rw-r--r--editors/dasher/patches/patch-Src_DasherCore_SettingsStore.h14
-rw-r--r--editors/dasher/patches/patch-Src_DasherCore_View_DelayedDraw.h12
-rw-r--r--graphics/kdegraphics3/distinfo3
-rw-r--r--graphics/kdegraphics3/patches/patch-kooka_thumbview.h15
-rw-r--r--misc/kdepim3/distinfo7
-rw-r--r--misc/kdepim3/patches/patch-akregator_src_akregator__part.h16
-rw-r--r--misc/kdepim3/patches/patch-akregator_src_mainwindow.h18
-rw-r--r--misc/kdepim3/patches/patch-karm_karmstorage.h15
-rw-r--r--misc/kdepim3/patches/patch-karm_task.h17
-rw-r--r--misc/kdepim3/patches/patch-kitchensync_src_configguildap.h15
-rw-r--r--misc/kdeutils3/distinfo3
-rw-r--r--misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h15
-rw-r--r--net/kdenetwork3/distinfo6
-rw-r--r--net/kdenetwork3/patches/patch-kopete_libkopete_kopetepasswordedaccount.h17
-rw-r--r--net/kdenetwork3/patches/patch-kopete_libkopete_ui_metacontactselectorwidget.h17
-rw-r--r--net/kdenetwork3/patches/patch-kopete_protocols_gadu_gadueditcontact.h12
-rw-r--r--net/kdenetwork3/patches/patch-kopete_protocols_groupwise_libgroupwise_qcatlshandler.h15
-rw-r--r--www/kdewebdev3/distinfo4
-rw-r--r--www/kdewebdev3/patches/patch-quanta_src_quanta.h17
-rw-r--r--www/kdewebdev3/patches/patch-quanta_treeviews_projecttreeview.h15
26 files changed, 313 insertions, 7 deletions
diff --git a/devel/kdevelop-base/distinfo b/devel/kdevelop-base/distinfo
index 6df83bf23b3..6e0d326a267 100644
--- a/devel/kdevelop-base/distinfo
+++ b/devel/kdevelop-base/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.42 2013/01/15 15:20:44 joerg Exp $
+$NetBSD: distinfo,v 1.43 2013/03/26 23:30:44 joerg Exp $
SHA1 (kdevelop_3.5.5.orig.tar.gz) = a28c7e4e9b5a7244a5a7063593c9713178a54bcd
RMD160 (kdevelop_3.5.5.orig.tar.gz) = 5426fdff33ce32908141c098c8dfd5e4223c928a
@@ -18,4 +18,7 @@ SHA1 (patch-languages_perl_perlsupportpart.cpp) = 87128f0a2714368e41400dfa341a06
SHA1 (patch-languages_python_pythonsupportpart.cpp) = 2f9f6c3d96e9c02ba554fff9e3861ff47999c5c9
SHA1 (patch-languages_ruby_rubysupport__part.cpp) = c6c78b777ac6f4826ec490d496d6bcc70934edaf
SHA1 (patch-lib_cppparser_lexer.h) = d4d787360ab8ae65b687139ca2924401920e381d
+SHA1 (patch-lib_widgets_kdevhtmlpart.h) = 4c88e2755af66897d3f26479e756049778532d31
SHA1 (patch-parts_tools_tools__part.cpp) = 0fb3510c498fc2a8844f0c2f8ef186b7697c32fe
+SHA1 (patch-vcs_cvsservice_cvspart.h) = 0859d15445eaafa907c184fbfbc2c85b30513162
+SHA1 (patch-vcs_cvsservice_cvspartimpl.h) = ba6f66f6581be20e1585d4102306424811d62473
diff --git a/devel/kdevelop-base/patches/patch-lib_widgets_kdevhtmlpart.h b/devel/kdevelop-base/patches/patch-lib_widgets_kdevhtmlpart.h
new file mode 100644
index 00000000000..1dc72c17f2c
--- /dev/null
+++ b/devel/kdevelop-base/patches/patch-lib_widgets_kdevhtmlpart.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_widgets_kdevhtmlpart.h,v 1.1 2013/03/26 23:30:44 joerg Exp $
+
+--- lib/widgets/kdevhtmlpart.h.orig 2013-03-25 20:32:56.000000000 +0000
++++ lib/widgets/kdevhtmlpart.h
+@@ -14,7 +14,9 @@ Customized KHTML part for KDevelop.
+
+ class KAction;
+ class KToolBarPopupAction;
+-class KParts::ReadOnlyPart;
++namespace KParts {
++class ReadOnlyPart;
++}
+
+ struct DocumentationHistoryEntry {
+ KURL url;
diff --git a/devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspart.h b/devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspart.h
new file mode 100644
index 00000000000..555043c46e6
--- /dev/null
+++ b/devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspart.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-vcs_cvsservice_cvspart.h,v 1.1 2013/03/26 23:30:44 joerg Exp $
+
+--- vcs/cvsservice/cvspart.h.orig 2013-03-25 21:20:02.000000000 +0000
++++ vcs/cvsservice/cvspart.h
+@@ -23,8 +23,6 @@ class Context;
+ class QPopupMenu;
+ class QDir;
+ class KDialogBase;
+-class KURL;
+-class KURL::List;
+ class KAction;
+
+ class CvsProcessWidget;
diff --git a/devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspartimpl.h b/devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspartimpl.h
new file mode 100644
index 00000000000..4108de4585d
--- /dev/null
+++ b/devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspartimpl.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-vcs_cvsservice_cvspartimpl.h,v 1.1 2013/03/26 23:30:44 joerg Exp $
+
+--- vcs/cvsservice/cvspartimpl.h.orig 2013-03-25 21:17:47.000000000 +0000
++++ vcs/cvsservice/cvspartimpl.h
+@@ -21,8 +21,6 @@
+
+ class CvsServicePart;
+ class KDialogBase;
+-class KURL;
+-class KURL::List;
+ class CvsProcessWidget;
+ class KDevMainWindow;
+ class KDevCore;
diff --git a/editors/dasher/distinfo b/editors/dasher/distinfo
index ed489f52094..6c18af68cca 100644
--- a/editors/dasher/distinfo
+++ b/editors/dasher/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.30 2009/05/21 16:06:35 wiz Exp $
+$NetBSD: distinfo,v 1.31 2013/03/26 23:30:45 joerg Exp $
SHA1 (dasher-4.10.1.tar.bz2) = bc2bd8c8c8f078f5290527f1525563d098f53b5d
RMD160 (dasher-4.10.1.tar.bz2) = 0ed314ba5717f129168e315e02389259dc28532c
Size (dasher-4.10.1.tar.bz2) = 6679084 bytes
+SHA1 (patch-Src_DasherCore_DasherViewSquare.h) = 3bd8b1d06c837b1c704eb9b9592c070eeff8dda6
+SHA1 (patch-Src_DasherCore_SettingsStore.h) = b56d4480ef6a2da6ac9bfd0f0c5230486efdc8b2
+SHA1 (patch-Src_DasherCore_View_DelayedDraw.h) = e56cc2be5f36f7a9a6be26bc53939fa679d116f3
diff --git a/editors/dasher/patches/patch-Src_DasherCore_DasherViewSquare.h b/editors/dasher/patches/patch-Src_DasherCore_DasherViewSquare.h
new file mode 100644
index 00000000000..51c6641adf2
--- /dev/null
+++ b/editors/dasher/patches/patch-Src_DasherCore_DasherViewSquare.h
@@ -0,0 +1,16 @@
+$NetBSD: patch-Src_DasherCore_DasherViewSquare.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- Src/DasherCore/DasherViewSquare.h.orig 2013-03-26 19:27:24.000000000 +0000
++++ Src/DasherCore/DasherViewSquare.h
+@@ -20,11 +20,6 @@ namespace Dasher {
+ class CDasherNode;
+ }
+
+-class Dasher::CDasherViewSquare;
+-class Dasher::CDasherModel;
+-class Dasher::CDelayedDraw;
+-class Dasher::CDasherNode;
+-
+ /// \ingroup View
+ /// @{
+
diff --git a/editors/dasher/patches/patch-Src_DasherCore_SettingsStore.h b/editors/dasher/patches/patch-Src_DasherCore_SettingsStore.h
new file mode 100644
index 00000000000..5606a251b88
--- /dev/null
+++ b/editors/dasher/patches/patch-Src_DasherCore_SettingsStore.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-Src_DasherCore_SettingsStore.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- Src/DasherCore/SettingsStore.h.orig 2013-03-26 19:19:11.000000000 +0000
++++ Src/DasherCore/SettingsStore.h
+@@ -18,9 +18,6 @@ namespace Dasher {
+ class CParameterNotificationEvent;
+ }
+
+-class Dasher::CEventHandler;
+-class Dasher::CParameterNotificationEvent;
+-
+ // Types that are parameters can be
+ enum ParameterType
+ {
diff --git a/editors/dasher/patches/patch-Src_DasherCore_View_DelayedDraw.h b/editors/dasher/patches/patch-Src_DasherCore_View_DelayedDraw.h
new file mode 100644
index 00000000000..451ad481e3c
--- /dev/null
+++ b/editors/dasher/patches/patch-Src_DasherCore_View_DelayedDraw.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-Src_DasherCore_View_DelayedDraw.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- Src/DasherCore/View/DelayedDraw.h.orig 2013-03-26 19:23:47.000000000 +0000
++++ Src/DasherCore/View/DelayedDraw.h
+@@ -15,7 +15,6 @@ namespace Dasher {
+ class CDasherScreen;
+ }
+
+-class Dasher::CDasherScreen;
+
+ namespace Dasher {
+ /// \ingroup View
diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo
index 15f537cefb0..4b90603f418 100644
--- a/graphics/kdegraphics3/distinfo
+++ b/graphics/kdegraphics3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2013/01/17 15:54:36 joerg Exp $
+$NetBSD: distinfo,v 1.57 2013/03/26 23:30:45 joerg Exp $
SHA1 (kdegraphics-3.5.10.tar.bz2) = 9634e3ab364d017152fb6d636efad8811aeec6c3
RMD160 (kdegraphics-3.5.10.tar.bz2) = 94278e4419ab99885fc9efae9b6ba5ba787f831e
@@ -10,6 +10,7 @@ SHA1 (patch-ad) = 39f9af23006d6b8d09d0ecbb83a382df6b125152
SHA1 (patch-ae) = e1984e4441f2b96697ae7a17028bd59bacb7cc73
SHA1 (patch-af) = ab3eff6677c889dfd48b5aa6cc116a0da18dd925
SHA1 (patch-kmrml_kmrml_mrml__elements.h) = f832e7e0a83cec5214630fd871f2d7132b5219d9
+SHA1 (patch-kooka_thumbview.h) = 8c58202c5c68f27f4a5221541c20e20016b2f76f
SHA1 (patch-ksvg_impl_libs_libtext2path_src_Converter.cpp) = 4a1588c91e94c09862e2b702c357b8c478d19add
SHA1 (patch-kviewshell_documentWidget.cpp) = 605f44f574f8391b9947424d0fee926bc2f7a494
SHA1 (patch-kviewshell_plugins_djvu_libdjvu_GContainer.h) = ba805be065c9eb38b865d969e291ab5bb49b1798
diff --git a/graphics/kdegraphics3/patches/patch-kooka_thumbview.h b/graphics/kdegraphics3/patches/patch-kooka_thumbview.h
new file mode 100644
index 00000000000..f48702b201a
--- /dev/null
+++ b/graphics/kdegraphics3/patches/patch-kooka_thumbview.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-kooka_thumbview.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- kooka/thumbview.h.orig 2013-03-25 10:04:28.000000000 +0000
++++ kooka/thumbview.h
+@@ -54,7 +54,9 @@
+ class QPixmap;
+ class QListViewItem;
+ class KProgress;
+-class KIO::PreviewJob;
++namespace KIO {
++ class PreviewJob;
++}
+
+ class ThumbView: public QVBox /* KIconView */
+ {
diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo
index 1eb0da959c0..61e0536b4f7 100644
--- a/misc/kdepim3/distinfo
+++ b/misc/kdepim3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.65 2012/12/19 17:21:48 jperkin Exp $
+$NetBSD: distinfo,v 1.66 2013/03/26 23:30:45 joerg Exp $
SHA1 (kdepim-3.5.10.tar.bz2) = 537da60fe3564ecc0ed2802e744fbf96386909a9
RMD160 (kdepim-3.5.10.tar.bz2) = 52a834dc8eb377d397404a16a09c8a59b568b305
@@ -7,6 +7,8 @@ SHA1 (patch-aa) = d9eef6f9f0301cc19897e84d632ccb3127761a4f
SHA1 (patch-ab) = bc6a6bf4dd389cb3c1ae95c2a95ec9e54509e51c
SHA1 (patch-ac) = d4e7b3281f81afc1e3ba383d78ab5bb64af5ee85
SHA1 (patch-ak) = cac11150a708f2f4258b9371f9aaa72b133a821d
+SHA1 (patch-akregator_src_akregator__part.h) = 02d38a4cb9ef55b9110ef94ba5afe4c22bc12b4a
+SHA1 (patch-akregator_src_mainwindow.h) = 6554e50d133a399b57ca9f031b4dea3c63b00149
SHA1 (patch-al) = 723424b7c39c5e0e0899b340a30e5a3f32c90a6a
SHA1 (patch-am) = 29066a35ac983764a8cfa9392b9d67df581b35d3
SHA1 (patch-ao) = f3760617e77fe74d80733613a18905971ee4c5f9
@@ -16,6 +18,9 @@ SHA1 (patch-ar) = d1a2ef8db72a1156beff5f925a262c217fd6eb83
SHA1 (patch-as) = bfcde6d85ca844ebe4cff93ca0ed42deb2cefbff
SHA1 (patch-at) = 670b61b45eed92c854808991e6241f29bee47554
SHA1 (patch-configure) = c25992299b78b3c45f9f5f3dfcbd5f92a4df89ac
+SHA1 (patch-karm_karmstorage.h) = e30049edeef91dd365138d545bd744a4556cbbdc
+SHA1 (patch-karm_task.h) = 6a87ec8898ed41f330a8b5aea556237f17dfbc68
+SHA1 (patch-kitchensync_src_configguildap.h) = a08a79894d08757fd315bec83033f49e3f41f3c6
SHA1 (patch-kmail_editorwatcher.cpp) = e66a40ea73810c59d23f52f6953c09b85d4e1deb
SHA1 (patch-kmail_imapaccountbase.h) = 362d8445597c869b9ee8366a4b9a698773579512
SHA1 (patch-kmail_kmsystemtray.cpp) = 1d658e1e1ee3d17d0f38955e5399505d61fdb402
diff --git a/misc/kdepim3/patches/patch-akregator_src_akregator__part.h b/misc/kdepim3/patches/patch-akregator_src_akregator__part.h
new file mode 100644
index 00000000000..54d9eefdb56
--- /dev/null
+++ b/misc/kdepim3/patches/patch-akregator_src_akregator__part.h
@@ -0,0 +1,16 @@
+$NetBSD: patch-akregator_src_akregator__part.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- akregator/src/akregator_part.h.orig 2013-03-26 09:33:46.000000000 +0000
++++ akregator/src/akregator_part.h
+@@ -40,7 +40,10 @@ class QTimer;
+ class KAboutData;
+ class KConfig;
+ class KURL;
+-class KParts::BrowserExtension;
++
++namespace KParts {
++ class BrowserExtension;
++}
+
+ namespace Akregator
+ {
diff --git a/misc/kdepim3/patches/patch-akregator_src_mainwindow.h b/misc/kdepim3/patches/patch-akregator_src_mainwindow.h
new file mode 100644
index 00000000000..b23229d70e3
--- /dev/null
+++ b/misc/kdepim3/patches/patch-akregator_src_mainwindow.h
@@ -0,0 +1,18 @@
+$NetBSD: patch-akregator_src_mainwindow.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- akregator/src/mainwindow.h.orig 2013-03-26 09:32:12.000000000 +0000
++++ akregator/src/mainwindow.h
+@@ -39,8 +39,11 @@ class KActionCollection;
+ class KToggleAction;
+ class KSqueezedTextLabel;
+ class KProgress;
+-class KParts::BrowserExtension;
+-class KParts::PartManager;
++
++namespace KParts {
++ class BrowserExtension;
++ class PartManager;
++}
+
+ namespace KPIM
+ {
diff --git a/misc/kdepim3/patches/patch-karm_karmstorage.h b/misc/kdepim3/patches/patch-karm_karmstorage.h
new file mode 100644
index 00000000000..343ce2e998f
--- /dev/null
+++ b/misc/kdepim3/patches/patch-karm_karmstorage.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-karm_karmstorage.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- karm/karmstorage.h.orig 2013-03-26 10:10:20.000000000 +0000
++++ karm/karmstorage.h
+@@ -41,7 +41,9 @@ class Preferences;
+ class Task;
+ class TaskView;
+ class HistoryEvent;
+-class KCal::Todo;
++namespace KCal {
++ class Todo;
++}
+
+ /**
+ * Singleton to store/retrieve KArm data to/from persistent storage.
diff --git a/misc/kdepim3/patches/patch-karm_task.h b/misc/kdepim3/patches/patch-karm_task.h
new file mode 100644
index 00000000000..b8ca38861d1
--- /dev/null
+++ b/misc/kdepim3/patches/patch-karm_task.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-karm_task.h,v 1.1 2013/03/26 23:30:46 joerg Exp $
+
+--- karm/task.h.orig 2013-03-26 10:11:16.000000000 +0000
++++ karm/task.h
+@@ -21,8 +21,10 @@ class QString;
+ class KarmStorage;
+
+ class QTimer;
+-class KCal::Incidence;
+-class KCal::Todo;
++namespace KCal {
++ class Incidence;
++ class Todo;
++}
+ class QObject;
+ class QPixmap;
+
diff --git a/misc/kdepim3/patches/patch-kitchensync_src_configguildap.h b/misc/kdepim3/patches/patch-kitchensync_src_configguildap.h
new file mode 100644
index 00000000000..deb6fcbf4e6
--- /dev/null
+++ b/misc/kdepim3/patches/patch-kitchensync_src_configguildap.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-kitchensync_src_configguildap.h,v 1.1 2013/03/26 23:30:46 joerg Exp $
+
+--- kitchensync/src/configguildap.h.orig 2013-03-26 09:28:47.000000000 +0000
++++ kitchensync/src/configguildap.h
+@@ -29,7 +29,9 @@ class QCheckBox;
+ class QLabel;
+ class QSpinBox;
+
+-class KABC::LdapConfigWidget;
++namespace KABC {
++class LdapConfigWidget;
++}
+ class KComboBox;
+ class KLineEdit;
+
diff --git a/misc/kdeutils3/distinfo b/misc/kdeutils3/distinfo
index 69c3ffaec76..8b93b1104f3 100644
--- a/misc/kdeutils3/distinfo
+++ b/misc/kdeutils3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2013/01/15 15:25:21 joerg Exp $
+$NetBSD: distinfo,v 1.53 2013/03/26 23:30:46 joerg Exp $
SHA1 (kdeutils-3.5.10.tar.bz2) = dfa440253fd9802d1a9665d339c20d903ea676af
RMD160 (kdeutils-3.5.10.tar.bz2) = 98edf87a92c6baf2a3dcd119659cead1110d5789
@@ -9,4 +9,5 @@ SHA1 (patch-ai) = 6a4b3d3d77ba2756a7ee71d923d8bfe78c735bce
SHA1 (patch-an) = be425dd332ec5293fe472bba48496c10ec84c7ad
SHA1 (patch-ao) = ef89fd10177e3164a1b3c0dcaccd104f1079ec6a
SHA1 (patch-aq) = a76ff5042c3dec821026f512f6e83f5a3eaa3d91
+SHA1 (patch-superkaramba_src_imagelabel.h) = 4184b621772a27ec3e0eaa4cf77e951062db2692
SHA1 (patch-superkaramba_src_memsensor.cpp) = 148c897bcd37e0962a5b476d95f2ad6dee5a44fe
diff --git a/misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h b/misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h
new file mode 100644
index 00000000000..5a811c25566
--- /dev/null
+++ b/misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-superkaramba_src_imagelabel.h,v 1.1 2013/03/26 23:30:46 joerg Exp $
+
+--- superkaramba/src/imagelabel.h.orig 2013-03-26 21:30:40.000000000 +0000
++++ superkaramba/src/imagelabel.h
+@@ -38,7 +38,9 @@
+ #include "karamba.h"
+
+ class ImageLabel;
+-class KIO::CopyJob;
++namespace KIO {
++ class CopyJob;
++}
+
+ // Abstract Effects Baseclass
+ class Effect : public QObject
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo
index d6e18854b89..e634ec3e11e 100644
--- a/net/kdenetwork3/distinfo
+++ b/net/kdenetwork3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2013/01/15 15:30:00 joerg Exp $
+$NetBSD: distinfo,v 1.53 2013/03/26 23:30:46 joerg Exp $
SHA1 (kdenetwork-3.5.10.tar.bz2) = eb280bffaf4642bfda442cc6a9fb38dc4163b720
RMD160 (kdenetwork-3.5.10.tar.bz2) = f888f53746f1e734d3c15c09eac1c2b9c0564b20
@@ -18,6 +18,10 @@ SHA1 (patch-bc) = 8e6349eb5680fa7ac807c09d38816e744aa359c2
SHA1 (patch-bd) = 05c285a1965f5a9af03b0570ac51a1ea19d7fed0
SHA1 (patch-be) = 69eee4103409cd10dc673c3f7da3736c9505e927
SHA1 (patch-filesharing_advanced_kcm__sambaconf_qmultichecklistitem.cpp) = 46bb9a2788fc03651a0740b4c070246e18422bf4
+SHA1 (patch-kopete_libkopete_kopetepasswordedaccount.h) = 65ba4a13c9933d2a8629daeadcf1e1516e8a80eb
SHA1 (patch-kopete_libkopete_kopeteproperties.h) = 3428271a6840fdfb57d7aece2c6e68047c9db422
+SHA1 (patch-kopete_libkopete_ui_metacontactselectorwidget.h) = f3369979ef50bfcee1ea30be4fe687b991df8c8b
+SHA1 (patch-kopete_protocols_gadu_gadueditcontact.h) = 507b2d22d09cfb8f7055c8ced2e4a78d91bdc5f2
+SHA1 (patch-kopete_protocols_groupwise_libgroupwise_qcatlshandler.h) = 4c87cec82d736586c107a982c73dcd7a6c688017
SHA1 (patch-krdc_vnc_rfbproto.c) = 0a48d5244638a592cd000231c4b97cd669300138
SHA1 (patch-krfb_krfb_configuration_h) = ef3c84a02c03a9c24341cab9b691b68ef3c4f0cc
diff --git a/net/kdenetwork3/patches/patch-kopete_libkopete_kopetepasswordedaccount.h b/net/kdenetwork3/patches/patch-kopete_libkopete_kopetepasswordedaccount.h
new file mode 100644
index 00000000000..e261702653d
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-kopete_libkopete_kopetepasswordedaccount.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-kopete_libkopete_kopetepasswordedaccount.h,v 1.1 2013/03/26 23:30:46 joerg Exp $
+
+--- kopete/libkopete/kopetepasswordedaccount.h.orig 2013-03-26 19:43:12.000000000 +0000
++++ kopete/libkopete/kopetepasswordedaccount.h
+@@ -21,10 +21,10 @@
+
+ #include "kopete_export.h"
+
+-class Kopete::OnlineStatus;
+-
+ namespace Kopete
+ {
++ class OnlineStatus;
++
+
+ class Password;
+
diff --git a/net/kdenetwork3/patches/patch-kopete_libkopete_ui_metacontactselectorwidget.h b/net/kdenetwork3/patches/patch-kopete_libkopete_ui_metacontactselectorwidget.h
new file mode 100644
index 00000000000..208dc5750be
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-kopete_libkopete_ui_metacontactselectorwidget.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-kopete_libkopete_ui_metacontactselectorwidget.h,v 1.1 2013/03/26 23:30:46 joerg Exp $
+
+--- kopete/libkopete/ui/metacontactselectorwidget.h.orig 2013-03-26 19:40:25.000000000 +0000
++++ kopete/libkopete/ui/metacontactselectorwidget.h
+@@ -23,10 +23,10 @@
+ #include "kopetelistviewitem.h"
+ #include "kopete_export.h"
+
+-class Kopete::MetaContact;
+-
+ namespace Kopete
+ {
++ class MetaContact;
++
+ namespace UI
+ {
+
diff --git a/net/kdenetwork3/patches/patch-kopete_protocols_gadu_gadueditcontact.h b/net/kdenetwork3/patches/patch-kopete_protocols_gadu_gadueditcontact.h
new file mode 100644
index 00000000000..d05807fc57e
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-kopete_protocols_gadu_gadueditcontact.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-kopete_protocols_gadu_gadueditcontact.h,v 1.1 2013/03/26 23:30:46 joerg Exp $
+
+--- kopete/protocols/gadu/gadueditcontact.h.orig 2013-03-26 20:06:40.000000000 +0000
++++ kopete/protocols/gadu/gadueditcontact.h
+@@ -31,7 +31,6 @@ class QLabel;
+ class QString;
+ class QWidget;
+ class GaduContact;
+-class GaduContactsList::ContactLine;
+ class QListViewItem;
+
+ class GaduEditContact : public KDialogBase
diff --git a/net/kdenetwork3/patches/patch-kopete_protocols_groupwise_libgroupwise_qcatlshandler.h b/net/kdenetwork3/patches/patch-kopete_protocols_groupwise_libgroupwise_qcatlshandler.h
new file mode 100644
index 00000000000..d6b8a6d6494
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-kopete_protocols_groupwise_libgroupwise_qcatlshandler.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-kopete_protocols_groupwise_libgroupwise_qcatlshandler.h,v 1.1 2013/03/26 23:30:46 joerg Exp $
+
+--- kopete/protocols/groupwise/libgroupwise/qcatlshandler.h.orig 2013-03-26 19:57:51.000000000 +0000
++++ kopete/protocols/groupwise/libgroupwise/qcatlshandler.h
+@@ -23,7 +23,9 @@
+ //#include <qtimer.h>
+ #include "tlshandler.h"
+
+-class QCA::TLS;
++namespace QCA {
++class TLS;
++}
+
+ class QCATLSHandler : public TLSHandler
+ {
diff --git a/www/kdewebdev3/distinfo b/www/kdewebdev3/distinfo
index d26fda413b3..1fd4dd33ec8 100644
--- a/www/kdewebdev3/distinfo
+++ b/www/kdewebdev3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2013/01/17 16:04:49 joerg Exp $
+$NetBSD: distinfo,v 1.23 2013/03/26 23:30:46 joerg Exp $
SHA1 (kdewebdev-3.5.10.tar.bz2) = 71af1a5f3e835b3021b180271f8a4c1879b55b82
RMD160 (kdewebdev-3.5.10.tar.bz2) = 210665120b13431f18a4070f2b5a9e24cb58920d
@@ -6,3 +6,5 @@ Size (kdewebdev-3.5.10.tar.bz2) = 6249632 bytes
SHA1 (patch-aa) = 2ae1f420dfd7cbe841eaae29730bc087ec77f598
SHA1 (patch-quanta_parsers_tag.h) = 72135e8b222187a2757119b01b407cfd61b861ee
SHA1 (patch-quanta_parts_kafka_kafkacommon.cpp) = 077024b5955f78a300e692987115ac7441ba6040
+SHA1 (patch-quanta_src_quanta.h) = 18184b72c06293cc24d945335bb4a130482c27bb
+SHA1 (patch-quanta_treeviews_projecttreeview.h) = c2f4300852ad04c2ee5b76feee157c5e60727315
diff --git a/www/kdewebdev3/patches/patch-quanta_src_quanta.h b/www/kdewebdev3/patches/patch-quanta_src_quanta.h
new file mode 100644
index 00000000000..8f56adf8ea5
--- /dev/null
+++ b/www/kdewebdev3/patches/patch-quanta_src_quanta.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-quanta_src_quanta.h,v 1.1 2013/03/26 23:30:47 joerg Exp $
+
+--- quanta/src/quanta.h.orig 2013-03-26 21:12:23.000000000 +0000
++++ quanta/src/quanta.h
+@@ -95,8 +95,10 @@ class DebuggerManager;
+ class QuantaInit;
+ class KToolBarPopupAction;
+ class KTempFile;
+-class KParts::Part;
+-class KParts::PartManager;
++namespace KParts {
++ class Part;
++ class PartManager;
++}
+ namespace KTextEditor
+ {
+ class Mark;
diff --git a/www/kdewebdev3/patches/patch-quanta_treeviews_projecttreeview.h b/www/kdewebdev3/patches/patch-quanta_treeviews_projecttreeview.h
new file mode 100644
index 00000000000..cbb6827f905
--- /dev/null
+++ b/www/kdewebdev3/patches/patch-quanta_treeviews_projecttreeview.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-quanta_treeviews_projecttreeview.h,v 1.1 2013/03/26 23:30:47 joerg Exp $
+
+--- quanta/treeviews/projecttreeview.h.orig 2013-03-26 21:15:58.000000000 +0000
++++ quanta/treeviews/projecttreeview.h
+@@ -22,7 +22,9 @@
+ #include "basetreeview.h"
+ //#include "projecturl.h"
+
+-class KIO::Job;
++namespace KIO {
++ class Job;
++}
+ class FileInfoDlg;
+ class ProjectList;
+