Browse Source

- mc: bump version to 4.8.27

master
vanhofen 3 years ago
parent
commit
31f5d8adfe
  1. 2
      package/mc/mc.mk
  2. 2
      package/mc/patches/0002-nomandate.patch
  3. 2
      package/mc/patches/0003-subshell.patch
  4. 2
      package/mc/patches/0004-fix-mouse-handling-newer-terminfo.patch

2
package/mc/mc.mk

@ -4,7 +4,7 @@
#
################################################################################
MC_VERSION = 4.8.25
MC_VERSION = 4.8.27
MC_DIR = mc-$(MC_VERSION)
MC_SOURCE = mc-$(MC_VERSION).tar.xz
MC_SITE = ftp.midnight-commander.org

2
package/mc/patches/0002-nomandate.patch

@ -16,6 +16,6 @@ Index: mc-4.8.23/doc/man/date-of-man-include.am
SED_PARAMETERS = \
- -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \
+ -e "s/%DATE_OF_MAN_PAGE%//g" \
-e "s/%DISTR_VERSION%/@DISTR_VERSION@/g" \
-e "s/%MAN_VERSION%/@MAN_VERSION@/g" \
-e "s{%prefix%{@prefix@{g" \
-e "s{%sysconfdir%{@sysconfdir@{g" \

2
package/mc/patches/0003-subshell.patch

@ -1,6 +1,6 @@
-- a/src/subshell/common.c
+++ b/src/subshell/common.c
@@ -836,7 +836,7 @@ init_subshell_precmd (char *precmd, size
@@ -1140,7 +1140,7 @@ init_subshell_precmd (char *precmd, size
"else "
"[ \"${PWD##$HOME/}\" = \"$PWD\" ] && MC_PWD=\"$PWD\" || MC_PWD=\"~/${PWD##$HOME/}\"; "
"fi; "

2
package/mc/patches/0004-fix-mouse-handling-newer-terminfo.patch

@ -1,6 +1,6 @@
--- a/lib/tty/tty.c
+++ b/lib/tty/tty.c
@@ -370,7 +370,7 @@ tty_init_xterm_support (gboolean is_xter
@@ -402,7 +402,7 @@ tty_init_xterm_support (gboolean is_xter
if (xmouse_seq != NULL)
{
if (strcmp (xmouse_seq, ESC_STR "[<") == 0)

Loading…
Cancel
Save