summaryrefslogtreecommitdiff
path: root/devel/newt/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 04:19:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 04:19:53 +0000
commit147cd26bda7870e7a0c887a2553d9d0aa8c6b8aa (patch)
treeda7b6231025b186bb2c477bb04a37ebdee6c8c01 /devel/newt/files
parentFix MASTER_SITES: directory structure changed (diff)
upgrade to 0.50.36
PR: 39630 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61719
Diffstat (limited to 'devel/newt/files')
-rw-r--r--devel/newt/files/patch-aa7
-rw-r--r--devel/newt/files/patch-ac19
2 files changed, 8 insertions, 18 deletions
diff --git a/devel/newt/files/patch-aa b/devel/newt/files/patch-aa
deleted file mode 100644
index cc4958e347ec..000000000000
--- a/devel/newt/files/patch-aa
+++ /dev/null
@@ -1,7 +0,0 @@
---- grid.c.orig Sun May 5 00:23:33 2002
-+++ grid.c Sun May 5 00:23:45 2002
-@@ -1,4 +1,3 @@
--#include <alloca.h>
- #include <stdlib.h>
- #include <string.h>
-
diff --git a/devel/newt/files/patch-ac b/devel/newt/files/patch-ac
index 7a93f66b94b6..ac5d6d61b21e 100644
--- a/devel/newt/files/patch-ac
+++ b/devel/newt/files/patch-ac
@@ -1,23 +1,20 @@
---- form.c.orig Sat Dec 11 21:04:22 1999
-+++ form.c Sat Jul 22 01:49:24 2000
-@@ -3,10 +3,8 @@
- #include <slang.h>
- #include <stdarg.h>
- #include <stdlib.h>
--#include <sys/select.h>
+--- form.c.orig Tue Jun 11 22:15:33 2002
++++ form.c Sat Jun 22 06:36:12 2002
+@@ -10,7 +10,6 @@
+ #endif
#include <sys/time.h>
--
+
-#ifdef USE_GPM
-+#include <string.h>
#include <ctype.h>
#include <sys/time.h> /* timeval */
- #include <sys/types.h> /* socket() */
-@@ -16,11 +14,8 @@
+ #include <sys/socket.h> /* socket() */
+@@ -19,11 +18,9 @@
#include <sys/stat.h> /* stat() */
#include <termios.h> /* winsize */
#include <unistd.h>
-#include <sys/kd.h> /* KDGETMODE */
#include <signal.h>
++#include <string.h>
#include <stdio.h>
-#endif
-