summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-24 07:00:21 +0000
committerrillig <rillig@pkgsrc.org>2020-03-24 07:00:21 +0000
commitd4a6db4269b9d08a3ae4ee4548adff2bb3435a68 (patch)
tree08b010db9c582576d94eab427accc4f0e717fef5 /misc
parentc76fcb6ea77bcc19ab7f910cd52ea052d28d7325 (diff)
downloadpkgsrc-d4a6db4269b9d08a3ae4ee4548adff2bb3435a68.tar.gz
misc/screen: document bug report URL for patch
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/distinfo4
-rw-r--r--misc/screen/patches/patch-display.h4
2 files changed, 5 insertions, 3 deletions
diff --git a/misc/screen/distinfo b/misc/screen/distinfo
index cc6d128a285..a915dc10e49 100644
--- a/misc/screen/distinfo
+++ b/misc/screen/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.51 2020/03/24 06:55:34 rillig Exp $
+$NetBSD: distinfo,v 1.52 2020/03/24 07:00:22 rillig Exp $
SHA1 (screen-4.8.0.tar.gz) = 2328927e10e68d357bdfec7bd740726011e834e9
RMD160 (screen-4.8.0.tar.gz) = 43888fa00f708a8a9aa226e0df39abd7181b15ae
@@ -15,7 +15,7 @@ SHA1 (patch-am) = a721e311e7dde7938de0e9546a7892bfd104ebd1
SHA1 (patch-an) = bda6c65148410a6c9a13afd8ad34f93e33731552
SHA1 (patch-ao) = a45ae3186cd9bddeb915bad890f1be5abc315dd3
SHA1 (patch-ap) = 0ecc71f5623ca4b799369b12da8523d03a86eb1a
-SHA1 (patch-display.h) = 889394ff36b6924b026490086a0e37164730cc8a
+SHA1 (patch-display.h) = 922ebe152d8c09fc016b983d8fe9c1c64ef74578
SHA1 (patch-screen.c) = de5d8468100ab88cbdb842e21b04b00221e798b8
SHA1 (patch-socket.c) = ef7d3cb14f0199383c0e750af48f19537eb0b36d
SHA1 (patch-tty.sh) = 711e10879250de4b0e04bc2ec00472edeaf6aada
diff --git a/misc/screen/patches/patch-display.h b/misc/screen/patches/patch-display.h
index 581fee4a65f..fb693e5050c 100644
--- a/misc/screen/patches/patch-display.h
+++ b/misc/screen/patches/patch-display.h
@@ -1,4 +1,4 @@
-$NetBSD: patch-display.h,v 1.1 2020/03/24 06:55:34 rillig Exp $
+$NetBSD: patch-display.h,v 1.2 2020/03/24 07:00:22 rillig Exp $
display.c: In function 'disp_readev_fn':
display.c:3590:39: error: array subscript has type 'char' [-Werror=char-subscripts]
@@ -20,6 +20,8 @@ display.c:3626:39: error: array subscript has type 'char' [-Werror=char-subscrip
The constants for the state are from an anonymous enum at the top of
display.c. They are all small nonnegative numbers.
+https://savannah.gnu.org/bugs/index.php?58034
+
--- display.h.orig 2020-02-05 20:09:38.000000000 +0000
+++ display.h
@@ -61,7 +61,7 @@ struct win; /* forward declaration */