pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/dosbox Remove patch that was added for Solar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0f6eb3dca9f
branches:  trunk
changeset: 576600:f0f6eb3dca9f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 15 11:34:01 2010 +0000

description:
Remove patch that was added for Solaris in 2007.
It undefined two symbols that do not appear in the source code, so I
assume this problem was fixed.

diffstat:

 emulators/dosbox/distinfo         |   3 +--
 emulators/dosbox/patches/patch-ab |  14 --------------
 2 files changed, 1 insertions(+), 16 deletions(-)

diffs (30 lines):

diff -r d5d422a4fd96 -r f0f6eb3dca9f emulators/dosbox/distinfo
--- a/emulators/dosbox/distinfo Tue Jun 15 11:31:39 2010 +0000
+++ b/emulators/dosbox/distinfo Tue Jun 15 11:34:01 2010 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.16 2010/06/15 11:31:29 wiz Exp $
+$NetBSD: distinfo,v 1.17 2010/06/15 11:34:01 wiz Exp $
 
 SHA1 (dosbox-0.74.tar.gz) = 2d99f0013350efb29b769ff19ddc8e4d86f4e77e
 RMD160 (dosbox-0.74.tar.gz) = 4534d87206de8401cd0de471d8172726f2c6b788
 Size (dosbox-0.74.tar.gz) = 1265711 bytes
 SHA1 (patch-aa) = 3393501f0d438e53a55481dc0e237c2bb2a75d3e
-SHA1 (patch-ab) = c4555ed9e6337380f52f271025d8f55ed7602aa6
diff -r d5d422a4fd96 -r f0f6eb3dca9f emulators/dosbox/patches/patch-ab
--- a/emulators/dosbox/patches/patch-ab Tue Jun 15 11:31:39 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/01/16 11:42:02 rillig Exp $
-
---- src/hardware/mpu401.cpp.orig       2006-03-19 13:30:46.000000000 +0100
-+++ src/hardware/mpu401.cpp    2007-01-10 01:38:43.568613836 +0100
-@@ -26,6 +26,9 @@
- #include "cpu.h"
- #include "support.h"
- 
-+#undef OVERFLOW                       /* Solaris 10, /usr/include/math.h */
-+#undef XXXXXMARK              /* Solaris 10, /usr/include/prof.h */
-+
- void MIDI_RawOutByte(Bit8u data);
- bool MIDI_Available(void);
- 



Home | Main Index | Thread Index | Old Index