[22914] trunk/base/src/port1.0/resources/group
Weissmann Markus
mww at macports.org
Mon Mar 19 01:38:58 PDT 2007
On 19.03.2007, at 09:01, Juan Manuel Palacios wrote:
>
> Hey Markus! Are these bug fixes or enhancements to the Python
> group code? Should they be merged into the 1.4 branch?
>
enhancements; and when I think about it: It really is a very clear
(and tiny) improvement, so merging it into 1.4 should be no problem.
-Markus
>
>
> On Mar 19, 2007, at 3:32 AM, source_changes at macosforge.org wrote:
>
>> Revision
>> 22914
>> Author
>> mww at macports.org
>> Date
>> 2007-03-19 00:32:26 -0700 (Mon, 19 Mar 2007)
>>
>> Log Message
>> add specific include-dir as a variable (python.include), make
>> dependency more straight forward (omit path:... us port:)
>>
>> Modified Paths
>> • trunk/base/src/port1.0/resources/group/python24-1.0.tcl
>> • trunk/base/src/port1.0/resources/group/python25-1.0.tcl
>>
>> Diff
>>
>> Modified: trunk/base/src/port1.0/resources/group/python24-1.0.tcl
>> (22913 => 22914)
>> --- trunk/base/src/port1.0/resources/group/python24-1.0.tcl
>> 2007-03-19 06:32:08 UTC (rev 22913)
>> +++ trunk/base/src/port1.0/resources/group/python24-1.0.tcl
>> 2007-03-19 07:32:26 UTC (rev 22914)
>> @@ -35,12 +35,13 @@
>> set python.bin ${prefix}/bin/python2.4
>> set python.lib ${prefix}/lib/libpython2.4.dylib
>> set python.pkgd ${prefix}/lib/python2.4/site-packages
>> +set python.include ${prefix}/include/python/2.4
>>
>> categories python
>>
>> dist_subdir python
>>
>> -depends_lib path:${python.bin}:python24
>> +depends_lib port:python24
>>
>> use_configure no
>>
>>
>>
>> Modified: trunk/base/src/port1.0/resources/group/python25-1.0.tcl
>> (22913 => 22914)
>> --- trunk/base/src/port1.0/resources/group/python25-1.0.tcl
>> 2007-03-19 06:32:08 UTC (rev 22913)
>> +++ trunk/base/src/port1.0/resources/group/python25-1.0.tcl
>> 2007-03-19 07:32:26 UTC (rev 22914)
>> @@ -35,12 +35,13 @@
>> set python.bin ${prefix}/bin/python2.5
>> set python.lib ${prefix}/lib/libpython2.5.dylib
>> set python.pkgd ${prefix}/lib/python2.5/site-packages
>> +set python.include ${prefix}/include/python/2.4
>>
>> categories python
>>
>> dist_subdir python
>>
>> -depends_lib path:${python.bin}:python25
>> +depends_lib port:python25
>>
>> use_configure no
>>
>>
>> _______________________________________________
>> macports-changes mailing list
>> macports-changes at lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo/macports-changes
>
---
Markus W. Weissmann
http://www.mweissmann.de/
More information about the macports-dev
mailing list