Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77639 by John Harding for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "George J. Sherwood" <george AT beernabeer.com>, "Jason Flatt" <jflatt AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 77639 by John Harding for review
  • Date: Wed, 12 Apr 2006 15:45:00 +0100 (BST)

Change 77639 by john_harding@john_harding-iowa1000 on 2006/04/12 15:42:20

Made tinyfugue api2 compatible and allow choice of versions to install

Affected files ...

... //sgl/grimoires/games/games-rpg-mp/tinyfugue/BUILD#3 edit
... //sgl/grimoires/games/games-rpg-mp/tinyfugue/DETAILS#4 edit

Differences ...

==== //sgl/grimoires/games/games-rpg-mp/tinyfugue/BUILD#3 (xtext) ====

@@ -1,10 +1,6 @@
-# sedit 's:\# TF="/usr/local:TF="/usr:' unix/Config &&
-# sedit 's:\# LIBDIR="/usr/local:LIBDIR="/usr:' unix/Config &&
-# sedit 's:\# SYMLINK="/usr/local:SYMLINK="/usr:' unix/Config &&
-# sedit 's:\# MANPAGE="/usr/local:MANPAGE="/usr:' unix/Config &&
-# sedit "s:\# CCFLAGS=\"-g\":CCFLAGS=\"$CFLAGS\":" unix/Config &&
-# chmod +x unix/Config &&
-# echo y | ./unixmake files &&
-# prepare_install &&
-# ./unixmake install
-default_games_build
+if [[ "${TFVER}" == "Stable-40s1" ]]
+then
+ true
+else
+ default_games_build
+fi

==== //sgl/grimoires/games/games-rpg-mp/tinyfugue/DETAILS#4 (xtext) ====

@@ -1,9 +1,16 @@
SPELL=tinyfugue
+if [[ "${TFVER}" == "Stable-40s1" ]]
+ then
+ VERSION=40s1
+
SOURCE_HASH=sha512:cd51bdf60989891dd3f0f3a0e9f2fb92e6260a2dda120269713b29e58ba619abeebe9cb47a6381e26539a895071e02f34a23d914896fc5e089c5c801337b8581

+ GCC_VERSION=3.4
+else
VERSION=50b7
+
SOURCE_HASH=sha512:f5a37af27ad08c6b6af640904614ecb6e15a6ef52114a32eac061c2b642702c0720a5fdf701f2f1c718aca620467b4b94ee34ff330071a13968e6b454d3d8333
+fi
SOURCE=tf-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/tf-$VERSION
SOURCE_URL[0]=http://ftp.tcp.com/pub/mud/Clients/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:f5a37af27ad08c6b6af640904614ecb6e15a6ef52114a32eac061c2b642702c0720a5fdf701f2f1c718aca620467b4b94ee34ff330071a13968e6b454d3d8333
WEB_SITE=http://tf.tcp.com/~hawkeye/tf/
ENTERED=20020131
UPDATED=20020131



  • [SM-Commit] PERFORCE change 77639 by John Harding for review, Perforce Review Daemon, 04/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page