summaryrefslogtreecommitdiff
path: root/editors
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 /editors
parentabf409205e1801927f0b2aa1af3eca11bf9b9038 (diff)
downloadpkgsrc-8e487fec22bbdac14e9b79ac610585665a5eeb4a.tar.gz
Forward class definitions must not use namespace :: syntax.
Diffstat (limited to 'editors')
-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
4 files changed, 46 insertions, 1 deletions
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