summaryrefslogtreecommitdiff
path: root/editors/beav
diff options
context:
space:
mode:
authorjoerg <joerg>2013-07-18 12:07:24 +0000
committerjoerg <joerg>2013-07-18 12:07:24 +0000
commita99cef72a371a9f4ab58bfefd53043b80f764ce6 (patch)
treede817b2f993c35f56a088e0365b2cab7011fbaf0 /editors/beav
parent99a7d5bc877e988cca912e12d9725c67f45fd53e (diff)
downloadpkgsrc-a99cef72a371a9f4ab58bfefd53043b80f764ce6.tar.gz
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'editors/beav')
-rw-r--r--editors/beav/distinfo4
-rw-r--r--editors/beav/patches/patch-ab7
2 files changed, 6 insertions, 5 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