pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xsidplay audio/xsidplay: Make DragonFly patch un...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1357fdc4a770
branches: trunk
changeset: 595961:1357fdc4a770
user: marino <marino%pkgsrc.org@localhost>
date: Sun Nov 27 11:51:16 2011 +0000
description:
audio/xsidplay: Make DragonFly patch unconditional
According to the latest bulkbuild report, NetBSD needs this fix as well.
diffstat:
audio/xsidplay/distinfo | 4 ++--
audio/xsidplay/patches/patch-ab | 8 +++-----
2 files changed, 5 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r 502e63329011 -r 1357fdc4a770 audio/xsidplay/distinfo
--- a/audio/xsidplay/distinfo Sun Nov 27 11:40:07 2011 +0000
+++ b/audio/xsidplay/distinfo Sun Nov 27 11:51:16 2011 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2011/11/23 22:32:59 marino Exp $
+$NetBSD: distinfo,v 1.13 2011/11/27 11:51:16 marino 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) = ca8ce2db592937d2f5328aae885d9be0074e156e
-SHA1 (patch-ab) = f98480dfaafc7737be78448ec92c4734264f00cc
+SHA1 (patch-ab) = 7b67abc283fdedb6211fb41829a77dade0deb2df
SHA1 (patch-ac) = ec7d71b9cc3be97601c842d22887d147933853e3
diff -r 502e63329011 -r 1357fdc4a770 audio/xsidplay/patches/patch-ab
--- a/audio/xsidplay/patches/patch-ab Sun Nov 27 11:40:07 2011 +0000
+++ b/audio/xsidplay/patches/patch-ab Sun Nov 27 11:51:16 2011 +0000
@@ -1,18 +1,16 @@
-$NetBSD: patch-ab,v 1.9 2011/11/23 22:32:59 marino Exp $
+$NetBSD: patch-ab,v 1.10 2011/11/27 11:51:17 marino Exp $
--- src/songlendb/File.cpp.orig 2002-03-03 18:00:03.000000000 +0000
+++ src/songlendb/File.cpp
-@@ -27,6 +27,9 @@
+@@ -27,6 +27,7 @@
#ifdef XSID_HAVE_NOTHROW
#include <new>
#endif
-+#if defined (__DragonFly__)
+#include <string.h>
-+#endif
using namespace std;
#include "File.h"
-@@ -126,7 +129,7 @@ bool SongLengthFile::init(const char* fi
+@@ -126,7 +127,7 @@ bool SongLengthFile::init(const char* fi
streampos fileLen = myIn.tellg();
#endif
#ifdef XSID_HAVE_NOTHROW
Home |
Main Index |
Thread Index |
Old Index