diff options
author | steve <steve@FreeBSD.org> | 1999-01-11 13:22:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-11 13:22:45 +0800 |
commit | 88772280463ffa589f9f84bd4d8d784e8cdfd9f4 (patch) | |
tree | cb900dc44b075165e9f210ed4d2a48f675552a99 /games/xtron/files | |
parent | c21065b45da77116a1e8283d8393a3cc5285e34a (diff) | |
download | freebsd-ports-gnome-88772280463ffa589f9f84bd4d8d784e8cdfd9f4.tar.gz freebsd-ports-gnome-88772280463ffa589f9f84bd4d8d784e8cdfd9f4.tar.zst freebsd-ports-gnome-88772280463ffa589f9f84bd4d8d784e8cdfd9f4.zip |
Initial import of xtron version 1.1a.
The game of Tron for the X Windowing System.
PR: 6171
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xtron/files')
-rw-r--r-- | games/xtron/files/patch-aa | 13 | ||||
-rw-r--r-- | games/xtron/files/patch-ab | 11 | ||||
-rw-r--r-- | games/xtron/files/patch-ac | 11 |
3 files changed, 35 insertions, 0 deletions
diff --git a/games/xtron/files/patch-aa b/games/xtron/files/patch-aa new file mode 100644 index 000000000000..98a0da60f8b6 --- /dev/null +++ b/games/xtron/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile Sun Apr 16 13:26:00 1995 ++++ /home/andy/tmp/wrk/Makefile Sun Mar 29 23:08:24 1998 +@@ -20,8 +20,8 @@ + # + CC= gcc + CFLAGS= -O4 -Wall +-INCLUDES= -I/usr/X386/include/X11 -I/usr/include +-LIBS= -L/usr/X386/lib ++INCLUDES= -I/usr/X11R6/include -I/usr/X11R6/include/X11 ++LIBS= -L/usr/X11R6/lib + LDLIBS= -lXpm -lX11 + DEPEND= makedepend + OBJS= wintype.o xtron.o main.o xpm2pixmap.o resource.o diff --git a/games/xtron/files/patch-ab b/games/xtron/files/patch-ab new file mode 100644 index 000000000000..8e1a62beba1a --- /dev/null +++ b/games/xtron/files/patch-ab @@ -0,0 +1,11 @@ +--- resource.c Sun Apr 23 22:39:03 1995 ++++ /home/andy/tmp/wrk/resource.c Sun Mar 29 23:05:40 1998 +@@ -101,7 +101,7 @@ + if ((XTRONresources = XrmGetFileDatabase("./.xtronrc")) == NULL) { + if ((XTRONresources = XrmGetFileDatabase("$HOME/xtronrc")) == NULL) { + if ((XTRONresources = XrmGetFileDatabase("$HOME/.xtronrc")) == NULL) { +- if ((XTRONresources = XrmGetFileDatabase("/usr/X11/lib/X11/app-defaults/xtronrc")) == NULL) { ++ if ((XTRONresources = XrmGetFileDatabase("/usr/X11R6/lib/X11/app-defaults/Tron")) == NULL) { + if ((XTRONresources = XrmGetFileDatabase("/usr/X11/lib/X11/app-defaults/.xtronrc")) == NULL) { + fprintf(stderr,"error: unable to open/read resource file xtronrc\n"); + return(0); diff --git a/games/xtron/files/patch-ac b/games/xtron/files/patch-ac new file mode 100644 index 000000000000..90a09bf15c97 --- /dev/null +++ b/games/xtron/files/patch-ac @@ -0,0 +1,11 @@ +--- xtronrc Sun Apr 23 22:53:22 1995 ++++ /home/andy/tmp/wrk/xtronrc Sun Mar 29 23:27:25 1998 +@@ -3,7 +3,7 @@ + # in the user's home directory or in /usr/X11/lib/X11/app-defaults. + # you can also rename it .xtronrc if you prefer it to be hidden + # make sure that the pixmaps directory has a trailing / at the end +-xtron.PixmapsDIR: ./pixmaps/ ++xtron.PixmapsDIR: /usr/X11R6/share/xtron/ + + # change these key settings for player 1 [RED] + xtron.player1UP: w |