summaryrefslogtreecommitdiff
path: root/games/xracer/patches
diff options
context:
space:
mode:
authorrh <rh>2000-05-29 06:36:00 +0000
committerrh <rh>2000-05-29 06:36:00 +0000
commit3a4f909bdef291542bde79e470fe3a48e3b9a9aa (patch)
tree7829da235a49f38ddda33a0586d55bba3a46493f /games/xracer/patches
parent08679d70c935334a5045bf6be5504001659ca1c5 (diff)
downloadpkgsrc-3a4f909bdef291542bde79e470fe3a48e3b9a9aa.tar.gz
Initial import of xracer-0.96.9, a clone of the popular Psygnosis game
Wipeout, as provided in PR 10217 by Bernd Sieker.
Diffstat (limited to 'games/xracer/patches')
-rw-r--r--games/xracer/patches/patch-aa12
-rw-r--r--games/xracer/patches/patch-ab24
-rw-r--r--games/xracer/patches/patch-ac13
-rw-r--r--games/xracer/patches/patch-ad15
-rw-r--r--games/xracer/patches/patch-ae15
-rw-r--r--games/xracer/patches/patch-af13
-rw-r--r--games/xracer/patches/patch-ag13
-rw-r--r--games/xracer/patches/patch-ah13
8 files changed, 118 insertions, 0 deletions
diff --git a/games/xracer/patches/patch-aa b/games/xracer/patches/patch-aa
new file mode 100644
index 00000000000..c0aa9e36efd
--- /dev/null
+++ b/games/xracer/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- include/xracer-joystick.h.orig Sat May 27 04:58:58 2000
++++ include/xracer-joystick.h Sat May 27 04:59:18 2000
+@@ -31,6 +31,6 @@
+ extern void xrJoystickInit (void);
+ extern int xrJoystickRead (struct xrJoystickStatus *status);
+
+-extern const char *xrJoystickDevice;
++extern char *xrJoystickDevice;
+
+ #endif /* __xracer_joystick_h__ */
diff --git a/games/xracer/patches/patch-ab b/games/xracer/patches/patch-ab
new file mode 100644
index 00000000000..33db7dee8a3
--- /dev/null
+++ b/games/xracer/patches/patch-ab
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- src/Makefile.in.orig Mon Mar 20 22:13:03 2000
++++ src/Makefile.in Sat May 27 05:43:16 2000
+@@ -175,7 +175,7 @@
+ video.c \
+ ws.c
+
+-xracer_LDADD = mpeg/libmpeg.a
++xracer_LDADD = mpeg/libmpeg.a -lintl
+
+ EXTRA_DIST = arch_posix.c \
+ joystick_linux.c joystick_freebsd.c joystick_generic.c \
+@@ -202,8 +202,8 @@
+ track.o utils.o video.o ws.o
+ xracer_DEPENDENCIES = mpeg/libmpeg.a
+ xracer_LDFLAGS =
+-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
+ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+ DIST_COMMON = Makefile.am Makefile.in
+
diff --git a/games/xracer/patches/patch-ac b/games/xracer/patches/patch-ac
new file mode 100644
index 00000000000..9b249904c9d
--- /dev/null
+++ b/games/xracer/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- config.h.in.orig Sat May 27 05:11:10 2000
++++ config.h.in Sat May 27 05:11:28 2000
+@@ -173,7 +173,7 @@
+ #undef HAVE_GETOPT_H
+
+ /* Define if you have the <jpeglib.h> header file. */
+-#undef HAVE_JPEGLIB_H
++#define HAVE_JPEGLIB_H
+
+ /* Define if you have the <limits.h> header file. */
+ #undef HAVE_LIMITS_H
diff --git a/games/xracer/patches/patch-ad b/games/xracer/patches/patch-ad
new file mode 100644
index 00000000000..914673d9911
--- /dev/null
+++ b/games/xracer/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- tracks/simple2/Makefile.in.orig Sat May 27 05:48:08 2000
++++ tracks/simple2/Makefile.in Sat May 27 05:48:29 2000
+@@ -169,8 +169,8 @@
+ obj_SnowMountain.lo obj_SnowMountain01.lo obj_SnowMountain02.lo \
+ obj_SnowMountain03.lo obj_StartGantry.lo obj_StartGantryLegs.lo \
+ backdrop.lo control.lo flare.lo sky.lo
+-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
+ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+ DIST_COMMON = Makefile.am Makefile.in
+
diff --git a/games/xracer/patches/patch-ae b/games/xracer/patches/patch-ae
new file mode 100644
index 00000000000..da058672ec2
--- /dev/null
+++ b/games/xracer/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- craft/simple/Makefile.in.orig Sat May 27 05:48:46 2000
++++ craft/simple/Makefile.in Sat May 27 05:49:11 2000
+@@ -153,8 +153,8 @@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ libcraftsimple_la_LIBADD =
+ libcraftsimple_la_OBJECTS = control.lo craft.lo
+-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
+ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+ DIST_COMMON = Makefile.am Makefile.in
+
diff --git a/games/xracer/patches/patch-af b/games/xracer/patches/patch-af
new file mode 100644
index 00000000000..a3828e54dc6
--- /dev/null
+++ b/games/xracer/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- tools/mkcraft/xracer-mkcraft.pl.orig Sat May 27 06:05:22 2000
++++ tools/mkcraft/xracer-mkcraft.pl Sat May 27 06:05:30 2000
+@@ -31,7 +31,7 @@
+
+ GetOptions ("output=s" => \$outputfilename,
+ "verbose" => \$verbose,
+- "help|?" => \$help);
++ "help" => \$help);
+
+ if ($help)
+ {
diff --git a/games/xracer/patches/patch-ag b/games/xracer/patches/patch-ag
new file mode 100644
index 00000000000..936d52fdd49
--- /dev/null
+++ b/games/xracer/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- doc/Makefile.in.orig Mon Mar 20 22:13:22 2000
++++ doc/Makefile.in Mon May 29 08:17:43 2000
+@@ -119,7 +119,7 @@
+ man_MANS = xracer.6
+
+ # Install documentation in the /usr/doc/xracer-n.n.n/ directory.
+-docdir = $(prefix)/doc/@PACKAGE@-@VERSION@
++docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@
+ doc_DATA = README.txt README.html faq.txt faq.html index.html
+
+ EXTRA_DIST = README.chtml README.html README.txt \
diff --git a/games/xracer/patches/patch-ah b/games/xracer/patches/patch-ah
new file mode 100644
index 00000000000..5f5e0ada3ae
--- /dev/null
+++ b/games/xracer/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- Makefile.in.orig Mon Mar 20 22:13:01 2000
++++ Makefile.in Mon May 29 08:27:40 2000
+@@ -122,7 +122,7 @@
+
+ EXTRA_DIST = Reconf Release.in xracer.spec
+
+-docdir = $(prefix)/doc/@PACKAGE@-@VERSION@
++docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@
+ doc_DATA = AUTHORS
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs