summaryrefslogtreecommitdiff
path: root/games/xsokoban/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-11-20 07:06:59 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-11-20 07:06:59 +0000
commit7d186159b1522d129e5e22d29ae9e150b6dffa31 (patch)
tree893941a439e5dfd994852943a983ef17fd1169af /games/xsokoban/files
parentChange hard link to symlink so that it works even when the manpages are (diff)
Import of xsokoban, a pushing blocks solitaire game.
Closes PRs 1801, 2029, 2059. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=4604
Diffstat (limited to 'games/xsokoban/files')
-rw-r--r--games/xsokoban/files/patch-aa20
-rw-r--r--games/xsokoban/files/patch-ab53
-rw-r--r--games/xsokoban/files/patch-ac19
3 files changed, 92 insertions, 0 deletions
diff --git a/games/xsokoban/files/patch-aa b/games/xsokoban/files/patch-aa
new file mode 100644
index 000000000000..89bc7c5a4fc1
--- /dev/null
+++ b/games/xsokoban/files/patch-aa
@@ -0,0 +1,20 @@
+*** Imakefile.org Sun Nov 17 15:36:02 1996
+--- Imakefile Sun Nov 17 15:36:36 1996
+***************
+*** 1,7 ****
+ DEFINES= -DNDEBUG
+! EXTRA_INCLUDES= -I/usr/local/include
+
+! SYS_LIBRARIES= -L/usr/local/lib -lXpm $(XLIB)
+ # -lXpm is only needed if you are using Xpm.
+
+ SRCS= display.c main.c resources.c play.c score.c screen.c \
+--- 1,8 ----
+ DEFINES= -DNDEBUG
+! EXTRA_INCLUDES= -I/usr/local/include -I/usr/X11R6/include/X11 \
+! -I/usr/X11R6/include
+
+! SYS_LIBRARIES= -L/usr/local/lib -L/usr/X11R6/lib -lXpm $(XLIB)
+ # -lXpm is only needed if you are using Xpm.
+
+ SRCS= display.c main.c resources.c play.c score.c screen.c \
diff --git a/games/xsokoban/files/patch-ab b/games/xsokoban/files/patch-ab
new file mode 100644
index 000000000000..395b4a0875cf
--- /dev/null
+++ b/games/xsokoban/files/patch-ab
@@ -0,0 +1,53 @@
+*** config.h.orig Tue Aug 27 21:41:47 1996
+--- config.h Mon Nov 18 18:25:14 1996
+***************
+*** 30,36 ****
+ variable in the installed version, but you know best...
+ */
+ #ifndef ROOTDIR
+! #define ROOTDIR "."
+ #endif
+
+ /*
+--- 30,36 ----
+ variable in the installed version, but you know best...
+ */
+ #ifndef ROOTDIR
+! #define ROOTDIR "/usr/X11R6/lib/X11/xsokoban"
+ #endif
+
+ /*
+***************
+*** 95,101 ****
+ OWNER: defines the name of the local game owner.
+ */
+ #ifndef OWNER
+! #define OWNER "andru"
+ #endif
+
+ /*
+--- 95,101 ----
+ OWNER: defines the name of the local game owner.
+ */
+ #ifndef OWNER
+! #define OWNER "root"
+ #endif
+
+ /*
+***************
+*** 147,153 ****
+ */
+
+ #ifndef WWW
+! #define WWW 1
+ #endif
+
+ #define DEBUG_SERVER(x)
+--- 147,153 ----
+ */
+
+ #ifndef WWW
+! #define WWW 0
+ #endif
+
+ #define DEBUG_SERVER(x)
diff --git a/games/xsokoban/files/patch-ac b/games/xsokoban/files/patch-ac
new file mode 100644
index 000000000000..94787997e3ec
--- /dev/null
+++ b/games/xsokoban/files/patch-ac
@@ -0,0 +1,19 @@
+*** config_local.h.orig Sun Apr 16 00:50:16 1995
+--- config_local.h Mon Nov 18 18:33:14 1996
+***************
+*** 61,67 ****
+ #define LOCALTIME_PROTO 1
+
+ /* Is there a nl_langinfo() call? */
+! #define HAVE_NL_LANGINFO 1
+
+ /* Is there a working <sys/param.h> */
+ #define HAVE_SYS_PARAM_H 1
+--- 61,67 ----
+ #define LOCALTIME_PROTO 1
+
+ /* Is there a nl_langinfo() call? */
+! #undef HAVE_NL_LANGINFO
+
+ /* Is there a working <sys/param.h> */
+ #define HAVE_SYS_PARAM_H 1