]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version mc-4.8.21
authorMarkham <markham001@gmx.de>
Tue, 21 Aug 2018 17:45:25 +0000 (19:45 +0200)
committerMarkham <markham001@gmx.de>
Tue, 21 Aug 2018 17:45:25 +0000 (19:45 +0200)
archive-patches/mc-4.8.20.patch [deleted file]
archive-patches/mc-4.8.21.patch [new file with mode: 0644]
make/versions.mk

diff --git a/archive-patches/mc-4.8.20.patch b/archive-patches/mc-4.8.20.patch
deleted file mode 100644 (file)
index 9c73fe6..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/src/vfs/extfs/extfs.c
-+++ b/src/vfs/extfs/extfs.c
-@@ -1568,8 +1568,6 @@
-      * appear on screen. */
-     if (dir == NULL)
-     {
--        if (!silent)
--            fprintf (stderr, _("Warning: cannot open %s directory\n"), dirname);
-         g_free (dirname);
-         return FALSE;
-     }
---- a/src/vfs/sfs/sfs.c
-+++ b/src/vfs/sfs/sfs.c
-@@ -432,7 +432,6 @@
-     if (cfg == NULL)
-     {
--        fprintf (stderr, _("%s: Warning: file %s not found\n"), "sfs_init()", mc_sfsini);
-         g_free (mc_sfsini);
-         return 0;
-     }
---- a/src/editor/syntax.c
-+++ b/src/editor/syntax.c
-@@ -1488,8 +1488,6 @@
-     if (r == -1)
-     {
-         edit_free_syntax_rules (edit);
--        message (D_ERROR, _("Load syntax file"),
--                 _("Cannot open file %s\n%s"), f, unix_error_string (errno));
-     }
-     else if (r != 0)
-     {
diff --git a/archive-patches/mc-4.8.21.patch b/archive-patches/mc-4.8.21.patch
new file mode 100644 (file)
index 0000000..9c73fe6
--- /dev/null
@@ -0,0 +1,32 @@
+--- a/src/vfs/extfs/extfs.c
++++ b/src/vfs/extfs/extfs.c
+@@ -1568,8 +1568,6 @@
+      * appear on screen. */
+     if (dir == NULL)
+     {
+-        if (!silent)
+-            fprintf (stderr, _("Warning: cannot open %s directory\n"), dirname);
+         g_free (dirname);
+         return FALSE;
+     }
+--- a/src/vfs/sfs/sfs.c
++++ b/src/vfs/sfs/sfs.c
+@@ -432,7 +432,6 @@
+     if (cfg == NULL)
+     {
+-        fprintf (stderr, _("%s: Warning: file %s not found\n"), "sfs_init()", mc_sfsini);
+         g_free (mc_sfsini);
+         return 0;
+     }
+--- a/src/editor/syntax.c
++++ b/src/editor/syntax.c
+@@ -1488,8 +1488,6 @@
+     if (r == -1)
+     {
+         edit_free_syntax_rules (edit);
+-        message (D_ERROR, _("Load syntax file"),
+-                 _("Cannot open file %s\n%s"), f, unix_error_string (errno));
+     }
+     else if (r != 0)
+     {
index 837ce35b6916e10b1bd2bd8d2569b76f2df21246..e197581237ddb484f45cea38baea74cfc0a390e2 100644 (file)
@@ -143,7 +143,7 @@ LUASOCKET_VER = 2.0.2
 LUASOCKET_GIT = 5a17f79
 
 # Midnight Commander
-MC_VER = 4.8.20
+MC_VER = 4.8.21
 
 # mtd-utils for the host and target
 MTD_UTILS_VER = 1.5.2