pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xsidplay Fixed build failure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/539a4db4297c
branches:  trunk
changeset: 533755:539a4db4297c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 29 11:47:03 2007 +0000

description:
Fixed build failure.

diffstat:

 audio/xsidplay/distinfo         |   3 ++-
 audio/xsidplay/patches/patch-ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 19990812da8b -r 539a4db4297c audio/xsidplay/distinfo
--- a/audio/xsidplay/distinfo   Sat Sep 29 11:40:46 2007 +0000
+++ b/audio/xsidplay/distinfo   Sat Sep 29 11:47:03 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2007/01/13 11:02:12 joerg Exp $
+$NetBSD: distinfo,v 1.10 2007/09/29 11:47:03 rillig Exp $
 
 SHA1 (xsidplay-1.6.5.1a.tgz) = 60f2262a8dd79b276272d49eff9a07277dc6c9aa
 RMD160 (xsidplay-1.6.5.1a.tgz) = 9a0529c7b76e7659feddc35c04aaf81ae2002984
 Size (xsidplay-1.6.5.1a.tgz) = 355698 bytes
 SHA1 (patch-aa) = 9429e87677967e7b34a8fc48655dbdfebbd595ad
 SHA1 (patch-ab) = 188ab597250e8a444d33f0813fba157a3469872e
+SHA1 (patch-ac) = ec7d71b9cc3be97601c842d22887d147933853e3
diff -r 19990812da8b -r 539a4db4297c audio/xsidplay/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xsidplay/patches/patch-ac   Sat Sep 29 11:47:03 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.7 2007/09/29 11:47:03 rillig Exp $
+
+Mutual inclusion of header files is one of the funny sides of C++.
+
+--- src/HistoryFile.h.orig     2007-09-29 13:43:51.000000000 +0200
++++ src/HistoryFile.h  2007-09-29 13:43:43.000000000 +0200
+@@ -19,6 +19,8 @@
+ 
+ #include <qstring.h>
+ 
++class HistoryFile; /* needed in HistoryDialog.h */
++
+ #include "HistoryItem.h"
+ #include "HistoryDialog.h"
+ #include "tools/TextFile.h"



Home | Main Index | Thread Index | Old Index