mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
- GC outdated CONFLICTS (misc/mc-light had been removed on 2019-10-16) - Add missing SCREEN_DESC (screen library) option description - Offer new option, EXTATTR (ext2fs extended attributes support) and ensure, in somewhat ugly way, that dependency on `sysutils/e2fsprogs' won't be silently picked up if this option is disabled - Tell users that /bin/sh, our base system sh(1), is not supported as concurrent subshell because it does not allow "precmd" hooks [1] - Fix entering RAR archives after `archivers/unrar` had been updated to version 6.x [2] - Use helper target and simplify installation of documentation files PR: 208391 [1], 251404 [2]
17 lines
563 B
Text
17 lines
563 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Midnight Commander was built with subshell support, which works with most
|
|
popular shells, e.g. bash(1), dash(1), tcsh(1), zsh(1), but not sh(1) due
|
|
to its lack of "precmd" or equivalent hooks which mc(1) needs to read the
|
|
subshell's current directory.
|
|
|
|
$ env SHELL=/bin/sh mc
|
|
common.c: unimplemented subshell type 1
|
|
read (subshell_pty...): No such file or directory (2)
|
|
|
|
Please either use more advanced interactive shell, or start mc(1) with -u
|
|
(--nosubshell) switch if you're confined to /bin/sh for some reason.
|
|
EOM
|
|
}
|
|
]
|