[84826] trunk/dports/devel
Ryan Schmidt
ryandesign at macports.org
Sun Oct 2 18:20:21 PDT 2011
On Oct 2, 2011, at 11:52, and.damore at macports.org wrote:
> Revision: 84826
> http://trac.macports.org/changeset/84826
> Author: and.damore at macports.org
> Date: 2011-10-02 09:52:41 -0700 (Sun, 02 Oct 2011)
> Log Message:
> -----------
> new port nu2: version 2 of nu programming language, targets 10.7+ only
> Added: trunk/dports/devel/nu2/Portfile
> +use_configure no
> +variant universal {}
I don't have Lion to test this with, but are you sure this works? I only see an empty universal variant and no additional code anywhere to actually inform nu2 what architectures to build for.
> +pre-build {
> + system "cd ${worksrcpath} && make PREFIX=${prefix} CC=${configure.cc}"
> +}
Here as well I see no mention of what architectures to use for this make.
Remember also that we have a -W argument for system now so you can clean this up a little:
system -W ${worksrcpath} "make PREFIX=${prefix} CC=${configure.cc}"
More information about the macports-dev
mailing list