Port details |
- mc-nox11 Midnight Commander, a free Norton Commander clone
- 4.8.28 misc
=1 Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2019-10-28 00:34:17
- Last Update: 2022-08-10 11:19:00
- Commit Hash: 20c4424
- People watching this port, also watch:: p5-Net-Domain-TLD, p5-Params-Classify, python
- Also Listed In: shells
- License: GPLv3+
- Description:
- GNU Midnight Commander is a user-friendly yet powerful file manager
and visual shell, useful to novice and guru alike. It provides a
clear, user-friendly, and somewhat protected interface to a Unix
system while making many frequent file operations more efficient and
preserving the full power of the command prompt. You will wonder how
you could ever live without it.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/misc/mc-nox11/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/mc-nox11
- pkg install mc-nox11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mc-nox11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1648383492
SHA256 (mc-4.8.28.tar.xz) = e994d9be9a7172e9ac4a4ad62107921f6aa312e668b056dfe5b8bcebbaf53803
SIZE (mc-4.8.28.tar.xz) = 2333072
Packages (timestamps in pop-ups are UTC):
- Master port: misc/mc
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- msgfmt : devel/gettext-tools
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- zip : archivers/zip
- gdiff : textproc/diffutils
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libssh2.so : security/libssh2
- libslang.so : devel/libslang2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mc-nox11-4.8.28:
ASPELL=off: Aspell support for internal editor
DOCS=on: Build and/or install documentation
EDITOR=on: Build with internal text editor
EXTATTR=off: Extended filesystem attributes support
ICONV=on: Encoding conversion support via iconv
NLS=on: Native Language Support
SFTP=on: Support for SFTP (via libssh)
SUBSHELL=on: Build with subshell support
====> Screen library: you have to select exactly one of them
SLANG=on: S-Lang console graphics library support
NCURSES=off: Console (text) interface support
===> Use 'make config' to modify these settings
- Options name:
- misc_mc-nox11
- USES:
- gmake gnome libtool perl5 pkgconfig python shebangfix tar:xz iconv gettext
- pkg-message:
- For install:
- 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.
- WWW: https://midnight-commander.org/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: misc/mc |
Commit | Credits | Log message |
4.8.28 10 Aug 2022 11:19:00
    |
Alexey Dokuchaev (danfe)  |
misc/mc{,-nox11}: slightly improve the ports' Makefiles (+)
- Do not globally pollute -I/-L with ${LOCALBASE} when handling
the NLS option and pass it as the --with-libintl-prefix instead
- Drop no longer supported --with-slang-includes configure switch,
correct paths are obtained via pkgconf(1) these days
- Set PKGNAMESUFFIX together with CONFLICTS_INSTALL in the master
so they are always coherent (previously, when the main port is
built with X11 option unset it would conflict with itself) |
4.8.26 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.8.26 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.8.22_2 28 Oct 2019 00:34:10
  |
meta  |
New port: misc/mc-nox11: misc/mc but without x11 dependencies
PR: 238425
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by: portmgr (maintainer timeout: 2 months) |