Opened 19 years ago
Closed 19 years ago
#4656 closed defect (wontfix)
Python 2.4 Portfile could use a readline variant
Reported by: | antonio@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Hi,
I just copied it out of the Python23 port file and it worked. Patch pasted inline here. I hope this helps-- I find readline invaluable.
Antonio
* OriginalPortfile Thu Aug 25 14:23:53 2005 --- Portfile Thu Aug 25 14:19:11 2005 * * 52,61 --- 52,70 ----
configure.args-delete --enable-framework configure.args-append --disable-toolbox-glue --disable-framework destroot.target install maninstall
}
+ + + variant readline { + depends_lib-append lib:libreadline:readline + configure.args-append --with-readline + } + + +
post-destroot {
if {[variant_isset puredarwin]} {
set py_destroot_libs ${prefix}/lib
} else {
set py_destroot_libs /Library/Frameworks/Python.framework/Libraries
Attachments (1)
Change History (4)
Changed 19 years ago by antonio@…
Attachment: | Python24Portfile.patch added |
---|
comment:1 Changed 19 years ago by toby@…
Component: | base → dports |
---|
comment:2 Changed 19 years ago by mww@…
I've recently added a py-readline port that builds the python 2.4 readline module; may I assume that this solves this bug?
comment:3 Changed 19 years ago by mww@…
Resolution: | → wontfix |
---|---|
Status: | new → closed |
python24 patch file