Summary: | app-misc/mc-4.8.1-r1: typo in /etc/mc/mc.menu | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alex Efros <powerman-asdf> |
Component: | Current packages | Assignee: | Alex Alexander (RETIRED) <wired> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | desktop-misc, polynomial-c, slyfox, viperlin |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://www.midnight-commander.org/ticket/3022 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
patch for mc.menu fixing #403863
ebuild including epatch line for above patch |
Description
Alex Efros
2012-02-15 09:46:31 UTC
Created attachment 321900 [details, diff]
patch for mc.menu fixing #403863
ebuild to follow, please confirm fix, all ok here.
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 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() {
Is this fixed with app-misc/mc-4.8.7? Opened an upstream ticket, see URL field in this bug. Sorry for the long delay. +*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. + |