aboutsummaryrefslogtreecommitdiff
path: root/games/xneko/files
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-09-13 11:40:54 +0000
committerMark Murray <markm@FreeBSD.org>2001-09-13 11:40:54 +0000
commit94b469cd52162732510ecd94fde4f2f4911959ac (patch)
treeb28d6cb09217e3a32262067a4d3fe6b403a365dd /games/xneko/files
parent9e16678bb7d3f69f77415607a1a8611f7a809b7e (diff)
Notes
Diffstat (limited to 'games/xneko/files')
-rw-r--r--games/xneko/files/patch-Imakefile10
-rw-r--r--games/xneko/files/patch-aa37
-rw-r--r--games/xneko/files/patch-xneko.man8
3 files changed, 18 insertions, 37 deletions
diff --git a/games/xneko/files/patch-Imakefile b/games/xneko/files/patch-Imakefile
new file mode 100644
index 000000000000..0b9eacc9922d
--- /dev/null
+++ b/games/xneko/files/patch-Imakefile
@@ -0,0 +1,10 @@
+--- Imakefile.orig Sun Sep 2 05:28:44 1990
++++ Imakefile Wed Sep 12 16:54:29 2001
+@@ -1,5 +1,7 @@
+ LOCAL_LIBRARIES = -lX11 -lm
+
++MANSUFFIX = 6
++
+ SimpleProgramTarget(xneko)
+
+ install:: install.man
diff --git a/games/xneko/files/patch-aa b/games/xneko/files/patch-aa
deleted file mode 100644
index 483988a15c8c..000000000000
--- a/games/xneko/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -udr ../xneko.BSD/Makefile ./Makefile
---- ../xneko.BSD/Makefile Tue Jun 1 03:46:11 1993
-+++ ./Makefile Fri Dec 22 19:16:13 1995
-@@ -1,8 +1,17 @@
- # @(#)Makefile 8.1 (Berkeley) 5/31/93
-
- PROG= xneko
--MAN6= xneko.0
--DPADD= ${LIBX} ${LIBM}
--LDADD= -lX11/X11 -lm
-+MAN6= xneko.6
-+
-+DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
-+CFLAGS+= -I${X11BASE}/include
-+LDDESTDIR+= -L${X11BASE}/lib
-+LDADD+= -lX11 -lm
-+
-+MANDIR= ${X11BASE}/man/man
-+
-+BINOWN= bin
-+BINDIR= ${X11BASE}/bin
-+BINMODE= 755
-
- .include <bsd.prog.mk>
-diff -udr ../xneko.BSD/xneko.c ./xneko.c
---- ../xneko.BSD/xneko.c Tue Jun 1 03:46:10 1993
-+++ ./xneko.c Fri Dec 22 19:10:44 1995
-@@ -139,6 +139,9 @@
-
- #include <stdio.h>
-
-+#include <stdlib.h>
-+#include <string.h>
-+
- #include <signal.h>
- #include <math.h>
- #include <sys/time.h>
diff --git a/games/xneko/files/patch-xneko.man b/games/xneko/files/patch-xneko.man
new file mode 100644
index 000000000000..61bec89db82e
--- /dev/null
+++ b/games/xneko/files/patch-xneko.man
@@ -0,0 +1,8 @@
+--- xneko.man.orig Sun Sep 2 05:27:21 1990
++++ xneko.man Wed Sep 12 16:54:38 2001
+@@ -1,4 +1,4 @@
+-.TH xneko SIPB "1 September 1990" "X Version 11"
++.TH xneko 6 "1 September 1990" "X Version 11"
+ .SH NAME
+ xneko \- cat-and-mouse chase in an X window
+ .SH SYNOPSIS