Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#11735 closed defect (fixed)

BUG: Python 2.5 PortGroup and includes

Reported by: pmq@… Owned by: macports-tickets@…
Priority: High Milestone: MacPorts 1.4
Component: base Version: 1.4
Keywords: Cc: mww@…
Port:

Description

python25-1.0.tcl reads (line 38):
set python.include ${prefix}/include/python/2.4
Shouldn't it read '2.5' instead of '2.4'?
Same thing for the comments at the start of the file. Sorry for Cc'ing you explicitely Markus, but IIRC you wrote this PortGroup. Thanks!

Change History (4)

comment:1 Changed 17 years ago by jmpp@…

Priority: Not setImportant
severity: OtherNormal

Any word on this report Markus? If correct, it would be good including it in the upcoming 1.4.1 release, which I'm already preparing. Feel free to commit the changes if you approve them or instruct me what to do exactly if you're out of time, thanks!

-jmpp

comment:2 Changed 17 years ago by mww@…

Resolution: fixed
Status: newclosed

this was (just fixed) a copy&paste error - thanks for pointing that one out! And yes, this one should definitely go into tthe 1.4.1 version! Afaik none of the ports using the python25 group code so far made usage of the include path, so this bug is not critical.

comment:3 Changed 17 years ago by jmpp@…

Merged to the release_1_4 branch in r23676 (up for inclusion in 1.4.1), thanks for the report!

-jmpp

comment:4 Changed 17 years ago by nox@…

Priority: ImportantHigh
Note: See TracTickets for help on using tickets.