Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403863 - app-misc/mc-4.8.1-r1: typo in /etc/mc/mc.menu
Summary: app-misc/mc-4.8.1-r1: typo in /etc/mc/mc.menu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL: https://www.midnight-commander.org/ti...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 09:46 UTC by Alex Efros
Modified: 2013-07-09 10:10 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for mc.menu fixing #403863 (mc-4.8.1-mc.menu.patch,348 bytes, patch)
2012-08-22 00:04 UTC, viperlin
Details | Diff
ebuild including epatch line for above patch (mc-4.8.1-r1.ebuild,2.43 KB, text/plain)
2012-08-22 00:05 UTC, viperlin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Efros 2012-02-15 09:46:31 UTC
In /etc/mc/mc.menu:86 shortcut key for menu item "Compile and link current .c file" is Russian UTF-8 "с" instead of English "c" (they look the same).
Comment 1 viperlin 2012-08-22 00:04:09 UTC
Created attachment 321900 [details, diff]
patch for mc.menu fixing #403863

ebuild to follow, please confirm fix, all ok here.
Comment 2 viperlin 2012-08-22 00:05:48 UTC
Created attachment 321902 [details]
ebuild including epatch line for above patch

confirmed working in overlay, again please verify working as this is my first patch + ebuild in years :)
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-08-22 02:18:14 UTC
Comment on attachment 321902 [details]
ebuild including epatch line for above patch

--- mc-4.8.1-r1.ebuild  2012-08-05 12:45:49.000000000 +0200
+++ -   2012-08-22 04:18:02.921962845 +0200
@@ -43,6 +43,7 @@
        epatch "${FILESDIR}"/${PN}-4.8.1-muldefs.patch #403343
        epatch "${FILESDIR}"/${PN}-4.8.1-muldefs-in.patch #403343
        epatch "${FILESDIR}"/${PN}-4.8.1-fix-vfs-test.patch #403343
+       epatch "${FILESDIR}"/${PN}-4.8.1-mc.menu.patch #403863
 }
 
 src_configure() {
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-01-16 23:21:14 UTC
Is this fixed with app-misc/mc-4.8.7?
Comment 5 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-06-19 12:28:00 UTC
Opened an upstream ticket, see URL field in this bug.

Sorry for the long delay.
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-07-09 10:10:55 UTC
+*mc-4.8.8-r2 (09 Jul 2013)
+
+  09 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> -mc-4.8.1-r1.ebuild,
+  -mc-4.8.8.ebuild, +mc-4.8.8-r2.ebuild, mc-9999.ebuild,
+  -files/mc-4.8.1-fix-vfs-test.patch, -files/mc-4.8.1-muldefs.patch,
+  -files/mc-4.8.1-muldefs-in.patch,
+  +files/mc-4.8.8-race_cond_create_tmp_dir.patch,
+  +files/mc-4.8.8-wrong_char_in_menu_file.patch:
+  Revision bump to fix bug #403863 and bug #461284. Fixed unquoted variable in
+  live ebuild. Removed old versions.
+