[MacPorts] #15226: python25 PortGroup variables are incorrect

MacPorts trac at macosforge.org
Thu May 8 00:29:44 PDT 2008


#15226: python25 PortGroup variables are incorrect
-----------------------------+----------------------------------------------
 Reporter:  xunil at xunil.net  |       Owner:  macports-tickets at lists.macosforge.org
     Type:  defect           |      Status:  new                                  
 Priority:  Normal           |   Milestone:  MacPorts base bugs                   
Component:  base             |     Version:  1.6.0                                
 Keywords:                   |  
-----------------------------+----------------------------------------------
 The python.include predefined variable is incorrect in the python25-1.0
 PortGroup definition.  It expands to:
 {{{
   ${prefix}/include/python/2.5
 }}}

 But the correct location for python include files (at least, for 2.5) is:
 {{{
   ${prefix}/include/python2.5
 }}}

 Additionally it seems that the PortGroup could use another predefined
 variable, perhaps called python.libdir (python.lib is already taken as the
 location of libpython2.5.dylib), which would expand to:
 {{{
   ${prefix}/lib/python2.5
 }}}

 I'll attach a patch to the python25-1.0.tcl PortGroup definition.

-- 
Ticket URL: <http://trac.macports.org/ticket/15226>
MacPorts </>
Ports system for Mac OS


More information about the macports-tickets mailing list