diff options
author | itohy <itohy> | 2000-05-18 22:51:42 +0000 |
---|---|---|
committer | itohy <itohy> | 2000-05-18 22:51:42 +0000 |
commit | 254b65be93108c674f66c463e43d4262262eafd2 (patch) | |
tree | 8889da5ddb789e7fcae9a0654056b85e6f1af48b /x11/oneko/patches | |
parent | 1548717aaceb1bc765ca09482223f02dfca71b44 (diff) | |
download | pkgsrc-254b65be93108c674f66c463e43d4262262eafd2.tar.gz |
Apply modification by Toshihiro Kanda, to be upgraded to 1.2.
New animal(?): BSD Daemon.
Diffstat (limited to 'x11/oneko/patches')
-rw-r--r-- | x11/oneko/patches/patch-aa | 30 | ||||
-rw-r--r-- | x11/oneko/patches/patch-ab | 26 |
2 files changed, 18 insertions, 38 deletions
diff --git a/x11/oneko/patches/patch-aa b/x11/oneko/patches/patch-aa index f05562b35c8..28e7294dda3 100644 --- a/x11/oneko/patches/patch-aa +++ b/x11/oneko/patches/patch-aa @@ -1,31 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $ +$NetBSD: patch-aa,v 1.2 2000/05/18 22:51:42 itohy Exp $ ---- Imakefile.orig Thu Oct 31 14:09:31 1991 -+++ Imakefile Fri Sep 10 02:35:38 1999 -@@ -1,23 +1,10 @@ - /**/# Cannot compile in using Gcc - CC = cc - --LOCAL_LIBRARIES = -L/usr/local/lib $(XLIB) -+LOCAL_LIBRARIES = $(XLIB) - SYS_LIBRARIES = -lm - DEPLIBS = $(DEPXLIB) -- DEFINES = -DSHAPE -I/usr/local/include -- --CP = /bin/cp --STRIP = /bin/strip --RM = /bin/rm -f -+ DEFINES = -DSHAPE +--- Imakefile.orig Wed May 17 18:53:54 2000 ++++ Imakefile Wed May 17 18:57:22 2000 +@@ -7,5 +7,4 @@ + DEFINES = -DSHAPE SimpleProgramTarget(oneko) - --DESTDIR = /afs/andrew/system/dest/@sys/contributed/neko/011 -- --install:: -- $(RM) $(DESTDIR)/bin/oneko $(DESTDIR)/man/man1/oneko.man -- $(CP) oneko $(DESTDIR)/bin/oneko -- $(STRIP) $(DESTDIR)/bin/oneko -- $(CP) oneko.man $(DESTDIR)/man/man1/oneko.1 -- -/* InstallAppDefaults(Oneko) */ +InstallManPage(oneko,$(MANDIR)) diff --git a/x11/oneko/patches/patch-ab b/x11/oneko/patches/patch-ab index 677c213b8c5..a59a5011c95 100644 --- a/x11/oneko/patches/patch-ab +++ b/x11/oneko/patches/patch-ab @@ -1,14 +1,14 @@ -$NetBSD: patch-ab,v 1.1 1999/09/13 01:23:24 itohy Exp $ +$NetBSD: patch-ab,v 1.2 2000/05/18 22:51:42 itohy Exp $ ---- oneko.h.orig Thu Oct 31 21:38:52 1991 -+++ oneko.h Sat Sep 11 19:34:29 1999 -@@ -17,6 +17,9 @@ - #include <signal.h> - #include <math.h> - #include <sys/time.h> -+#ifndef X_NOT_STDC_ENV -+#include <stdlib.h> -+#endif - - - /* +--- oneko.man.orig Wed May 17 19:06:06 2000 ++++ oneko.man Wed May 17 19:40:26 2000 +@@ -99,6 +99,9 @@ + .SH AUTHOR + Original xneko is written by Masayuki Koba and modified by Tatsuya Kato + (kato@ntts.co.jp). Send bug fixes and enhancements to kato@ntts.co.jp ++.PP ++BSD Daemon Copyright 1988 by Marshall Kirk McKusick. ++All Rights Reserved. + .SH MAINTAINER + Send questions or problems to ea08@andrew.cmu.edu + .ad b |