Skip to Content.
Sympa Menu

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

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 (94014345aec2440c61adbee388521d431e30e2fc)
  • Date: Sun, 12 Apr 2009 17:08:40 -0500

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

dev/null |binary
games-libs/libwfut/DETAILS | 2 +-
games-libs/libwfut/HISTORY | 8 ++++++++
games-libs/libwfut/PRE_BUILD | 2 +-
games-libs/libwfut/gcc43.patch | 17 -----------------
games-libs/libwfut/includefix.patch | 12 ++++++++++++
games-libs/libwfut/libwfut-0.2.0.tar.gz.sig | 0
games-libs/libwfut/libwfut-0.2.1.tar.gz.sig |binary
8 files changed, 22 insertions(+), 19 deletions(-)

New commits:
commit 94014345aec2440c61adbee388521d431e30e2fc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libwfut: Updated to 0.2.1

diff --git a/games-libs/libwfut/DETAILS b/games-libs/libwfut/DETAILS
index 5b48cfb..dfbf812 100755
--- a/games-libs/libwfut/DETAILS
+++ b/games-libs/libwfut/DETAILS
@@ -1,5 +1,5 @@
SPELL=libwfut
- VERSION=0.2.0
+ VERSION=0.2.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/worldforge/$SOURCE
SOURCE_URL[1]=ftp://ftp.worldforge.org/pub/worldforge/libs/$SPELL/$SOURCE
diff --git a/games-libs/libwfut/HISTORY b/games-libs/libwfut/HISTORY
index 090f458..5c1e5b2 100644
--- a/games-libs/libwfut/HISTORY
+++ b/games-libs/libwfut/HISTORY
@@ -1,3 +1,11 @@
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.2.1
+ * PRE_BUILD: No longer apply gcc43.patch
+ Apply includefix.patch
+ * gcc43.patch: Removed, applied upstream
+ * includefix.patch: Need to include <algorithm> for find
+ Submitted patch upstream
+
2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.2.0
* PRE_BUILD: Apply gcc43.patch
diff --git a/games-libs/libwfut/PRE_BUILD b/games-libs/libwfut/PRE_BUILD
index e0656fb..749187d 100755
--- a/games-libs/libwfut/PRE_BUILD
+++ b/games-libs/libwfut/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/gcc43.patch
+patch -p1 < $SCRIPT_DIRECTORY/includefix.patch
diff --git a/games-libs/libwfut/gcc43.patch b/games-libs/libwfut/gcc43.patch
deleted file mode 100644
index 1174b92..0000000
--- a/games-libs/libwfut/gcc43.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: libwfut/platform.cpp
-===================================================================
-RCS file: /home/cvspsrv/worldforge/forge/libs/libwfut/libwfut/platform.cpp,v
-retrieving revision 1.7
-diff -u -p -r1.7 platform.cpp
---- libwfut/platform.cpp 5 Mar 2008 21:39:00 -0000 1.7
-+++ libwfut/platform.cpp 20 Apr 2008 00:45:15 -0000
-@@ -13,6 +13,7 @@
- #include <stdlib.h>
- #include <errno.h>
- #include <stdio.h>
-+#include <algorithm>
-
- #include <dirent.h>
- #include <sys/stat.h>
-
-
diff --git a/games-libs/libwfut/includefix.patch
b/games-libs/libwfut/includefix.patch
new file mode 100644
index 0000000..c8e5227
--- /dev/null
+++ b/games-libs/libwfut/includefix.patch
@@ -0,0 +1,12 @@
+diff -Naur libwfut-0.2.1.orig/libwfut/IO.cpp libwfut-0.2.1/libwfut/IO.cpp
+--- libwfut-0.2.1.orig/libwfut/IO.cpp 2009-04-12 14:38:49.904505156 -0700
++++ libwfut-0.2.1/libwfut/IO.cpp 2009-04-12 14:41:37.564508583 -0700
+@@ -8,6 +8,8 @@
+ #include <errno.h>
+ #include <stdio.h>
+
++#include <algorithm>
++
+ #include "libwfut/IO.h"
+ #include "libwfut/Encoder.h"
+ #include "libwfut/platform.h"
diff --git a/games-libs/libwfut/libwfut-0.2.0.tar.gz.sig
b/games-libs/libwfut/libwfut-0.2.0.tar.gz.sig
deleted file mode 100644
index ef20204..0000000
Binary files a/games-libs/libwfut/libwfut-0.2.0.tar.gz.sig and /dev/null
differ
diff --git a/games-libs/libwfut/libwfut-0.2.1.tar.gz.sig
b/games-libs/libwfut/libwfut-0.2.1.tar.gz.sig
new file mode 100644
index 0000000..2365c1d
Binary files /dev/null and b/games-libs/libwfut/libwfut-0.2.1.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (94014345aec2440c61adbee388521d431e30e2fc), Eric Sandall, 04/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page