pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/screen PR 51911: needs limits.h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b22e7a9c8f9
branches:  trunk
changeset: 357576:1b22e7a9c8f9
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Jan 23 17:58:06 2017 +0000

description:
PR 51911: needs limits.h

diffstat:

 misc/screen/distinfo               |   3 ++-
 misc/screen/patches/patch-screen.c |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r c40ed2f0b601 -r 1b22e7a9c8f9 misc/screen/distinfo
--- a/misc/screen/distinfo      Mon Jan 23 15:57:29 2017 +0000
+++ b/misc/screen/distinfo      Mon Jan 23 17:58:06 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.42 2017/01/22 01:43:24 ryoon Exp $
+$NetBSD: distinfo,v 1.43 2017/01/23 17:58:06 dholland Exp $
 
 SHA1 (screen-4.5.0.tar.gz) = b329f538e7265405a5c14e13520e95ced9d2cb17
 RMD160 (screen-4.5.0.tar.gz) = cb412991fa2e3ffb6e4ec34449176eccb39a24a9
@@ -15,5 +15,6 @@
 SHA1 (patch-an) = bda6c65148410a6c9a13afd8ad34f93e33731552
 SHA1 (patch-ao) = 91eecb62351aff720447eb48ea85aae70b62f9b6
 SHA1 (patch-ap) = 4176e95502754206d6840ce228c61371df947650
+SHA1 (patch-screen.c) = cb4a683f5c5238b176a892086d9295340bddf75b
 SHA1 (patch-socket.c) = 09683cee3685a5c6d625e86aa97f6a09f4280b56
 SHA1 (patch-tty.sh) = 93b1fe856cf16640295cb822d60118dbd3734602
diff -r c40ed2f0b601 -r 1b22e7a9c8f9 misc/screen/patches/patch-screen.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/screen/patches/patch-screen.c        Mon Jan 23 17:58:06 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-screen.c,v 1.1 2017/01/23 17:58:34 dholland Exp $
+
+Use standard headers.
+
+--- screen.c~  2017-01-17 19:28:29.000000000 +0000
++++ screen.c
+@@ -88,6 +88,8 @@
+ # include <langinfo.h>
+ #endif
+ 
++#include <limits.h>
++
+ #include "screen.h"
+ #ifdef HAVE_BRAILLE
+ # include "braille.h"



Home | Main Index | Thread Index | Old Index