pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/kmymoney2 Newer GCC doesn't allow template ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3301f9a54c41
branches:  trunk
changeset: 597423:3301f9a54c41
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 23 01:19:16 2011 +0000

description:
Newer GCC doesn't allow template instantiation with incomplete types, so
make sure that the class definitions are present.

diffstat:

 finance/kmymoney2/distinfo                                        |   3 +-
 finance/kmymoney2/patches/patch-kmymoney2_plugins_viewinterface.h |  13 ++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 75c1c028d7ac -r 3301f9a54c41 finance/kmymoney2/distinfo
--- a/finance/kmymoney2/distinfo        Fri Dec 23 01:17:54 2011 +0000
+++ b/finance/kmymoney2/distinfo        Fri Dec 23 01:19:16 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2011/12/12 05:03:42 dholland Exp $
+$NetBSD: distinfo,v 1.15 2011/12/23 01:19:16 joerg Exp $
 
 SHA1 (kmymoney2-1.0.5.tar.bz2) = dc496bb95353f0254125faa1de37b1431af06f1e
 RMD160 (kmymoney2-1.0.5.tar.bz2) = 14a468b54335bd753cae0bc531ca648275cd1bfd
@@ -11,3 +11,4 @@
 SHA1 (patch-ag) = a52dd21ff8c88b3729783d664094c1be00a454d4
 SHA1 (patch-ah) = c2804d32a8c646713afef34756c4300183a115e5
 SHA1 (patch-kmymoney2_mymoney_mymoneymoney.cpp) = 55f5cb63772299d92e7cd7ca6f825ff3c2dc9285
+SHA1 (patch-kmymoney2_plugins_viewinterface.h) = 796ba8953b9e70a08b49cdf6ed37cd786325eada
diff -r 75c1c028d7ac -r 3301f9a54c41 finance/kmymoney2/patches/patch-kmymoney2_plugins_viewinterface.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/kmymoney2/patches/patch-kmymoney2_plugins_viewinterface.h Fri Dec 23 01:19:16 2011 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-kmymoney2_plugins_viewinterface.h,v 1.1 2011/12/23 01:19:16 joerg Exp $
+
+--- kmymoney2/plugins/viewinterface.h.orig     2008-10-29 12:01:13.000000000 +0000
++++ kmymoney2/plugins/viewinterface.h
+@@ -39,6 +39,8 @@ class KPopupMenu;
+ // Project Includes
+ 
+ #include <kmymoney/mymoneyaccount.h>
++#include <kmymoney/mymoneysplit.h>
++#include <kmymoney/mymoneytransaction.h>
+ #include <kmymoney/mymoneyinstitution.h>
+ #include <kmymoney/export.h>
+ class KMyMoneyViewBase;



Home | Main Index | Thread Index | Old Index