[59351] trunk/dports/python/py-omniORBpy/Portfile

Bryan Blackburn blb at macports.org
Tue Oct 13 14:39:42 PDT 2009


On Tue, Oct 13, 2009 at 01:50:55PM -0700, stromnov at macports.org said:
> Revision: 59351
>           http://trac.macports.org/changeset/59351
> Author:   stromnov at macports.org
> Date:     2009-10-13 13:50:51 -0700 (Tue, 13 Oct 2009)
> Log Message:
> -----------
> update to version 3.4 (also closes #16763), take maintainership openmaintainer, ensure installation in python framework, add python25 and python26 variants
> 
> Modified Paths:
> --------------
>     trunk/dports/python/py-omniORBpy/Portfile
[...]
> +if {![variant_isset python25] && ![variant_isset python26]} {
> +    default_variants        +python25
> +}
> +
> +variant python25 description {Enable python support with python 2.5} {
> +    depends_lib-append      port:python25
> +    configure.python        ${prefix}/bin/python2.5
> +}
> +
> +variant python26 description {Enable python support with python 2.6} {
> +    depends_lib-append      port:python26
> +    configure.python        ${prefix}/bin/python2.6
> +}

This isn't how the python module ports work currently, you'll need to use                                                           
py25- and py26- for the 2.5 and 2.6 versions of python.                                                                             
                                                                                                                                    
Bryan                                                                                                                               



More information about the macports-dev mailing list