diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-17 10:24:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-17 10:24:59 +0000 |
commit | 0b4f7abe40d4a73247636438b0813505337e9276 (patch) | |
tree | 824e2d8217d8d57c329fd1a3ff6a08746c063620 /editors/biew/files | |
parent | cb2a101cc80b6b2dfea6c6bddb5d13165c541924 (diff) |
Notes
Diffstat (limited to 'editors/biew/files')
-rw-r--r-- | editors/biew/files/patch-aa | 12 | ||||
-rw-r--r-- | editors/biew/files/patch-af | 10 | ||||
-rw-r--r-- | editors/biew/files/patch-ai | 15 | ||||
-rw-r--r-- | editors/biew/files/patch-aj | 15 |
4 files changed, 5 insertions, 47 deletions
diff --git a/editors/biew/files/patch-aa b/editors/biew/files/patch-aa deleted file mode 100644 index f108e6b474a7..000000000000 --- a/editors/biew/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- biewlib/sysdep/generic/unix/os_dep.c.orig Thu Jul 6 14:31:08 2000 -+++ biewlib/sysdep/generic/unix/os_dep.c Mon Jul 24 23:00:55 2000 -@@ -26,7 +26,9 @@ - #include "biewlib/biewlib.h" - #include "console.h" - -+#ifndef LIBDIR - #define LIBDIR "/usr/lib" -+#endif - - static char _ini_name[FILENAME_MAX + 1]; - static char _rc_dir_name[FILENAME_MAX + 1]; diff --git a/editors/biew/files/patch-af b/editors/biew/files/patch-af index 6dabfa4854d7..5f23f4c15924 100644 --- a/editors/biew/files/patch-af +++ b/editors/biew/files/patch-af @@ -1,6 +1,6 @@ ---- biewlib/sysdep/generic/unix/keyboard.c.orig Thu Jul 6 14:31:08 2000 -+++ biewlib/sysdep/generic/unix/keyboard.c Mon Jul 24 23:06:19 2000 -@@ -27,7 +27,11 @@ +--- biewlib/sysdep/generic/unix/keyboard.c.orig Thu Mar 1 09:19:32 2001 ++++ biewlib/sysdep/generic/unix/keyboard.c Fri Nov 9 00:00:37 2001 +@@ -41,7 +41,11 @@ #endif #ifdef _CURSES_ @@ -9,6 +9,6 @@ +#else #include <curses.h> +#endif - MEVENT me; + #ifdef NCURSES_MOUSE_VERSION + #define HAVE_MOUSE #endif - diff --git a/editors/biew/files/patch-ai b/editors/biew/files/patch-ai deleted file mode 100644 index 709c76e9759d..000000000000 --- a/editors/biew/files/patch-ai +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/biewhlp/makefile.orig Mon Sep 25 00:35:56 2000 -+++ tools/biewhlp/makefile Fri Nov 10 21:37:47 2000 -@@ -62,7 +62,11 @@ - biewlib/biewlib.o\ - biewlib/file_ini.o\ - biewlib/pmalloc.o\ --biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o -+biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o - all: $(TARGET) - - clean: diff --git a/editors/biew/files/patch-aj b/editors/biew/files/patch-aj deleted file mode 100644 index 37e19ac7131f..000000000000 --- a/editors/biew/files/patch-aj +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/lzss/makefile.orig Mon Sep 25 00:35:58 2000 -+++ tools/lzss/makefile Fri Nov 10 21:39:13 2000 -@@ -60,7 +60,11 @@ - biewlib/pmalloc.o\ - biewlib/bbio.o\ - biewlib/biewlib.o\ --biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o -+biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o - all: $(TARGET) - - clean: |