New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18524: Portfile-python25.diff

File Portfile-python25.diff, 627 bytes (added by spreng@…, 4 years ago)
  • Portfile

    old new  
    167167   configure.args-append           --enable-universalsdk=${universal_sysroot} 
    168168} 
    169169 
     170variant readline description {Enable readline support for tab completion and command history in python shell} { 
     171   configure.args-delete           --without-readline 
     172   configure.args-append           --with-readline 
     173   depends_lib-append              port:py25-readline 
     174} 
     175 
    170176livecheck.check         regex 
    171177livecheck.url           ${homepage}download/releases/ 
    172178livecheck.regex         Python (${branch}.\[0-9\]+)