Changes between Initial Version and Version 1 of Ticket #10500


Ignore:
Timestamp:
Sep 8, 2006, 12:42:00 PM (18 years ago)
Author:
yeled@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10500 – Description

    initial v1  
    11Apparently lftp is incompatible with the version of readline in DarwinPorts. Using it with the line below in ~/.lftp/rc resulted in various issues in the command prompt.
    2 
     2{{{
    33set cmd:prompt '\[\e[0;34m\]\S\?:\s \[\e[1;34m\][\h:\w] \u#\[\e[0m\] '
    4 
     4}}}
    55The attached patch fixes this by removing the dependency on readline and forcing the usage of the readline distributed within lftp. While at it, it updates lftp to version 3.5.4.
    6 
     6{{{
    77--- Portfile.bak        2006-08-21 22:19:41.000000000 +0200
    88+++ Portfile    2006-08-21 22:20:20.000000000 +0200
     
    4242 post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name}
    4343                 xinstall -m 644 -v -W ${worksrcpath} \
     44
     45}}}