diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-11-10 00:13:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-11-10 00:13:22 +0000 |
commit | dd8ddbed7bd4456425c95c657a84bf77f95aa7bc (patch) | |
tree | b998d6c7745b7df6b36e43ad1a2d2ac18b16f71f /emulators/dosbox | |
parent | 33833d5801ba163f59ee2011a3ad1e905db794a8 (diff) | |
download | pkgsrc-dd8ddbed7bd4456425c95c657a84bf77f95aa7bc.tar.gz |
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 (limited to 'emulators/dosbox')
-rw-r--r-- | emulators/dosbox/Makefile | 8 | ||||
-rw-r--r-- | emulators/dosbox/distinfo | 6 | ||||
-rw-r--r-- | emulators/dosbox/patches/patch-aa | 13 |
3 files changed, 7 insertions, 20 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 277598c0fb1..8f03f851499 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -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 @@ USE_BUILDLINK2= YES 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 --git a/emulators/dosbox/distinfo b/emulators/dosbox/distinfo index 424e6c415c6..9a959aecc70 100644 --- a/emulators/dosbox/distinfo +++ b/emulators/dosbox/distinfo @@ -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 --git a/emulators/dosbox/patches/patch-aa b/emulators/dosbox/patches/patch-aa deleted file mode 100644 index b80072860fb..00000000000 --- a/emulators/dosbox/patches/patch-aa +++ /dev/null @@ -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 - |