On Jun 30, 2007, at 14:40, Eloy Duran wrote:
On 6/30/07, Ryan Schmidt wrote:
On Jun 30, 2007, at 09:48, Eloy Duran wrote:
Second, I'm not allowed to use the universal variant because it's not a configure script based installation. Is there some way to override this? Because now I have a builduniversal variant, but this is not so nice...
It should suffice to just redefine the universal variant:
variant universal { configure.args-append --build-universal=yes }
Unfortunately it doesn't. Macports complains that the universal variant is only supported on "configure" based ports...
Don't forget to reply to all so that your reply goes to the list, too, and not just to me. Run the install in debug mode (sudo port -dv install). It's not complaining about your port; it's complaining about a different one. See my similar experience here: http://trac.macosforge.org/projects/macports/ticket/12170 If you'll tell us which port it's complaining about, we can disable its universal variant like I did in #12137 for XFree86. That will work around the problem.