Bug 146352 - [UPDATE] misc/mc to version 4.7.2
Summary: [UPDATE] misc/mc to version 4.7.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 09:50 UTC by Andrei Lavreniyuk
Modified: 2010-05-06 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.65 KB, patch)
2010-05-06 09:50 UTC, Andrei Lavreniyuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Lavreniyuk 2010-05-06 09:50:01 UTC
Version 4.7.2                                                                      

- Core

    * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
    * Mouse wheel doesn't change sorting preferences in panels (#2093)          
    * Interactive help is displayed with dynamically run-time formatting (#1561)
    * Improvement of double and single lines support in skins (#1648)           

- Editor

    * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
    * Case insensitive syntax highlighting (#1770)                                                        
    * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)                 
    * Added ini.syntax (#2126)                                                                            

- Viewer

    * Fixed jump to end of file

- Diff viewer

    * A built-in tool to visual compare and merge two files (#120, #2159)

- Misc

    * Added support for AM_SILENT_RULES (#2134)
    * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
    * Renamed color keywords (#1660):                         
        - menu -> menunormal                                  
        - linestate -> editlinestate                          
    * Added new skins:                                        
        - nice and dark (#1791)                               
    * Updated file extension for "sh" (#2127)                 
    * Documentation updates                                   
    * Translation updates                                     

- Fixes

    * Segfault in panelization of file find results (#2068)
    * Segfault in standalone editor and viewer (#2087)     
    * Memory leaks (#2069, #2108)                          
    * If dialog was canceled, input line content is saved in history (#2082)
    * MC says "File exists" trying create directory with empty filename (#2014)
    * User asked twice about overwriting file in move across file systems (#2125)
    * Deleting symlink to directory scans dir structure first (#2121)            
    * Incorrect layout of file operation dialog in non-verbose mode (#2099)      
    * MC proposes ".." as a dirname with automatic name filling (#2056)          
    * MC treats files ending with a dot as gzip (#2114)                          
    * Broken default regexp mask in filecopy dialog (#2001)                      
    * Misleading label "Status:" in the Info panel (#2146)                       
    * Can't define help window background via skin (#1701)                       
    * i18n_checktimelength may vary depending on the season (#1671)              
    * Build breaks on ignored return values (#1897)                              
    * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
    * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)                    
    * Incorrect toggling state of ruler in viewer (#2067)                                  
    * Superfluous "Search done, Continue from begining?" dialog in viewer (#2091)          
    * Turning on wrap mode does not scroll left/right the file view (#2107)                
    * Cannot scroll wrapped long lines in viewer (#2086)                                   
    * Fixed EOL/BOL movements in plain mode (#1734)                                        
    * Text area is not updated in hex mode (#2005)                                         
    * Incorrect handling of archives in EXTFS VFS (#1909)                                  
    * Segfault in symlink handling within archives                                         
    * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)        
    * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
    * Patches adding a single line are not shown correctly by patchfs (#2149)                                
    * uzip EXTFS: fixed Y2K bug (#2122)                                                                      


Version 4.7.1

- Core

    * Minimal required GLib version is 2.8 (#1980)
    * Reorganization of source tree structure (#1866, #2037)
    * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
    * New file type bindings:                                                                        
          o viewing .lyx with lyxcat, opening with lyx (#1693)                                       
    * Added shortcut (Meta-,) to toggle panels split (#1991)                                         
    * Capability to remove history items. !WListbox widget was fully reimplemented (#1445)           
    * Autodetect codepages of edited/viewed files with enca program (#1838)                          
    * Custom/locale-based date format (#1767)                                                        
    * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)                      
    * Panels: new sort type 'by version' (#1994)                                                     
    * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)                      
    * Added ability to show progressbars (when copy files) from right to left (#1443)                
    * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)

- VFS

    * Small reorganizing (#1931)
    * Easy plugable EXTFS VFS (#1909)

- Editor

    * Some simple optimization of syntax highlighting engine (#1843)
    * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
    * New editor action 'Mark all', new keybind EditMarkAll (#1945)                                                                                  
    * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)                                                                
    * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)                                                          

- Viewer

    * Viewer is now very fast (#1585)
    * Added new confirm box for repeat search from begining of file (#1917)

- Misc

    * Lots of code cleanup (#1780, #1915, #1990)
    * Removed obsolete checks in configuration scripts (#262, #1932)
    * Documentation updates                                         
    * Translation updates                                           

- Fixes

    * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
    * MC won't compile on AIX (#1957)                                       
    * Missing includes (#1930, #2017)                                       
    * Missing printf format (#1960)                                         
    * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)        
    * Small error in versioning (#1905)                                     
    * Incorrect start up with some special paths (#1992)                    
    * Segfault in input line history (#1936)                                
    * MC crashes on exit when using C locale (#1942)                        
    * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
    * Assertion failed for g_array_free (#1954)                                                
    * Broken transparency if MC is built with NCurses (#1657)                                  
    * Selections not visible on monochrome terminals (#1972)                                   
    * Colors of visible inactive menu (#1702)                                                  
    * Incorrect input line length in 'Edit symlink' dialog window (#1955)                      
    * Unquoted shell variables in user menu (#1967)                                            
    * Ctrl-\ key closes the NCurses-based MC (#1926)                                           
    * verbose option is always on after MC start (#1940)                                       
    * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
    * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)           
    * Incorrect editor lock files check (#1935)                                                          
    * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)                  
    * Editor's search parameters are not retained across editing session (#1572)                         
    * EditColumnMark can't go up through newline (#1998)                                                 
    * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)               
    * Missed \s symbol in Syntax file (#2010)                                                            
    * Viewer in QuickView mode corrupts screen (#1918, #1944)                                            
    * ViewContinueSearch segfault on empty search (#1996)                                                
    * MC crashes if file name in archves contains '@' symbol (#1605)                                     
    * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)                          
    * Samba is not built with tcc (#1933)                                                                
    * Incorrect conditional compilation of mcserver (#1925)                                              
    * Potencial security risk in mcserv (#1902)                                                          
    * The lslR VFS doesn't work with ls-lR files created in en_US.UTF-8 locale and with files and directories started with whitespaces (#1921)
    * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)                                     
    * FTPFS: strcpy() is used for overlaping strings (#2018)                                                                                  

Version 4.7.0.1

- Fixes

    * Fixed double free of memory in editor;
    * Fixed build with --disable-vfs option;
    * Fixed compile warnings about unused variables;
    * Fixed Fedora/RH RPM versioning scheme.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-06 09:50:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-06 13:27:53 UTC
fjoe        2010-05-06 12:27:45 UTC

  FreeBSD ports repository

  Modified files:
    misc/mc              Makefile distinfo pkg-plist 
  Removed files:
    misc/mc/files        patch-lib-util.c patch-src-subshell.c 
  Log:
  Update to 4.7.2.
  
  PR:             146352
  
  Revision  Changes    Path
  1.127     +2 -2      ports/misc/mc/Makefile
  1.35      +3 -3      ports/misc/mc/distinfo
  1.2       +0 -10     ports/misc/mc/files/patch-lib-util.c (dead)
  1.8       +0 -11     ports/misc/mc/files/patch-src-subshell.c (dead)
  1.42      +37 -35    ports/misc/mc/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Khon freebsd_committer freebsd_triage 2010-05-06 13:28:27 UTC
State Changed
From-To: open->closed

Thanks for the submission, but there were the following errors in the patch: 
- pkg-plist updates missing 
- patch for src/subshell.c does not seem to be necessary anymore (at least 
mc does not dump core for me on exit)