pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/dosbox Updated to 0.60, provided by Soren Ja...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e8773bb8df4
branches:  trunk
changeset: 463396:1e8773bb8df4
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Nov 10 00:13:22 2003 +0000

description:
Updated to 0.60, provided by Soren Jacobsen PR pkg/23402.

Changes since 0.58:

* Added basic 386 protected mode support.
* Added FPU emulation.
* Added a virtual modem to dial to TCP sockets, still somewhat bugged.
* Added VESA VBE 2.0 support for 256 color modes.
* Added SB PRO 2.0 support.
* Added internal DPMI host to handle some problematic games.
* Added some support for tandy video mode.
* Added some shell enhancements like tab-completion.
* Added better support for CD drives, better audio playing and cd labels.
* Added several features to the debugger.
* Changed memory system for future page mapping support.
* Changed large piece of VGA emulation core to handle
  future changes for hercules and full cga,tandy emulation.
* Changed DMA for better accuracy.
* Changed Tandy 3-voice emulation to use MAME's sn76496 code.
* Fixed several bugs in directory caching code.
* Fixed bugs in PIT and real time clock for better timing.
* Fixed some issues with the console screen on windows.
* Fixed several issues with the internal mouse driver.
* Fixed bugs with files being opened multiple times, still not
  perfect but better.
* Fixed a load of small other bugs that i've forgotten with these long
  delays between releases

diffstat:

 emulators/dosbox/Makefile         |   8 ++++----
 emulators/dosbox/distinfo         |   6 +++---
 emulators/dosbox/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 20 deletions(-)

diffs (53 lines):

diff -r 3ca2df5818af -r 1e8773bb8df4 emulators/dosbox/Makefile
--- a/emulators/dosbox/Makefile Mon Nov 10 00:09:40 2003 +0000
+++ b/emulators/dosbox/Makefile Mon Nov 10 00:13:22 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/07/26 21:41:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/10 00:13:22 xtraeme Exp $
 #
 
-DISTNAME=      dosbox-0.58
-PKGREVISION=   1
+DISTNAME=      dosbox-0.60
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dosbox/}
 
@@ -14,7 +13,8 @@
 GNU_CONFIGURE= YES
 
 post-patch:
-       ${SED} -e s,/usr/share,${PREFIX}, ${WRKSRC}/docs/dosbox.1 > ${WRKSRC}/docs/dosbox.1.sed
+       ${SED} -e s,/usr/share,${PREFIX}/share, \
+               ${WRKSRC}/docs/dosbox.1 > ${WRKSRC}/docs/dosbox.1.sed
        ${MV} ${WRKSRC}/docs/dosbox.1.sed ${WRKSRC}/docs/dosbox.1
 
 post-install:
diff -r 3ca2df5818af -r 1e8773bb8df4 emulators/dosbox/distinfo
--- a/emulators/dosbox/distinfo Mon Nov 10 00:09:40 2003 +0000
+++ b/emulators/dosbox/distinfo Mon Nov 10 00:13:22 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/06/03 14:35:23 wiz Exp $
+$NetBSD: distinfo,v 1.2 2003/11/10 00:13:22 xtraeme Exp $
 
-SHA1 (dosbox-0.58.tar.gz) = 42174dee95fbdce7b0f9d74cf94faaf0fbd50440
-Size (dosbox-0.58.tar.gz) = 421487 bytes
+SHA1 (dosbox-0.60.tar.gz) = 4c95c5efa9e3a9ac1002c3af0a64e02d40cdd1fa
+Size (dosbox-0.60.tar.gz) = 540921 bytes
 SHA1 (patch-aa) = 474dc4e3c7f12b64279caa20ba97b51e19e9d2e5
diff -r 3ca2df5818af -r 1e8773bb8df4 emulators/dosbox/patches/patch-aa
--- a/emulators/dosbox/patches/patch-aa Mon Nov 10 00:09:40 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/06/03 14:35:23 wiz Exp $
-
---- src/gui/sdlmain.cpp.orig   2003-03-31 12:10:13.000000000 +0200
-+++ src/gui/sdlmain.cpp
-@@ -39,7 +39,7 @@
- //#define DISABLE_JOYSTICK
- #define C_GFXTHREADED 1                                               //Enabled by default
- 
--#if defined(MACOSX)
-+#if defined(MACOSX) || defined(__NetBSD__)
- extern char** environ;
- #endif
- 



Home | Main Index | Thread Index | Old Index