diff options
author | joerg <joerg> | 2013-03-26 23:30:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-03-26 23:30:44 +0000 |
commit | 8e487fec22bbdac14e9b79ac610585665a5eeb4a (patch) | |
tree | c437f6b1596cb011da336b5243cdc7ab9f623b46 /net | |
parent | abf409205e1801927f0b2aa1af3eca11bf9b9038 (diff) | |
download | pkgsrc-8e487fec22bbdac14e9b79ac610585665a5eeb4a.tar.gz |
Forward class definitions must not use namespace :: syntax.
Diffstat (limited to 'net')
5 files changed, 66 insertions, 1 deletions
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 + { |