Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/files/, sys-libs/ncurses/
Date: Mon, 26 Mar 2018 09:00:34
Message-Id: 1522054816.1bf870f194390d88a49834f752ff4c6517645401.polynomial-c@gentoo
1 commit: 1bf870f194390d88a49834f752ff4c6517645401
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 09:00:16 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 09:00:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf870f1
7
8 sys-libs/ncurses: Revbump to fix st-0.7 terminfo issue. Removed old.
9
10 Bumped straight to stable where -r1 was stable.
11
12 Closes: https://bugs.gentoo.org/651494
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 .../ncurses/files/ncurses-6.1-st07_terminfo_typo.patch | 14 ++++++++++++++
16 .../{ncurses-6.1-r1.ebuild => ncurses-6.1-r2.ebuild} | 1 +
17 2 files changed, 15 insertions(+)
18
19 diff --git a/sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch b/sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch
20 new file mode 100644
21 index 00000000000..4532d648a64
22 --- /dev/null
23 +++ b/sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch
24 @@ -0,0 +1,14 @@
25 +https://github.com/tmux/tmux/issues/1264
26 +https://bugs.gentoo.org/651494
27 +
28 +--- ncurses-6.1/misc/terminfo.src
29 ++++ ncurses-6.1/misc/terminfo.src
30 +@@ -6260,7 +6260,7 @@
31 + %=%t3%e%p1%d%;m,
32 + sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|
33 + %t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m,
34 +- Ss=\E]52;%p1%s;%p2%s\007, kDN3=\E[1;3B, kDN5=\E[1;5B,
35 ++ Ms=\E]52;%p1%s;%p2%s\007, kDN3=\E[1;3B, kDN5=\E[1;5B,
36 + kLFT3=\E[1;3D, kLFT5=\E[1;5D, kNXT3=\E[6;3~,
37 + kNXT5=\E[6;5~, kPRV3=\E[5;3~, kPRV5=\E[5;5~,
38 + kRIT3=\E[1;3C, kRIT5=\E[1;5C, kUP3=\E[1;3A, kUP5=\E[1;5A,
39
40 diff --git a/sys-libs/ncurses/ncurses-6.1-r1.ebuild b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
41 similarity index 99%
42 rename from sys-libs/ncurses/ncurses-6.1-r1.ebuild
43 rename to sys-libs/ncurses/ncurses-6.1-r2.ebuild
44 index 431a48146a3..5f066984509 100644
45 --- a/sys-libs/ncurses/ncurses-6.1-r1.ebuild
46 +++ b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
47 @@ -38,6 +38,7 @@ PATCHES=(
48 "${FILESDIR}/${PN}-5.9-gcc-5.patch" #545114
49 "${FILESDIR}/${PN}-6.0-ticlib.patch" #557360
50 "${FILESDIR}/${PN}-6.0-cppflags-cross.patch" #601426
51 + "${FILESDIR}/${PN}-6.1-st07_terminfo_typo.patch" #651494
52 )
53
54 src_prepare() {