Skip to Content.
Sympa Menu

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

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 (9bf7ca688b46c4f23dfc381937ae9c7f5819a312)
  • Date: Sun, 12 Apr 2009 16:33:59 -0500

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

dev/null |binary
games-engines/cyphesis/DETAILS | 4 +--
games-engines/cyphesis/HISTORY | 6 ++++
games-engines/cyphesis/PRE_BUILD | 3 ++
games-engines/cyphesis/cyphesis-0.5.16.tar.bz2.sig | 0
games-engines/cyphesis/cyphesis-0.5.17-py26.patch | 27
+++++++++++++++++++++
games-engines/cyphesis/cyphesis-0.5.19.tar.bz2.sig |binary
7 files changed, 38 insertions(+), 2 deletions(-)

New commits:
commit 9bf7ca688b46c4f23dfc381937ae9c7f5819a312
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cyphesis: Updated to 0.5.19
Apply cyphesis-0.5.17-py26.patch and run autoconf,
copied from cyphesis-0.5.19-1.fc11.src.rpm

diff --git a/games-engines/cyphesis/DETAILS b/games-engines/cyphesis/DETAILS
index 7f2bf42..6e77ea0 100755
--- a/games-engines/cyphesis/DETAILS
+++ b/games-engines/cyphesis/DETAILS
@@ -1,5 +1,5 @@
SPELL=cyphesis
- VERSION=${VERSION:=0.5.16}
+ VERSION=${VERSION:=0.5.19}
if [ "$CYPHESIS_CVS" == "y" ]; then
if [ "$CYPHESIS_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
@@ -15,7 +15,7 @@ else
SOURCE_URL[0]=$SOURCEFORGE_URL/worldforge/$SOURCE

SOURCE_URL[1]=ftp://ftp.worldforge.org/pub/worldforge/servers/$SPELL/$SOURCE

SOURCE_URL[2]=http://purple.worldforge.org/downloads/servers/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
diff --git a/games-engines/cyphesis/HISTORY b/games-engines/cyphesis/HISTORY
index 2c5d6c4..47a641c 100644
--- a/games-engines/cyphesis/HISTORY
+++ b/games-engines/cyphesis/HISTORY
@@ -1,3 +1,9 @@
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.19
+ * PRE_BUILD: Apply cyphesis-0.5.17-py26.patch and run autoconf
+ * cyphesis-0.5.17-py26.patch: Patch to build against python 2.6
+ Copied from cyphesis-0.5.19-1.fc11.src.rpm
+
2008-07-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.5.16
* PRE_BUILD: Don't apply gcc 4.3 patch
diff --git a/games-engines/cyphesis/PRE_BUILD
b/games-engines/cyphesis/PRE_BUILD
index 7f61d8f..b8a47d3 100755
--- a/games-engines/cyphesis/PRE_BUILD
+++ b/games-engines/cyphesis/PRE_BUILD
@@ -3,4 +3,7 @@ cd $SOURCE_DIRECTORY &&

if [ "$CYPHESIS_CVS" == "y" ]; then
NOCONFIGURE="ON" ./autogen.sh
+else
+ patch -p1 < $SCRIPT_DIRECTORY/cyphesis-0.5.17-py26.patch &&
+ autoconf
fi
diff --git a/games-engines/cyphesis/cyphesis-0.5.16.tar.bz2.sig
b/games-engines/cyphesis/cyphesis-0.5.16.tar.bz2.sig
deleted file mode 100644
index 3acf1de..0000000
Binary files a/games-engines/cyphesis/cyphesis-0.5.16.tar.bz2.sig and
/dev/null differ
diff --git a/games-engines/cyphesis/cyphesis-0.5.17-py26.patch
b/games-engines/cyphesis/cyphesis-0.5.17-py26.patch
new file mode 100644
index 0000000..ca1a995
--- /dev/null
+++ b/games-engines/cyphesis/cyphesis-0.5.17-py26.patch
@@ -0,0 +1,27 @@
+#
+# Copied from cyphesis-0.5.19-1.fc11.src.rpm
+#
+
+diff -up cyphesis-0.5.17/configure.ac.py26 cyphesis-0.5.17/configure.ac
+--- cyphesis-0.5.17/configure.ac.py26 2008-12-05 21:39:01.000000000 -0500
++++ cyphesis-0.5.17/configure.ac 2008-12-05 21:44:01.000000000 -0500
+@@ -161,6 +161,11 @@ dnl
+ dnl if found define HAVE_PYTHON_H
+ dnl
+
++AC_CHECK_HEADER(python2.6/Python.h,
++[
++ python_include_path=-I${python_prefix}/include/python2.6
++ python_version=2.6
++],[
+ AC_CHECK_HEADER(python2.5/Python.h,
+ [
+ python_include_path=-I${python_prefix}/include/python2.5
+@@ -190,6 +195,7 @@ Python. If Python is installed somewhere
+ ])
+ ])
+ ])
++])
+
+ PYTHON_VERSION=${python_version}
+ PYTHON_INCLUDES=${python_include_path}
diff --git a/games-engines/cyphesis/cyphesis-0.5.19.tar.bz2.sig
b/games-engines/cyphesis/cyphesis-0.5.19.tar.bz2.sig
new file mode 100644
index 0000000..3c69506
Binary files /dev/null and
b/games-engines/cyphesis/cyphesis-0.5.19.tar.bz2.sig differ



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

Archive powered by MHonArc 2.6.24.

Top of Page