summaryrefslogtreecommitdiff
path: root/games/spider/patches
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-07-24 17:23:36 +0000
committerjschauma <jschauma>2003-07-24 17:23:36 +0000
commit557eb38fab8bfbb72edb47cda4289d4fd8254937 (patch)
treefbabb3db968f1da687b5a0a66f6245877abb73e0 /games/spider/patches
parente9bdb7a8a7cd1396c5d407b2edaf7eab8f278826 (diff)
downloadpkgsrc-557eb38fab8bfbb72edb47cda4289d4fd8254937.tar.gz
Initial import of games/spider provided by Greg A. Woods in PR pkg/19284:
Spider is a challenging double decked solitaire game. Unlike most soilitaire games, skill is just as important as luck. The X11 version of spider is based on the NeWS version by Don Woods, and uses the same save file format and card images.
Diffstat (limited to 'games/spider/patches')
-rw-r--r--games/spider/patches/patch-aa22
-rw-r--r--games/spider/patches/patch-ab13
2 files changed, 35 insertions, 0 deletions
diff --git a/games/spider/patches/patch-aa b/games/spider/patches/patch-aa
new file mode 100644
index 00000000000..41359e4bad5
--- /dev/null
+++ b/games/spider/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/07/24 17:23:37 jschauma Exp $
+
+--- ./Imakefile.org Sat Sep 28 10:46:02 1991
++++ ./Imakefile Tue Oct 3 04:19:58 1995
+@@ -8,7 +8,7 @@
+ SPLIT = split
+ CAT = cat
+ /***** Note: probably want to define this to be something else *****/
+- HELPDIR = help
++ HELPDIR = $(PREFIX)/share/doc/spider
+
+ /***** Note: Used to over-ride some declarations in the default Imakefile
+ configurations. If you want to use some of these things, then
+@@ -16,7 +16,7 @@
+ definitions to what you would like them to be below. Delete
+ or comment out those you do not wish to use *****/
+ #ifndef OverrideDefs
+-#define OverrideDefs YES
++#define OverrideDefs NO
+ #endif
+
+ #if OverrideDefs
diff --git a/games/spider/patches/patch-ab b/games/spider/patches/patch-ab
new file mode 100644
index 00000000000..d1dca4830a1
--- /dev/null
+++ b/games/spider/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/07/24 17:23:37 jschauma Exp $
+
+--- ./spider.man.org Sat Sep 28 10:46:06 1991
++++ ./spider.man Tue Oct 3 04:16:19 1995
+@@ -53,7 +53,7 @@
+ Specifies the time (in microseconds) to pause between each move when
+ showing a Replay. The default is 200.
+ .TP 8
+-.B "roundsCards (\fPclass\fB RoundCards)"
++.B "roundCards (\fPclass\fB RoundCards)"
+ Specifies whether to use rounded cards are not. Rounded cards look
+ better, but are considerably slower. The default is "on".
+ .TP 8