Skip to Content.
Sympa Menu

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

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 (852f2057c36401a379dcf45fda327dde740b1654)
  • Date: Fri, 28 Oct 2011 18:49:41 -0500

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

games-emulators/dosbox/DEPENDS | 2 +-
games-emulators/dosbox/DETAILS | 4 ++--
games-emulators/dosbox/HISTORY | 6 ++++++
games-emulators/dosbox/PRE_BUILD | 4 ++++
games-emulators/dosbox/gcc46.patch | 11 +++++++++++
5 files changed, 24 insertions(+), 3 deletions(-)

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

dosbox: => 0.74

diff --git a/games-emulators/dosbox/DEPENDS b/games-emulators/dosbox/DEPENDS
index b03ea33..0044e9b 100755
--- a/games-emulators/dosbox/DEPENDS
+++ b/games-emulators/dosbox/DEPENDS
@@ -1,5 +1,5 @@
depends sdl &&
-depends g++ &&
+depends -sub CXX gcc &&
optional_depends ncurses \
"--enable-debug" \
"--disable-debug" \
diff --git a/games-emulators/dosbox/DETAILS b/games-emulators/dosbox/DETAILS
index 1aa0369..795912d 100755
--- a/games-emulators/dosbox/DETAILS
+++ b/games-emulators/dosbox/DETAILS
@@ -1,10 +1,10 @@
SPELL=dosbox
- VERSION=0.73
+ VERSION=0.74
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:bd7bc683b73b3746298233d85c4314cb08a8235d4e0cf5226e0820ed0709b4078c31456a17b7f59aaadad7ea2a31919c223b3134f44c8c5103a7414524551dc5
+
SOURCE_HASH=sha512:4a6ff4c658997a495119d200ec6ad37649da940814a4b14fca0dd29a99142026e324695b7aa9d2946efc2abf9067a819d911e43778efe905ed10ddf9b9f2dd3d
WEB_SITE=http://www.dosbox.com/
ENTERED=20031012
SHORT="DOS emulator developed mainly for games"
diff --git a/games-emulators/dosbox/HISTORY b/games-emulators/dosbox/HISTORY
index f96633d..542ebbc 100644
--- a/games-emulators/dosbox/HISTORY
+++ b/games-emulators/dosbox/HISTORY
@@ -1,3 +1,9 @@
+2011-10-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.74
+ * DEPENDS: renewed g++ dependency
+ * PRE_BUILD: added, to apply the patch
+ * gcc46.patch: added, to fix compilation
+
2009-08-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.73; renewed data
* PRE_BUILD, gcc43.patch: removed, not needed anymore
diff --git a/games-emulators/dosbox/PRE_BUILD
b/games-emulators/dosbox/PRE_BUILD
new file mode 100755
index 0000000..a778875
--- /dev/null
+++ b/games-emulators/dosbox/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/gcc46.patch"
diff --git a/games-emulators/dosbox/gcc46.patch
b/games-emulators/dosbox/gcc46.patch
new file mode 100644
index 0000000..e0ef8c1
--- /dev/null
+++ b/games-emulators/dosbox/gcc46.patch
@@ -0,0 +1,11 @@
+--- include/dos_inc.h.orig
++++ include/dos_inc.h
+@@ -28,6 +28,8 @@
+ #include "mem.h"
+ #endif
+
++#include <stddef.h>
++
+ #ifdef _MSC_VER
+ #pragma pack (1)
+ #endif



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (852f2057c36401a379dcf45fda327dde740b1654), Vlad Glagolev, 10/28/2011

Archive powered by MHonArc 2.6.24.

Top of Page