[72075] trunk/dports

Rainer Müller raimue at macports.org
Sun Oct 3 06:58:07 PDT 2010


On 10/02/2010 06:37 PM, erickt at macports.org wrote:
> Added: trunk/dports/python/py26-pyzmq/Portfile
> ===================================================================
> --- trunk/dports/python/py26-pyzmq/Portfile	                        (rev 0)
> +++ trunk/dports/python/py26-pyzmq/Portfile	2010-10-02 16:37:48 UTC (rev 72075)
> [...]
> +depends             port:zeromq
> 
> Added: trunk/dports/python/py27-pyzmq/Portfile
> ===================================================================
> --- trunk/dports/python/py27-pyzmq/Portfile	                        (rev 0)
> +++ trunk/dports/python/py27-pyzmq/Portfile	2010-10-02 16:37:48 UTC (rev 72075)
> [...]
> +depends             port:zeromq

Despite the fact that these ports already exist as Ryan said, this is
unsupported syntax. You need to use "depends_lib" here.

There had been plans to add a new "depends", but it was never finished.
This prevents the syntax error and prints a warning instead. See r41526
and r41527.

Rainer


More information about the macports-dev mailing list