Opened 19 years ago

Closed 19 years ago

#2507 closed defect (fixed)

Add readline support to python24

Reported by: rzigweid-dports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

A readline variant is supplied for python23, but not python24. (there are other variants in 2.3 but not 2.4 too, but I care about readline ;)

Portfile diff:

diff -c -r1.6 Portfile * lang/python24/Portfile 30 Nov 2004 21:32:51 -0000 1.6 --- lang/python24/Portfile 26 Dec 2004 12:59:37 -0000 * * 29,31 --- 29,36 ----

patchfiles patch-configure.x86 configure.args-append --disable-toolbox-glue

}

+ + variant readline { + depends_lib-append lib:libreadline:readline + configure.args-append --with-readline + }

Change History (1)

comment:1 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks - commited;

Note: See TracTickets for help on using tickets.