From 8e487fec22bbdac14e9b79ac610585665a5eeb4a Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 26 Mar 2013 23:30:44 +0000 Subject: Forward class definitions must not use namespace :: syntax. --- devel/kdevelop-base/distinfo | 5 ++++- .../patches/patch-lib_widgets_kdevhtmlpart.h | 15 +++++++++++++++ .../kdevelop-base/patches/patch-vcs_cvsservice_cvspart.h | 13 +++++++++++++ .../patches/patch-vcs_cvsservice_cvspartimpl.h | 13 +++++++++++++ 4 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 devel/kdevelop-base/patches/patch-lib_widgets_kdevhtmlpart.h create mode 100644 devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspart.h create mode 100644 devel/kdevelop-base/patches/patch-vcs_cvsservice_cvspartimpl.h (limited to 'devel') 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; -- cgit v1.2.3