Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Robin Cook (51689a009957812690fb78c0779e17e820f03c3d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Robin Cook (51689a009957812690fb78c0779e17e820f03c3d)
  • Date: Mon, 9 Aug 2010 18:49:09 -0500

GIT changes to master games grimoire by Robin Cook <rcook AT wyrms.net>:

games-terminal/bsd-games/HISTORY | 2 +-
games-terminal/bsd-games/PRE_BUILD | 6 +-----
games-terminal/bsd-games/debian-changes-2.17-19 | 14 +++++++-------
3 files changed, 9 insertions(+), 13 deletions(-)

New commits:
commit 51689a009957812690fb78c0779e17e820f03c3d
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

bsd-games: fix debian-changes-2.17-19 patch

diff --git a/games-terminal/bsd-games/HISTORY
b/games-terminal/bsd-games/HISTORY
index bd0dc4a..7e7bc42 100644
--- a/games-terminal/bsd-games/HISTORY
+++ b/games-terminal/bsd-games/HISTORY
@@ -1,6 +1,6 @@
2010-08-09 Robin Cook <rcook AT wyms.net>
* PRE_BUILD: added newest debian patches
- make directory and copy files needed by boggle
+ fix config.params in debian-changes-2.17-19 patch

2008-05-02 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* PRE_BUILD: fixing bug #14505 thanks to Javier
diff --git a/games-terminal/bsd-games/PRE_BUILD
b/games-terminal/bsd-games/PRE_BUILD
index cbd89b5..058fa8b 100755
--- a/games-terminal/bsd-games/PRE_BUILD
+++ b/games-terminal/bsd-games/PRE_BUILD
@@ -11,8 +11,4 @@ patch -p1 < "$SPELL_DIRECTORY/anne-boleyn.diff"
&&
patch -p1 < "$SPELL_DIRECTORY/capitals.diff" &&
patch -p1 < "$SPELL_DIRECTORY/define-dead.diff" &&
patch -p1 < "$SPELL_DIRECTORY/wump-update.diff" &&
-patch -p1 < "$SPELL_DIRECTORY/debian-changes-2.17-19" &&
-
-mkdir temp-dictionary &&
-cd temp-dictionary &&
-cp /usr/share/dict/words ./
+patch -p1 < "$SPELL_DIRECTORY/debian-changes-2.17-19"
diff --git a/games-terminal/bsd-games/debian-changes-2.17-19
b/games-terminal/bsd-games/debian-changes-2.17-19
index fdcd87b..b4623ea 100644
--- a/games-terminal/bsd-games/debian-changes-2.17-19
+++ b/games-terminal/bsd-games/debian-changes-2.17-19
@@ -38,7 +38,7 @@ Last-Update: <YYYY-MM-DD>
+bsd_games_cfg_non_interactive=y
+
+# Install into here for building the package.
-+bsd_games_cfg_install_prefix=`pwd`/debian/bsdgames
++bsd_games_cfg_install_prefix=
+
+# Do not build or install these games:
+bsd_games_cfg_no_build_dirs="dm banner fortune factor"
@@ -49,9 +49,9 @@ Last-Update: <YYYY-MM-DD>
+
+# Debian doesn't like cluttering up the /usr/*/games/ dirs too much,
+# use a subdir. /var too.
-+bsd_games_cfg_usrlibdir=/usr/lib/games/bsdgames
-+bsd_games_cfg_sharedir=/usr/share/games/bsdgames
-+bsd_games_cfg_varlibdir=/var/games/bsdgames
++bsd_games_cfg_usrlibdir=/usr/lib/games
++bsd_games_cfg_sharedir=/usr/share/games
++bsd_games_cfg_varlibdir=/var/games
+
+# Do not do chown now, we arn't running as root.
+bsd_games_cfg_do_chown=n
@@ -63,14 +63,14 @@ Last-Update: <YYYY-MM-DD>
+bsd_games_cfg_gzip_manpages=n
+
+# Policy says to use /usr/bin/pager by default.
-+bsd_games_cfg_pager=/usr/bin/pager
++bsd_games_cfg_pager=$PAGER
+
+# Always use the same wordlist for boggle, and don't use web2, it's too
+# big. Instead, use the union of the wenglish and wbritish wordlists.
-+bsd_games_cfg_dictionary_src=`pwd`/temp-dictionary
++bsd_games_cfg_dictionary_src=/usr/share/dict
+
+# Put it in /usr/share/games with the rest of the games data.
-+bsd_games_cfg_wtf_acronymfile=/usr/share/games/bsdgames/acronyms
++bsd_games_cfg_wtf_acronymfile=/usr/share/games/acronyms
+
+bsd_games_cfg_docdir=/usr/share/doc/bsdgames
--- bsdgames-2.17.orig/arithmetic/arithmetic.6



  • [SM-Commit] GIT changes to master games grimoire by Robin Cook (51689a009957812690fb78c0779e17e820f03c3d), Robin Cook, 08/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page