[66914] trunk/dports/devel
Ryan Schmidt
ryandesign at macports.org
Sun Apr 25 15:47:36 PDT 2010
On Apr 25, 2010, at 15:38, adfernandes at macports.org wrote:
> Revision: 66914
> http://trac.macports.org/changeset/66914
> Author: adfernandes at macports.org
> Date: 2010-04-25 13:37:58 -0700 (Sun, 25 Apr 2010)
> Log Message:
> -----------
> New port 'eric4', the python and ruby IDE. As per ticket #24616
> +configure {
> + # Configuration occurs during building
> +}
I assume this port's universal variant does not function since you are not doing anything with the universal configure environment variables and arguments MacPorts makes available. You should write "use_configure no" instead of declaring an empty configure phase; MacPorts will then automatically disable the universal variant. Or if possible fix the universal variant so it works, but I couldn't get its indirect dependency py26-sip to build universal (#21590) so that may have to wait.
> +build {
> + # Building and installing are synonymous
> +}
If possible, please make the port build during the build phase.
More information about the macports-dev
mailing list