aboutsummaryrefslogtreecommitdiff
path: root/utils/mc
Commit message (Collapse)AuthorAge
* Remove incorrect use of PKG_SHA256SUMBaptiste Jonglez2016-07-10
| | | | | | | | | OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the hash is e.g. SHA256 by looking at the length of the hash. This affects libs/libmicrohttpd, mail/ssmtp and utils/mc. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* mc: apply gettext version fixupJo-Philipp Wich2016-05-19
| | | | | | | | | | | | | Apply the version fixup in order to solve the following build error on systems not using exactly gettext version 0.18: make[6]: Entering directory '.../build_dir/target-mips_34kc_musl-1.1.14/mc-4.8.17/po' *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19 The fixup will ensure that embedded macro versions are replaced with the version of the staged gettext executable in ./staging_dir/host/bin Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* mc: bugfix 4.8.17Dirk Brenken2016-05-13
| | | | | | * revert latest gettext change, break builds on various platforms * changed maintainer email address Signed-off-by: Dirk Brenken <dev@brenken.org>
* mc: update 4.1.17Dirk Brenken2016-05-08
| | | | | | * changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.17 * fix for #2664 Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* mc: update to 4.8.16Dirk Brenken2016-03-14
| | | | | | | | * update midnight commander to latest stable release * refresh subshell patch to support minimal openwrt environment * switch to sha256 based package fingerprint * compile & functional tested with ar71xx and x86 Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* mc: add ash subshell supportDirk Brenken2015-11-25
| | | | | | | * backport a slightly modified subshell patch to stable 4.8.15 (see ticket: https://www.midnight-commander.org/ticket/2742) * enable subshell support by default Signed-off-by: Dirk Brenken <dirk@brenken.org>
* mc: update to 4.8.15Dirk Brenken2015-11-15
| | | | | | | | | bump version to 4.8.15 fix charset / utf-8 support fix different warnings during startup merge all configuration files in /etc/mc enable internal editor & charset support by default Signed-off-by: Dirk Brenken <dirk@brenken.org>
* mc: add missing libmount dependencydibdot2015-03-24
| | | | | Fix compile error: add newly required libmount dependency. Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* mc: bump version to 4.8.14dibdot2015-03-23
| | | | | | Update Midnight Commander to latest stable release. Major changes described here: https://www.midnight-commander.org/wiki/NEWS-4.8.14 Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* mc: force rebuild when config changesDirk Brenken2014-11-18
| | | | | | - add PKG_CONFIG_DEPENDS to force package rebuild when certain CONFIG options changed. Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* mc: various makefile/compile time changesDirk Brenken2014-11-15
| | | | | | | | | - add & reorder new compile time options with help text - all options are disabled by default, to reduce space req. - remove invalid mc configure options - fix broken makefile logic to enable/disable mc options Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* mc: move to githubDirk Brenken2014-11-06
Signed-off-by: Dirk Brenken <dibdot@gmail.com>