summaryrefslogtreecommitdiff
path: root/games/xconq/patches
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>1999-06-12 20:22:53 +0000
committerkleink <kleink@pkgsrc.org>1999-06-12 20:22:53 +0000
commit3f158caf4e8985181129b9753ef35dcfbb74afec (patch)
treee2e6911a035c8e9b3b50a2866f84653d895027a1 /games/xconq/patches
parent82b8e9460295fe1afb06b7a0e29ef64f2e082299 (diff)
downloadpkgsrc-3f158caf4e8985181129b9753ef35dcfbb74afec.tar.gz
Initial import of pkg for xconq-7.2.2, an X11-based strategy game environment.
Diffstat (limited to 'games/xconq/patches')
-rw-r--r--games/xconq/patches/patch-aa9
-rw-r--r--games/xconq/patches/patch-ab12
-rw-r--r--games/xconq/patches/patch-ac13
-rw-r--r--games/xconq/patches/patch-ad13
-rw-r--r--games/xconq/patches/patch-ae22
-rw-r--r--games/xconq/patches/patch-af13
-rw-r--r--games/xconq/patches/patch-ag13
-rw-r--r--games/xconq/patches/patch-ah13
-rw-r--r--games/xconq/patches/patch-ai15
-rw-r--r--games/xconq/patches/patch-aj15
10 files changed, 138 insertions, 0 deletions
diff --git a/games/xconq/patches/patch-aa b/games/xconq/patches/patch-aa
new file mode 100644
index 00000000000..60ca0455a15
--- /dev/null
+++ b/games/xconq/patches/patch-aa
@@ -0,0 +1,9 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- /dev/null Tue Jun 8 21:38:55 1999
++++ config/mh-netbsd Tue Jun 8 21:41:47 1999
+@@ -0,0 +1,4 @@
++X11_INCLUDE_FLAGS = -I${X11BASE}/include
++X11_LIB_FLAGS = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib
++
++appdefaultsdir = ${X11BASE}/lib/X11/app-defaults
diff --git a/games/xconq/patches/patch-ab b/games/xconq/patches/patch-ab
new file mode 100644
index 00000000000..6316867c558
--- /dev/null
+++ b/games/xconq/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- config.host.orig Wed Jul 1 06:27:39 1998
++++ config.host Tue Jun 8 21:57:18 1999
+@@ -37,6 +37,7 @@
+ *-*-linux*) host_makefile_frag=config/mh-linux ;;
+ rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxrs6k ;;
+ *-*-lynxos*) host_makefile_frag=config/mh-lynxos ;;
++ *-*-netbsd*) host_makefile_frag=config/mh-netbsd ;;
+ *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
+ *-*-sysv*) host_makefile_frag=config/mh-sysv ;;
+ *-*-freebsd*) host_makefile_frag=config/mh-freebsd ;;
diff --git a/games/xconq/patches/patch-ac b/games/xconq/patches/patch-ac
new file mode 100644
index 00000000000..56491763514
--- /dev/null
+++ b/games/xconq/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- SelFile/SelFile.c.orig Wed Jul 1 06:27:39 1998
++++ SelFile/SelFile.c Tue Jun 8 22:02:47 1999
+@@ -44,7 +44,7 @@
+ #include <stdio.h>
+ #include <errno.h>
+
+-#if !defined(__GLIBC__) && !defined(__FreeBSD__)
++#if !defined(__GLIBC__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
+ /* BSD 4.3 errno.h does not declare errno */
+ extern int errno;
+ extern int sys_nerr;
diff --git a/games/xconq/patches/patch-ad b/games/xconq/patches/patch-ad
new file mode 100644
index 00000000000..1999e028b18
--- /dev/null
+++ b/games/xconq/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- curses/Makefile.in.orig Tue Apr 21 05:21:47 1998
++++ curses/Makefile.in Tue Jun 8 22:33:16 1999
+@@ -29,7 +29,7 @@
+ SHELL = /bin/sh
+
+ INSTALL = install -c
+-INSTALL_PROGRAM = $(INSTALL)
++INSTALL_PROGRAM = $(INSTALL) -s
+ INSTALL_DATA = $(INSTALL)
+
+ CC = cc
diff --git a/games/xconq/patches/patch-ae b/games/xconq/patches/patch-ae
new file mode 100644
index 00000000000..e43077bbb11
--- /dev/null
+++ b/games/xconq/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- x11/Makefile.in.orig Tue Apr 21 05:21:21 1998
++++ x11/Makefile.in Wed Jun 9 00:38:37 1999
+@@ -11,7 +11,7 @@
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-datadir = $(prefix)/lib/xconqdir
++datadir = $(prefix)/share/xconq
+ mandir = $(prefix)/man
+ man6dir = $(mandir)/man6
+ infodir = $(prefix)/info
+@@ -35,7 +35,7 @@
+ SHELL = /bin/sh
+
+ INSTALL = install -c
+-INSTALL_PROGRAM = $(INSTALL)
++INSTALL_PROGRAM = $(INSTALL) -s
+ INSTALL_DATA = $(INSTALL)
+
+ CC = cc
diff --git a/games/xconq/patches/patch-af b/games/xconq/patches/patch-af
new file mode 100644
index 00000000000..e054e8d9fae
--- /dev/null
+++ b/games/xconq/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- kernel/Makefile.in.orig Wed May 13 15:04:16 1998
++++ kernel/Makefile.in Wed Jun 9 00:33:13 1999
+@@ -11,7 +11,7 @@
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-datadir = $(prefix)/lib/xconqdir
++datadir = $(prefix)/share/xconq
+ mandir = $(prefix)/man
+ man6dir = $(mandir)/man6
+ infodir = $(prefix)/info
diff --git a/games/xconq/patches/patch-ag b/games/xconq/patches/patch-ag
new file mode 100644
index 00000000000..8899e336c92
--- /dev/null
+++ b/games/xconq/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- Makefile.in.orig Sun Feb 22 01:26:25 1998
++++ Makefile.in Wed Jun 9 00:54:07 1999
+@@ -11,7 +11,7 @@
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-datadir = $(prefix)/lib/xconqdir
++datadir = $(prefix)/share/xconq
+ mandir = $(prefix)/man
+ man6dir = $(mandir)/man6
+ infodir = $(prefix)/info
diff --git a/games/xconq/patches/patch-ah b/games/xconq/patches/patch-ah
new file mode 100644
index 00000000000..b2ecf6b8723
--- /dev/null
+++ b/games/xconq/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- lib/Makefile.in.orig Sun Feb 22 01:13:49 1998
++++ lib/Makefile.in Wed Jun 9 00:59:00 1999
+@@ -11,7 +11,7 @@
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-datadir = $(prefix)/lib/xconqdir
++datadir = $(prefix)/share/xconq
+ mandir = $(prefix)/man
+ man6dir = $(mandir)/man6
+ infodir = $(prefix)/info
diff --git a/games/xconq/patches/patch-ai b/games/xconq/patches/patch-ai
new file mode 100644
index 00000000000..8065dbb0ffd
--- /dev/null
+++ b/games/xconq/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- doc/xcdesign.texi.orig Thu Apr 9 05:15:19 1998
++++ doc/xcdesign.texi Wed Jun 9 01:12:33 1999
+@@ -11,6 +11,10 @@
+ @setchapternewpage odd
+
+ @ifinfo
++@dircategory Games
++@direntry
++* Xcdesign: (xcdesign.info). Designing Games with Xconq.
++@end direntry
+ This file documents the design of games for @i{Xconq}.
+
+ Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 Stanley T. Shebs
diff --git a/games/xconq/patches/patch-aj b/games/xconq/patches/patch-aj
new file mode 100644
index 00000000000..0c4324f862e
--- /dev/null
+++ b/games/xconq/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+
+--- doc/xconq.texi.orig Thu Apr 9 05:12:56 1998
++++ doc/xconq.texi Wed Jun 9 01:13:42 1999
+@@ -11,6 +11,10 @@
+ @setchapternewpage odd
+
+ @ifinfo
++@dircategory Games
++@direntry
++* Xconq: (xconq.info). The Penultimate Strategy Game.
++@end direntry
+ This file documents how to play the strategy game @i{Xconq}.
+
+ Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 Stanley T. Shebs