Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (d3c110c1dcc186cf92f46d0a80021e2b22b5cc06)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (d3c110c1dcc186cf92f46d0a80021e2b22b5cc06)
  • Date: Tue, 23 Jun 2015 23:37:33 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-board/gnuchess/DETAILS | 3 +--
games-board/gnuchess/HISTORY | 4 ++++
games-board/gnuchess/PRE_BUILD | 6 ------
games-board/gnuchess/gcc4.patch | 11 -----------
gnu.gpg |binary
5 files changed, 5 insertions(+), 19 deletions(-)

New commits:
commit d3c110c1dcc186cf92f46d0a80021e2b22b5cc06
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gnuchess 6.2.1

commit c2e2fbd3beb3fe83fc11bee17fa5ef75779e0b5f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gnu.gpg: Add key for Antonio Ceballos Roa (maintainer of GNU Chess)

diff --git a/games-board/gnuchess/DETAILS b/games-board/gnuchess/DETAILS
index 0882d45..ede6828 100755
--- a/games-board/gnuchess/DETAILS
+++ b/games-board/gnuchess/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnuchess
- VERSION=5.07
+ VERSION=6.2.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
@@ -11,7 +11,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
#
SOURCE_HASH=sha512:143e84da292a5e6472f88b7a04c65040d047dd1921bc16e2e3357fc5ee748cfdf213b06df74d477d23825ea1828b2eee2b837efd4d45435ef3c9a0895b1ef549
LICENSE[0]=GPL
ENTERED=20020415
- UPDATED=20031009
SHORT="GNU Chess is the GNU chess program"
cat << EOF
GNU Chess lets most modern computers play a full game of chess. It has a
plain
diff --git a/games-board/gnuchess/HISTORY b/games-board/gnuchess/HISTORY
index c9c4f33..890efb7 100644
--- a/games-board/gnuchess/HISTORY
+++ b/games-board/gnuchess/HISTORY
@@ -1,3 +1,7 @@
+2015-06-19 Ismael Luceno <ismael AT sourcemage.org>
+ * gcc4.patch: removed, no longer needed
+ * DETAILS: updated spell to 6.2.1
+
2009-08-14 Peng Chang (Charles) <chp AT sourcemage.org>
* PRE_BUILD: renamed function getline, resolved bug #15346

diff --git a/games-board/gnuchess/PRE_BUILD b/games-board/gnuchess/PRE_BUILD
deleted file mode 100755
index 128f4f8..0000000
--- a/games-board/gnuchess/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-patch -p1 < $SCRIPT_DIRECTORY/gcc4.patch &&
-sedit 's/getline\>/Getline/' src/input.c &&
-sedit 's/getline/Getline/' src/common.h
diff --git a/games-board/gnuchess/gcc4.patch b/games-board/gnuchess/gcc4.patch
deleted file mode 100644
index 77220b5..0000000
--- a/games-board/gnuchess/gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -uprN gnuchess-5.07.orig/src/common.h gnuchess-5.07/src/common.h
---- gnuchess-5.07.orig/src/common.h 2009-05-02 21:50:59.000000000 +0800
-+++ gnuchess-5.07/src/common.h 2009-05-02 21:51:14.000000000 +0800
-@@ -716,7 +716,6 @@ void DBTest (void);
-
- /* Input thread and thread function */
- #include <pthread.h>
--extern pthread_t input_thread;
- void *input_func(void *);
-
- /*
diff --git a/gnu.gpg b/gnu.gpg
index 8ac66bd..201e0cf 100644
Binary files a/gnu.gpg and b/gnu.gpg differ



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (d3c110c1dcc186cf92f46d0a80021e2b22b5cc06), Ismael Luceno, 06/23/2015

Archive powered by MHonArc 2.6.24.

Top of Page