summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-07-18 12:07:24 +0000
committerjoerg <joerg@pkgsrc.org>2013-07-18 12:07:24 +0000
commit699e29478e339928eebbafb8724ae4e55e166bef (patch)
treede817b2f993c35f56a088e0365b2cab7011fbaf0 /editors
parent2f571c0f6a0772a543bb12f0ea46a52c6a79afc5 (diff)
downloadpkgsrc-699e29478e339928eebbafb8724ae4e55e166bef.tar.gz
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'editors')
-rw-r--r--editors/beav/distinfo4
-rw-r--r--editors/beav/patches/patch-ab7
-rw-r--r--editors/easyedit/distinfo3
-rw-r--r--editors/easyedit/patches/patch-new__curse.c12
-rw-r--r--editors/mg2a/distinfo4
-rw-r--r--editors/mg2a/patches/patch-ab10
-rw-r--r--editors/ng/distinfo3
-rw-r--r--editors/ng/patches/patch-sys_bsd_ttyio.c12
-rw-r--r--editors/ve/distinfo3
-rw-r--r--editors/ve/patches/patch-term.c14
10 files changed, 61 insertions, 11 deletions
diff --git a/editors/beav/distinfo b/editors/beav/distinfo
index 800339f36a9..048f3ac6449 100644
--- a/editors/beav/distinfo
+++ b/editors/beav/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2008/06/20 01:09:17 joerg Exp $
+$NetBSD: distinfo,v 1.9 2013/07/18 12:07:24 joerg Exp $
SHA1 (beav_1.40-18.diff.gz) = 9cd82a3b8de391e1f001d241be1c2c3fadb3efb9
RMD160 (beav_1.40-18.diff.gz) = 0e7b19fdc7ea16e1e24e8302d81dfb247e947603
@@ -7,7 +7,7 @@ SHA1 (beav_1.40.orig.tar.gz) = c610a0c3581c681c26726c8e1e19bf7e38ca8a6a
RMD160 (beav_1.40.orig.tar.gz) = 621df359860a8ec9205413520961d4366b1ad8ea
Size (beav_1.40.orig.tar.gz) = 128103 bytes
SHA1 (patch-aa) = 59a2043fa5da8c326dc0732701b3377ed7422a44
-SHA1 (patch-ab) = 629db527f0718de30bdc67cb8387c4488d9f9437
+SHA1 (patch-ab) = 7cb7c7712ed6942ba90a3555879da9eaf894dc72
SHA1 (patch-ac) = 6c575aa6e69fc4281956310176c12a086c6ae400
SHA1 (patch-ad) = 4cb29fa7dab5d5fc7ccff1dff090b189146e32c8
SHA1 (patch-ae) = 9377308aac390dd0130df3fd970f56e2e4826398
diff --git a/editors/beav/patches/patch-ab b/editors/beav/patches/patch-ab
index 5ea31b65363..31fc5dd7a3e 100644
--- a/editors/beav/patches/patch-ab
+++ b/editors/beav/patches/patch-ab
@@ -1,13 +1,14 @@
-$NetBSD: patch-ab,v 1.4 2007/12/16 15:53:44 yyamano Exp $
+$NetBSD: patch-ab,v 1.5 2013/07/18 12:07:24 joerg Exp $
---- termio.c.orig 2007-12-17 00:49:07.000000000 +0900
+--- termio.c.orig 2013-07-17 14:36:18.000000000 +0000
+++ termio.c
-@@ -14,6 +14,9 @@
+@@ -14,6 +14,10 @@
#include <signal.h>
#ifdef BSD
#include <sys/ioctl.h>
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__APPLE__)
+#include <sys/ioctl_compat.h>
++#include <termios.h>
+#endif
#else
#ifdef OS2
diff --git a/editors/easyedit/distinfo b/editors/easyedit/distinfo
index e2c10d60039..39af9badf21 100644
--- a/editors/easyedit/distinfo
+++ b/editors/easyedit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2013/04/04 16:01:55 dholland Exp $
+$NetBSD: distinfo,v 1.8 2013/07/18 12:07:24 joerg Exp $
SHA1 (easyedit-jumbo-patch-20130404.gz) = 6662be387286d2147a0a840347d94c7b1a075635
RMD160 (easyedit-jumbo-patch-20130404.gz) = ae340af9ae6decf5a65130759eda2a3cfcf17132
@@ -7,3 +7,4 @@ SHA1 (ee-1.4.6.src.tgz) = 6be7d03eade441a6c409b9d441ba2c144e26b157
RMD160 (ee-1.4.6.src.tgz) = 2ed8ad3123c5443b29f5db142ad367d67028da27
Size (ee-1.4.6.src.tgz) = 70511 bytes
SHA1 (patch-ac) = cf3c94a42825a86941a40a8a66c7f413c51d0ac7
+SHA1 (patch-new__curse.c) = 49c0b3d675c4d6de672a7acc85c70aff01ca0703
diff --git a/editors/easyedit/patches/patch-new__curse.c b/editors/easyedit/patches/patch-new__curse.c
new file mode 100644
index 00000000000..aaff66dab13
--- /dev/null
+++ b/editors/easyedit/patches/patch-new__curse.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-new__curse.c,v 1.1 2013/07/18 12:07:24 joerg Exp $
+
+--- new_curse.c.orig 2013-07-17 14:38:02.000000000 +0000
++++ new_curse.c
+@@ -83,6 +83,7 @@ char * new_curse_name= "@(#) new_curse.c
+ #ifdef HAS_SYS_IOCTL
+ #include <sys/ioctl.h>
+ #endif
++#include <termios.h>
+
+
+ WINDOW *curscr;
diff --git a/editors/mg2a/distinfo b/editors/mg2a/distinfo
index 42ee1fa6c0a..5575b6925e4 100644
--- a/editors/mg2a/distinfo
+++ b/editors/mg2a/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.10 2012/12/25 21:10:55 joerg Exp $
+$NetBSD: distinfo,v 1.11 2013/07/18 12:07:24 joerg Exp $
SHA1 (mg2a.tar.Z) = c96f890f217eaacb78117f9c73f1ea3709ca8d3f
RMD160 (mg2a.tar.Z) = 7083ec8b49eb89d1389dabfb915859af2bb40ee1
Size (mg2a.tar.Z) = 383255 bytes
SHA1 (patch-aa) = d10d168a9f224cd2dfd15fe28876f55e7073e4d2
-SHA1 (patch-ab) = c62b733dc0247ddff65a544c4a5f9593ee324472
+SHA1 (patch-ab) = 8d39fe754a6e7f92a8c5afdadaacf3882e471d82
SHA1 (patch-ac) = 6ef1d0bc88241756cdd3a66050ebfaaf353edcdb
SHA1 (patch-ad) = d83892a713d75d830f553e58632d2fde55e53cc4
SHA1 (patch-ae) = 13c976df16c34acffc14615d29ad91a3bdacd716
diff --git a/editors/mg2a/patches/patch-ab b/editors/mg2a/patches/patch-ab
index e67e1492e6c..9d303410d50 100644
--- a/editors/mg2a/patches/patch-ab
+++ b/editors/mg2a/patches/patch-ab
@@ -1,7 +1,15 @@
-$NetBSD: patch-ab,v 1.2 2000/07/10 18:26:54 tron Exp $
+$NetBSD: patch-ab,v 1.3 2013/07/18 12:07:24 joerg Exp $
--- sys/bsd/ttyio.c.orig Sun Jul 3 10:51:02 1988
+++ sys/bsd/ttyio.c Wed May 31 16:36:30 2000
+@@ -8,6 +8,7 @@
+ #include "def.h"
+
+ #include <sgtty.h>
++#include <termios.h>
+
+ #define NOBUF 512 /* Output buffer size. */
+
@@ -35,13 +35,17 @@
ttopen() {
register char *tv_stype;
diff --git a/editors/ng/distinfo b/editors/ng/distinfo
index c459924c770..77ba4532181 100644
--- a/editors/ng/distinfo
+++ b/editors/ng/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2013/03/28 21:24:53 joerg Exp $
+$NetBSD: distinfo,v 1.9 2013/07/18 12:07:24 joerg Exp $
SHA1 (ng-1.4.4-replace_bug.patch) = 4d1b8abc0aa22b52951eb696427790cc75842842
RMD160 (ng-1.4.4-replace_bug.patch) = af945e81541b0b848350f46044176ba536d77f45
@@ -8,5 +8,6 @@ RMD160 (ng-1.4.4.tar.gz) = dd041789d3fba92fe1c9906564a246c1f62cc34e
Size (ng-1.4.4.tar.gz) = 587018 bytes
SHA1 (patch-aa) = c78f7c9d1654262f612c6db25d5def2f8d2bbcfa
SHA1 (patch-def.h) = dbb9367ac663abe8f980775167f206706ee542aa
+SHA1 (patch-sys_bsd_ttyio.c) = 4398c4518a25e621c80396e4679006b9e90c2028
SHA1 (patch-sys_default_tty.c) = 6488cc08dcd0b952c6fa37fd713fddc8b532cf65
SHA1 (patch-sys_sysv_Makefile) = 75abfc306abe358a950a3854c660ee97052e2af4
diff --git a/editors/ng/patches/patch-sys_bsd_ttyio.c b/editors/ng/patches/patch-sys_bsd_ttyio.c
new file mode 100644
index 00000000000..c4a32582fb9
--- /dev/null
+++ b/editors/ng/patches/patch-sys_bsd_ttyio.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-sys_bsd_ttyio.c,v 1.1 2013/07/18 12:07:24 joerg Exp $
+
+--- sys/bsd/ttyio.c.orig 2013-07-18 10:06:42.000000000 +0000
++++ sys/bsd/ttyio.c
+@@ -22,6 +22,7 @@
+ #include "def.h"
+
+ #include <sgtty.h>
++#include <termios.h>
+ #ifdef ADDFUNC /* 90.02.14 by S.Yoshida */
+ #include <signal.h> /* 90.02.13: For SIGWINCH. */
+ #endif /* ADDFUNC */
diff --git a/editors/ve/distinfo b/editors/ve/distinfo
index c2c534db4a7..82e1e10c209 100644
--- a/editors/ve/distinfo
+++ b/editors/ve/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2013/01/10 23:53:15 joerg Exp $
+$NetBSD: distinfo,v 1.6 2013/07/18 12:07:24 joerg Exp $
SHA1 (ve-1.0.tgz) = 0faac299b697ff6dfc28d234ee47089ad4d148ff
RMD160 (ve-1.0.tgz) = ae9bede0e3e068c4221a541b66261154d9ab84d5
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 084074ed379a3133aceb04c8b36efc5cbf11c99e
SHA1 (patch-ac) = 6b6c6e2d79076994a133001ba44495760d3b8930
SHA1 (patch-ad) = dd1901fe8412f87a88fd7768493c6780acbb01ba
SHA1 (patch-ae) = 5f6d0b634cb803ca48cd8528c8b2f64767fe73f4
+SHA1 (patch-term.c) = 87c37e41b2deb38ed27210661219c7208f6ab2c4
diff --git a/editors/ve/patches/patch-term.c b/editors/ve/patches/patch-term.c
new file mode 100644
index 00000000000..a30d8a0f3ef
--- /dev/null
+++ b/editors/ve/patches/patch-term.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-term.c,v 1.1 2013/07/18 12:07:24 joerg Exp $
+
+--- term.c.orig 2013-07-18 10:12:24.000000000 +0000
++++ term.c
+@@ -9,6 +9,9 @@
+
+ #include "bbs.h"
+ #include <sys/ioctl.h>
++#include <stdlib.h>
++#include <termcap.h>
++#include <termios.h>
+
+ #ifdef HP_UX
+ #define O_HUPCL 01