summaryrefslogtreecommitdiff
path: root/editors/mg2a
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/mg2a
parent2f571c0f6a0772a543bb12f0ea46a52c6a79afc5 (diff)
downloadpkgsrc-699e29478e339928eebbafb8724ae4e55e166bef.tar.gz
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'editors/mg2a')
-rw-r--r--editors/mg2a/distinfo4
-rw-r--r--editors/mg2a/patches/patch-ab10
2 files changed, 11 insertions, 3 deletions
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;