Skip to Content.
Sympa Menu

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

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 (841ca535519cc613359d433308c026810c704a35)
  • Date: Sun, 4 Sep 2016 01:21:40 +0000

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

games-rpg-sp/falconseye/BUILD | 12 ++++++------
games-rpg-sp/falconseye/DETAILS | 2 +-
games-rpg-sp/falconseye/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 7 deletions(-)

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

falconseye: Fix build, specify -lm in LFLAGS

This is needed as it uses functions from libm. Now LFLAGS and CFLAGS are
specified in the make cmd instead of editing sys/unix/Makefile.src.

Also, replaced MD5[0] with SOURCE_HASH[0] (SHA512).

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

falconseye: Fix first sedit chaining with the rest of BUILD

diff --git a/games-rpg-sp/falconseye/BUILD b/games-rpg-sp/falconseye/BUILD
index 89c54d8..f36dbc0 100755
--- a/games-rpg-sp/falconseye/BUILD
+++ b/games-rpg-sp/falconseye/BUILD
@@ -1,10 +1,7 @@
sedit "s:/usr/local/bin/timidity -idqq %s:/usr/bin/playmus -r 44100 %s:" \
- win/jtp/gamedata/config/jtp_opts.txt
+ win/jtp/gamedata/config/jtp_opts.txt &&

-sedit "s/-O2 -fomit-frame-pointer/$CFLAGS/" \
- sys/unix/Makefile.src &&
-
-sh sys/unix/setup.sh &&
+sh sys/unix/setup.sh &&

sedit "s:GAMEDIR.*=.*:GAMEDIR = ${INSTALL_ROOT}/usr/share/games/falconseye:"
Makefile &&

@@ -33,4 +30,7 @@ sedit "s:\-\$(CHOWN) \$(GAMEUID)
\$(SHELLDIR)/\$(GAME):\-\$(CHOWN) \$(GAMEUID) \
sedit "s:\$(CHGRP) \$(GAMEGRP) \$(SHELLDIR)/\$(GAME):\$(CHGRP) \$(GAMEGRP)
\$(SHELLDIR)/falconseye:" Makefile &&
sedit "s:chmod \$(EXEPERM) \$(SHELLDIR)/\$(GAME):chmod \$(EXEPERM)
\$(SHELLDIR)/falconseye:" Makefile &&
make_single &&
-make LEX=flex all
+make all \
+ LEX=flex \
+ CFLAGS="$CFLAGS -I../include" \
+ LFLAGS="-lm"
diff --git a/games-rpg-sp/falconseye/DETAILS b/games-rpg-sp/falconseye/DETAILS
index 850b935..42783c1 100755
--- a/games-rpg-sp/falconseye/DETAILS
+++ b/games-rpg-sp/falconseye/DETAILS
@@ -3,7 +3,7 @@
SOURCE=nethack_source_331_jtp_193.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/falconseye
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
- MD5[0]=06d1c1cc7dbb4ba0731786c909e1fc4e
+
SOURCE_HASH[0]=sha512:2355164d664e9f5cae8677fff8f4a0860ba6e315d12027c5edb8ff285a7eb76306026c005276b7787b44e902ac74ef449bf2622d7b308fd6eb425e4c30d503b8
WEB_SITE=http://falconseye.sourceforge.net
ENTERED=20020105
UPDATED=20020105
diff --git a/games-rpg-sp/falconseye/HISTORY b/games-rpg-sp/falconseye/HISTORY
index 3367434..9cf8b87 100644
--- a/games-rpg-sp/falconseye/HISTORY
+++ b/games-rpg-sp/falconseye/HISTORY
@@ -1,3 +1,7 @@
+2016-09-03 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed build with newer binutils
+ * DETAILS: Replaced MD5[0] with SOURCE_HASH[0] (SHA512)
+
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 Ismael Luceno (841ca535519cc613359d433308c026810c704a35), Ismael Luceno, 09/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page