Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (0dd3bb04c63a6f154fbb00006bb00a728b805846)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (0dd3bb04c63a6f154fbb00006bb00a728b805846)
  • Date: Thu, 19 Feb 2009 00:07:45 -0600

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-libs/libmxp/DETAILS | 4 ++--
games-libs/libmxp/HISTORY | 6 ++++++
games-libs/libmxp/PRE_BUILD | 3 +++
games-libs/libmxp/gcc43.patch | 14 ++++++++++++++
games-rpg-mp/kmuddy/DETAILS | 4 ++--
games-rpg-mp/kmuddy/HISTORY | 3 +++
6 files changed, 30 insertions(+), 4 deletions(-)

New commits:
commit 0dd3bb04c63a6f154fbb00006bb00a728b805846
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libmxp: Add missing includes for gcc 4.3.
See: http://gcc.gnu.org/gcc-4.3/porting_to.html

commit b0ff5bb3f2b40b619ccf6d017be52096c6f5994f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libmxp: +x DETAILS

commit 156a3a75dba9a60ea72ecc17243cbf88c66deb03
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libmxp: Site changed to kmuddy.com

commit b2adf3c445cfd9e4dae44e5d878d2e7a41fdd4c6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kmuddy: Sites change to kmuddy.com

diff --git a/games-libs/libmxp/DETAILS b/games-libs/libmxp/DETAILS
old mode 100644
new mode 100755
index 232161a..f39edc5
--- a/games-libs/libmxp/DETAILS
+++ b/games-libs/libmxp/DETAILS
@@ -2,8 +2,8 @@
VERSION=0.2.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL=http://www.kmuddy.net/libmxp/files/$SOURCE
- WEB_SITE=http://www.kmuddy.net/libmxp
+ SOURCE_URL=http://www.kmuddy.com/$SPELL/files/$SOURCE
+ WEB_SITE=http://www.kmuddy.com/libmxp
ENTERED=20060407

SOURCE_HASH=sha512:9855f1ff93ec00945b7946db32dcaafa95777b81b6dccb5926a985127a5af14dc3869f5c53d768c431bf17c1e5a1777584cf9d7a5229c10d35a00184572a4007
LICENSE=LGPL
diff --git a/games-libs/libmxp/HISTORY b/games-libs/libmxp/HISTORY
index 270a690..223690f 100644
--- a/games-libs/libmxp/HISTORY
+++ b/games-libs/libmxp/HISTORY
@@ -1,3 +1,9 @@
+2009-02-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Site changed to kmuddy.com
+ * PRE_BUILD: Apply gcc43.patch
+ * gcc43.patch: Add missing includes for gcc 4.3.
+ See: http://gcc.gnu.org/gcc-4.3/porting_to.html
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-libs/libmxp/PRE_BUILD b/games-libs/libmxp/PRE_BUILD
new file mode 100755
index 0000000..90a1d36
--- /dev/null
+++ b/games-libs/libmxp/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+patch $SOURCE_DIRECTORY/src/cmxpstate.cpp \
+ $SCRIPT_DIRECTORY/gcc43.patch
diff --git a/games-libs/libmxp/gcc43.patch b/games-libs/libmxp/gcc43.patch
new file mode 100644
index 0000000..b24a375
--- /dev/null
+++ b/games-libs/libmxp/gcc43.patch
@@ -0,0 +1,14 @@
+Add missing includes for gcc 4.3.
+See: http://gcc.gnu.org/gcc-4.3/porting_to.html
+
+diff -Naur libmxp-0.2.2.orig/src/cmxpstate.cpp libmxp-0.2.2/src/cmxpstate.cpp
+--- libmxp-0.2.2.orig/src/cmxpstate.cpp 2009-02-18 22:00:54.739236864
-0800
++++ libmxp-0.2.2/src/cmxpstate.cpp 2009-02-18 22:02:30.385272745 -0800
+@@ -25,6 +25,7 @@
+
+ #include <algorithm>
+ #include <stdlib.h>
++#include <cstring>
+
+ cMXPState::cMXPState (cResultHandler *resh, cElementManager *elm,
cEntityManager *enm)
+ {
diff --git a/games-rpg-mp/kmuddy/DETAILS b/games-rpg-mp/kmuddy/DETAILS
index 65d0811..8b466c4 100755
--- a/games-rpg-mp/kmuddy/DETAILS
+++ b/games-rpg-mp/kmuddy/DETAILS
@@ -2,8 +2,8 @@
VERSION=0.8pre4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.kmuddy.net/files/$SOURCE
- WEB_SITE=http://www.kmuddy.net
+ SOURCE_URL[0]=http://kmuddy.com/releases/old/$SOURCE
+ WEB_SITE=http://kmuddy.com/
ENTERED=20040422

SOURCE_HASH=sha512:5fafdf8dd3c13ec27ebb8fdcdf5d3e84dfe54e188846de4256527a0279feb49cbe1c75488591777c790ee1a367347912e0601e21ea9c66d8fa2f674ab8f594c4
LICENSE=GPL
diff --git a/games-rpg-mp/kmuddy/HISTORY b/games-rpg-mp/kmuddy/HISTORY
index 93a967b..8b38588 100644
--- a/games-rpg-mp/kmuddy/HISTORY
+++ b/games-rpg-mp/kmuddy/HISTORY
@@ -1,3 +1,6 @@
+2009-02-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Sites changed to kmuddy.com
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (0dd3bb04c63a6f154fbb00006bb00a728b805846), Eric Sandall, 02/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page