summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2017-03-13 09:20:24 +0000
committerwiz <wiz>2017-03-13 09:20:24 +0000
commit4eb1707c778c14a6723daec7464605322dd298f7 (patch)
tree0fb7c5a8d8bf3ecf4249f717be05a548c316d3e4 /sysutils
parent2d274da829c54430e57820450793fa5290e915ec (diff)
downloadpkgsrc-4eb1707c778c14a6723daec7464605322dd298f7.tar.gz
Updated mc to 4.8.19.
Version 4.8.19 - Core * Replace $MC_HOME with $MC_PROFILE_ROOT (#3684) * Allow rebind TAB key to change panel (#3672) * Support for True Color (16 millions colors) (#3145) * Color aliases in skin files (#3711) - VFS * Support timestamps with nanosecond precision for copy/move operations (#3575) * Introduce EXTFS helpers tester (#3730, #3744, #3752, #3753, #3751) * Teach u7z to parse archive listings w/o sizes and/or dates (#2707) * Teach rpm helper about transaction scripts (#3750) * Fix hp48, uace & uarc extfs which used an obsolete date format (#3729, #3747) - Editor * Syntax: - updates of HTML and ebuild highlighting - highlight *.t (Perl test) files as Perl scripts - disassociate .cl file extension from LISP syntax (#3691) * Add syntax highlighting: - OpenCL (#3690) - OpenShadingLanguage (#3762) - R - YAML (#3293) - Misc * Code cleanup (#3693, #3703, #3721, #3763) * Add true color skins: 'Four seasons' (#3724) * Activate `--enable-tests` by default if `check` is found (#3708) * Added new skin: YADT (MidnightCommander/mc#115) - Fixes * Segfault on switching left panel to Info (#3700) * Broken compatibility with ncurses (#3697) * Setting MC_HOME makes mc ignore ~/.bashrc (#3684) * mc_tmpdir() use a buffer of only 64 characters (#3736) * Some bugs in the parsing of hexadecimal search patterns (#3694) * Hexadecimal search fails on binary data (#3589) * Broken file list resorting on double click on panel header line (#3715) * Wrong dialog resizing and positioning (#3714, #3723) * Widget's 'disabled' status is not toggled immediately (#3716) * Last item of 'Options/Layout/Horizontal' radiobuttons remains highlighted (#3717) * 'Options/Layout/Equal split' checkbox gets reverted (#3718) * Panels: cannot show more than one "column" in user defined listing mode (#3757) * Mix of MSG_NOTIFY and MSG_FOCUS messages (#3731) * skins: 'window-state-char' and 'window-close-char' are parsed as colors (#3710) * Pressing <right> and <left> in the hotlist dialog doesn't refresh it (#3775) * mcview: an error message about bad regexp isn't shown (#3720) * mcedit: fix etags filenames parsing (#3698) * mcedit: fix mouse active area for maximize / close buttons (#3774) * mcedit: frames (MDI interface) don't reflect the focus state (#3766) * mcedit: frames (MDI interface) sometimes obscure the buttonbar (#3760) * mcedit doesn't show search error messages when searching backwards (#3735) * help viewer: tab characters handled incorrectly (#3754) * VFS: incorrect zoo archive listing (#3696) * VFS: segfault in VFSs not setting block size in stat (#3749)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mc/Makefile5
-rw-r--r--sysutils/mc/PLIST12
-rw-r--r--sysutils/mc/distinfo11
-rw-r--r--sysutils/mc/patches/patch-configure33
4 files changed, 52 insertions, 9 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index fa101c40c84..b9137a57ae1 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2016/12/16 00:02:28 joerg Exp $
+# $NetBSD: Makefile,v 1.107 2017/03/13 09:20:24 wiz Exp $
-DISTNAME= mc-4.8.18
-PKGREVISION= 1
+DISTNAME= mc-4.8.19
CATEGORIES= sysutils
MASTER_SITES= http://www.midnight-commander.org/downloads/
EXTRACT_SUFX= .tar.bz2
diff --git a/sysutils/mc/PLIST b/sysutils/mc/PLIST
index 931f36cda40..7964dda9b15 100644
--- a/sysutils/mc/PLIST
+++ b/sysutils/mc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/10/19 13:33:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2017/03/13 09:20:24 wiz Exp $
bin/mc
bin/mcdiff
bin/mcedit
@@ -223,7 +223,13 @@ share/mc/skins/modarin256root-defbg.ini
share/mc/skins/modarin256root.ini
share/mc/skins/nicedark.ini
share/mc/skins/sand256.ini
+share/mc/skins/seasons-autumn16M.ini
+share/mc/skins/seasons-spring16M.ini
+share/mc/skins/seasons-summer16M.ini
+share/mc/skins/seasons-winter16M.ini
share/mc/skins/xoria256.ini
+share/mc/skins/yadt256-defbg.ini
+share/mc/skins/yadt256.ini
share/mc/syntax/PKGBUILD.syntax
share/mc/syntax/Syntax
share/mc/syntax/ada95.syntax
@@ -277,6 +283,8 @@ share/mc/syntax/named.syntax
share/mc/syntax/nemerle.syntax
share/mc/syntax/nroff.syntax
share/mc/syntax/octave.syntax
+share/mc/syntax/opencl.syntax
+share/mc/syntax/osl.syntax
share/mc/syntax/pascal.syntax
share/mc/syntax/perl.syntax
share/mc/syntax/php.syntax
@@ -286,6 +294,7 @@ share/mc/syntax/procmail.syntax
share/mc/syntax/properties.syntax
share/mc/syntax/puppet.syntax
share/mc/syntax/python.syntax
+share/mc/syntax/r.syntax
share/mc/syntax/ruby.syntax
share/mc/syntax/sh.syntax
share/mc/syntax/slang.syntax
@@ -302,5 +311,6 @@ share/mc/syntax/unknown.syntax
share/mc/syntax/verilog.syntax
share/mc/syntax/vhdl.syntax
share/mc/syntax/xml.syntax
+share/mc/syntax/yaml.syntax
share/mc/syntax/yum-repo.syntax
share/mc/syntax/yxx.syntax
diff --git a/sysutils/mc/distinfo b/sysutils/mc/distinfo
index c6ebfc783da..79c5642262a 100644
--- a/sysutils/mc/distinfo
+++ b/sysutils/mc/distinfo
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.29 2016/12/16 00:02:28 joerg Exp $
+$NetBSD: distinfo,v 1.30 2017/03/13 09:20:24 wiz Exp $
-SHA1 (mc-4.8.18.tar.bz2) = 7dc7839e06eb857122a7919098e80af466cd8c49
-RMD160 (mc-4.8.18.tar.bz2) = 2c82ea7946448dd765707441358d9b4a9646a6f0
-SHA512 (mc-4.8.18.tar.bz2) = ed19d91fbf36e191be345b7a86bf3528a4149b2a8099e8db7d1fcf9a69faa34d2b6d463dd5b20ace0128fdf98e8b6066d534da1ee93874db9e634c2df80d79e4
-Size (mc-4.8.18.tar.bz2) = 3336440 bytes
+SHA1 (mc-4.8.19.tar.bz2) = 569f92b1de17e92f3d86dac00e7a12f0b649fea3
+RMD160 (mc-4.8.19.tar.bz2) = 199a69d249167c9b6d525d24a272b1cdf207e920
+SHA512 (mc-4.8.19.tar.bz2) = eecf39b3f043cad1f47aabcd25a0e672e7bbf406944f457521e0ff5db344f01cdc8572bb45b2507a54469ff1130c457a90f62eb7d5e6191f9c7d4f35a4b46a2e
+Size (mc-4.8.19.tar.bz2) = 3397947 bytes
SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f
SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95
+SHA1 (patch-configure) = 8fdc579fb4d8d4c018488b9b160bb24f9a82aa42
SHA1 (patch-src_subshell_common.c) = 6fc3a92e6116527f7ead9d9515906add0b30ff5e
SHA1 (patch-src_vfs_extfs_helpers_Makefile.in) = c5d4735ce9548714731fdb1227e1acac78f11332
diff --git a/sysutils/mc/patches/patch-configure b/sysutils/mc/patches/patch-configure
new file mode 100644
index 00000000000..bad37d4b6fe
--- /dev/null
+++ b/sysutils/mc/patches/patch-configure
@@ -0,0 +1,33 @@
+$NetBSD: patch-configure,v 1.1 2017/03/13 09:20:25 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- configure.orig 2017-03-04 17:54:35.000000000 +0000
++++ configure
+@@ -15719,7 +15719,7 @@ fi
+
+
+
+- if test x$enable_tests == xno; then
++ if test x$enable_tests = xno; then
+ tests_msg="no"
+ else
+
+@@ -15786,7 +15786,7 @@ fi
+ $as_echo "$as_me: WARNING: 'Check' testing framework not found. Check your environment" >&2;}
+ tests_msg="no ('Check' testing framework not found)"
+
+- if test x$enable_tests == xyes; then
++ if test x$enable_tests = xyes; then
+ as_fn_error $? "You explicitly specified '--enable-tests', but this requirement cannot be met." "$LINENO" 5
+ fi
+
+@@ -15798,7 +15798,7 @@ $as_echo "no" >&6; }
+ $as_echo "$as_me: WARNING: 'Check' testing framework not found. Check your environment" >&2;}
+ tests_msg="no ('Check' testing framework not found)"
+
+- if test x$enable_tests == xyes; then
++ if test x$enable_tests = xyes; then
+ as_fn_error $? "You explicitly specified '--enable-tests', but this requirement cannot be met." "$LINENO" 5
+ fi
+