Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (caf0dd3b79899d4c5403ee7085d6572c77f8fa84)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (caf0dd3b79899d4c5403ee7085d6572c77f8fa84)
  • Date: Sat, 1 Aug 2009 13:37:29 -0500

GIT changes to master games grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

games-emulators/dosbox/DETAILS | 26 ++++++++++++++---------
games-emulators/dosbox/HISTORY | 3 ++
games-emulators/dosbox/PRE_BUILD | 9 --------
games-emulators/dosbox/gcc43.patch | 41
-------------------------------------
4 files changed, 19 insertions(+), 60 deletions(-)

New commits:
commit caf0dd3b79899d4c5403ee7085d6572c77f8fa84
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dosbox: => 0.73

diff --git a/games-emulators/dosbox/DETAILS b/games-emulators/dosbox/DETAILS
index f9084bc..1aa0369 100755
--- a/games-emulators/dosbox/DETAILS
+++ b/games-emulators/dosbox/DETAILS
@@ -1,15 +1,21 @@
SPELL=dosbox
- VERSION=0.72
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ VERSION=0.73
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:4fb5ca955d9e98d31bd729d746957a3593ab68b427d28acc94f9174de9e5362dd6c5dc7ef5149c90c8c2666a04fe5e6eddafdc928c4a9ee4648ae3c980b8442e
- WEB_SITE=http://dosbox.sourceforge.net
+
SOURCE_HASH=sha512:bd7bc683b73b3746298233d85c4314cb08a8235d4e0cf5226e0820ed0709b4078c31456a17b7f59aaadad7ea2a31919c223b3134f44c8c5103a7414524551dc5
+ WEB_SITE=http://www.dosbox.com/
ENTERED=20031012
- SHORT="Dosbox is a DOS emulator developed mainly for games."
+ SHORT="DOS emulator developed mainly for games"
cat << EOF
-DOSBox emulates a full x86 pc with sound and dos.
-It's main use is to run old dosgames on platforms
-which don't have dos(win2K/XP/linux/FreeBSD)
+DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse,
+joystick, modem, etc., necessary for running many old MS-DOS games that
+simply cannot be run on modern PCs and operating systems. However, it is
+not restricted to running only games.
+
+In theory, any MS-DOS or PC-DOS (referred to commonly as "DOS") application
+should run in DOSBox, but the emphasis has been on getting DOS games to run
+smoothly, which means that communication, networking and printer support are
+still in early development.
EOF
diff --git a/games-emulators/dosbox/HISTORY b/games-emulators/dosbox/HISTORY
index 11cd5f1..bd7dfb3 100644
--- a/games-emulators/dosbox/HISTORY
+++ b/games-emulators/dosbox/HISTORY
@@ -1,3 +1,6 @@
+2009-08-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.73; renewed data
+
2008-05-15 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added gcc 4.3 patch

diff --git a/games-emulators/dosbox/PRE_BUILD
b/games-emulators/dosbox/PRE_BUILD
deleted file mode 100755
index e3cc024..0000000
--- a/games-emulators/dosbox/PRE_BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-patch -p0 < $SPELL_DIRECTORY/gcc43.patch &&
-
-# applying to version 0.70:
-# PIC prob is a simple symbol name clash
-find -name '*.cpp' -exec sed -i 's/PIC/BOXPIC/g' '{}' \; &&
-find -name '*.h' -exec sed -i 's/PIC/BOXPIC/g' '{}' \;
diff --git a/games-emulators/dosbox/gcc43.patch
b/games-emulators/dosbox/gcc43.patch
deleted file mode 100644
index 8fd3099..0000000
--- a/games-emulators/dosbox/gcc43.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- src/dos/cdrom_image.cpp.orig 2007-08-22 13:54:35.000000000 +0200
-+++ src/dos/cdrom_image.cpp 2008-03-06 21:30:00.000000000 +0100
-@@ -23,7 +23,7 @@
- #include <cstdio>
- #include <fstream>
- #include <iostream>
--#include <limits.h>
-+#include <limits>
- #include <sstream>
- #include <vector>
- #include <sys/stat.h>
---- src/hardware/gameblaster.cpp.orig 2007-01-10 11:17:37.000000000 +0100
-+++ src/hardware/gameblaster.cpp 2008-03-06 21:31:32.000000000 +0100
-@@ -24,6 +24,7 @@
- #include "hardware.h"
- #include "setup.h"
- #include "pic.h"
-+#include <cstring>
-
- #define LEFT 0x00
- #define RIGHT 0x01
---- src/hardware/tandy_sound.cpp.orig 2007-06-29 20:21:12.000000000 +0200
-+++ src/hardware/tandy_sound.cpp 2008-03-06 21:32:02.000000000 +0100
-@@ -28,6 +28,7 @@
- #include "setup.h"
- #include "pic.h"
- #include "dma.h"
-+#include <cstring>
-
- #define DAC_CLOCK 3570000
- #define MAX_OUTPUT 0x7fff
---- src/shell/shell_cmds.cpp.orig 2007-08-17 19:58:46.000000000 +0200
-+++ src/shell/shell_cmds.cpp 2008-03-06 21:32:47.000000000 +0100
-@@ -27,6 +27,7 @@
- #include "regs.h"
- #include "../dos/drives.h"
- #include "support.h"
-+#include <cstdlib>
-
- static SHELL_Cmd cmd_list[]={
- { "CHDIR", 1, &DOS_Shell::CMD_CHDIR,
"SHELL_CMD_CHDIR_HELP"},



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (caf0dd3b79899d4c5403ee7085d6572c77f8fa84), Vlad Glagolev, 08/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page