summaryrefslogtreecommitdiff
path: root/www/elinks-devel/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /www/elinks-devel/files
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'www/elinks-devel/files')
-rw-r--r--www/elinks-devel/files/patch-ab14
-rw-r--r--www/elinks-devel/files/patch-default.c11
2 files changed, 0 insertions, 25 deletions
diff --git a/www/elinks-devel/files/patch-ab b/www/elinks-devel/files/patch-ab
deleted file mode 100644
index c977c5f01f78..000000000000
--- a/www/elinks-devel/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- kbd.c.orig Thu Jan 11 13:26:36 2001
-+++ kbd.c Thu Jan 11 13:28:37 2001
-@@ -479,9 +479,9 @@
- case 'B': ev.x = KBD_DOWN; break;
- case 'C': ev.x = KBD_RIGHT; break;
- case 'D': ev.x = KBD_LEFT; break;
-- case 'F':
-+ case 'F': ev.x = KBD_END; break;
- case 'e': ev.x = KBD_END; break;
-- case 'H':
-+ case 'H': ev.x = KBD_HOME; break;
- case 0: ev.x = KBD_HOME; break;
- case 'I': ev.x = KBD_PAGE_UP; break;
- case 'G': ev.x = KBD_PAGE_DOWN; break;
diff --git a/www/elinks-devel/files/patch-default.c b/www/elinks-devel/files/patch-default.c
deleted file mode 100644
index f525fdc05692..000000000000
--- a/www/elinks-devel/files/patch-default.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- default.c.orig Sun Dec 31 14:26:52 2000
-+++ default.c Tue Mar 20 09:32:18 2001
-@@ -265,7 +265,7 @@
- get_system_name();
- links_home = get_home(&first_use);
- if (!links_home) {
-- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007");
-+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n");
- sleep(3);
- return;
- }