[22914] trunk/base/src/port1.0/resources/group
Juan Manuel Palacios
jmpp at macports.org
Mon Mar 19 01:01:49 PDT 2007
Hey Markus! Are these bug fixes or enhancements to the Python group
code? Should they be merged into the 1.4 branch?
-jmpp
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
More information about the macports-dev
mailing list