On Feb 22, 2009, at 10:26, [email protected] wrote:

Revision: 47138
          http://trac.macports.org/changeset/47138
Author:   [email protected]
Date:     2009-02-22 08:26:55 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
GPRbuild automates the construction of multi-language systems

[snip]

-use_bzip2          yes
-use_parallel_build  yes
-use_configure      yes
+use_parallel_build     yes
+use_configure          yes

-depends_lib        port:gnat-gcc
+depends_lib            port:gnat-gcc

+build.args             --jobs=4

Again, as I mentioned for the gnat-gcc port, I'm concerned about this build argument. When you specify "use_parallel_build yes" in your portfile, MacPorts automatically adds "-j${build.jobs}" to the build.args, where ${build.jobs} is specified in macports.conf. So you should not manually specify "--jobs=anything" in your portfile, unless your software does not respond to "-j" but does respond to "-- jobs" (is that the case?)


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to