pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/screen



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Mar 24 07:00:22 UTC 2020

Modified Files:
        pkgsrc/misc/screen: distinfo
        pkgsrc/misc/screen/patches: patch-display.h

Log Message:
misc/screen: document bug report URL for patch


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/misc/screen/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/screen/patches/patch-display.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/screen/distinfo
diff -u pkgsrc/misc/screen/distinfo:1.51 pkgsrc/misc/screen/distinfo:1.52
--- pkgsrc/misc/screen/distinfo:1.51    Tue Mar 24 06:55:34 2020
+++ pkgsrc/misc/screen/distinfo Tue Mar 24 07:00:22 2020
@@ -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) = a721e311e7dde7938de0e9
 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

Index: pkgsrc/misc/screen/patches/patch-display.h
diff -u pkgsrc/misc/screen/patches/patch-display.h:1.1 pkgsrc/misc/screen/patches/patch-display.h:1.2
--- pkgsrc/misc/screen/patches/patch-display.h:1.1      Tue Mar 24 06:55:34 2020
+++ pkgsrc/misc/screen/patches/patch-display.h  Tue Mar 24 07:00:22 2020
@@ -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 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 */



Home | Main Index | Thread Index | Old Index