summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-03-26 11:00:16 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-03-26 11:00:16 +0200
commit1bf870f194390d88a49834f752ff4c6517645401 (patch)
tree988bd4c8bb23c406b2c84f25a1938d9afe848e3c /sys-libs
parentsys-devel/libtool: Revbump to add pthread patch. (diff)
downloadgentoo-1bf870f194390d88a49834f752ff4c6517645401.tar.gz
gentoo-1bf870f194390d88a49834f752ff4c6517645401.tar.bz2
gentoo-1bf870f194390d88a49834f752ff4c6517645401.zip
sys-libs/ncurses: Revbump to fix st-0.7 terminfo issue. Removed old.
Bumped straight to stable where -r1 was stable. Closes: https://bugs.gentoo.org/651494 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch14
-rw-r--r--sys-libs/ncurses/ncurses-6.1-r2.ebuild (renamed from sys-libs/ncurses/ncurses-6.1-r1.ebuild)1
2 files changed, 15 insertions, 0 deletions
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
new file mode 100644
index 000000000000..4532d648a64e
--- /dev/null
+++ b/sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch
@@ -0,0 +1,14 @@
+https://github.com/tmux/tmux/issues/1264
+https://bugs.gentoo.org/651494
+
+--- ncurses-6.1/misc/terminfo.src
++++ ncurses-6.1/misc/terminfo.src
+@@ -6260,7 +6260,7 @@
+ %=%t3%e%p1%d%;m,
+ sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|
+ %t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m,
+- Ss=\E]52;%p1%s;%p2%s\007, kDN3=\E[1;3B, kDN5=\E[1;5B,
++ Ms=\E]52;%p1%s;%p2%s\007, kDN3=\E[1;3B, kDN5=\E[1;5B,
+ kLFT3=\E[1;3D, kLFT5=\E[1;5D, kNXT3=\E[6;3~,
+ kNXT5=\E[6;5~, kPRV3=\E[5;3~, kPRV5=\E[5;5~,
+ kRIT3=\E[1;3C, kRIT5=\E[1;5C, kUP3=\E[1;3A, kUP5=\E[1;5A,
diff --git a/sys-libs/ncurses/ncurses-6.1-r1.ebuild b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
index 431a48146a36..5f0669845099 100644
--- a/sys-libs/ncurses/ncurses-6.1-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
@@ -38,6 +38,7 @@ PATCHES=(
"${FILESDIR}/${PN}-5.9-gcc-5.patch" #545114
"${FILESDIR}/${PN}-6.0-ticlib.patch" #557360
"${FILESDIR}/${PN}-6.0-cppflags-cross.patch" #601426
+ "${FILESDIR}/${PN}-6.1-st07_terminfo_typo.patch" #651494
)
src_prepare() {