summaryrefslogtreecommitdiff
path: root/games/gbrainy/patches
diff options
context:
space:
mode:
authorwiz <wiz>2010-08-16 13:22:18 +0000
committerwiz <wiz>2010-08-16 13:22:18 +0000
commit85fb6a686372a8e5bde807e61e2a17d69ac50300 (patch)
treeeb1bc1d16a62cff01a116c8cf116420301fca5bc /games/gbrainy/patches
parent66626134480ba698b98d98620a11db7453853d5f (diff)
downloadpkgsrc-85fb6a686372a8e5bde807e61e2a17d69ac50300.tar.gz
Update to 1.50:
Version 1.50 * 11 new logic games, 4 new calculation trainers, 13 verbal analogies * Usability enhancements from Alexandre Laplante and Jeff Stewart, students from University of Ottawa * Unit testing for the gbrainy.Core * Ability to define external logic puzzles using an xml file (games.xml) * Command line support * 7 bug fixes
Diffstat (limited to 'games/gbrainy/patches')
-rw-r--r--games/gbrainy/patches/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/games/gbrainy/patches/patch-aa b/games/gbrainy/patches/patch-aa
deleted file mode 100644
index 35811cde6a9..00000000000
--- a/games/gbrainy/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2010/02/09 18:08:03 joerg Exp $
-
---- src/Clients/Classical/gbrainy.in.orig 2010-02-09 17:59:25.000000000 +0000
-+++ src/Clients/Classical/gbrainy.in
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
-@@ -7,7 +7,7 @@ libdir=@libdir@
- MONO_EXE="$libdir/gbrainy/gbrainy.exe"
-
- for arg in $*; do
-- case "x--debug" in ("x${arg}")
-+ case "x--debug" in "x${arg}")
- MONO_OPTIONS="--debug${MONO_OPTIONS+:$MONO_OPTIONS}"
- esac
- done