installing kaffe triggers universal ports

Adam Mercer ram at macports.org
Thu May 30 19:33:11 PDT 2013


On Thu, May 30, 2013 at 9:29 PM, Leo Singer <aronnax at macports.org> wrote:

> When I try to install kaffe with "sudo port install kaffe", I suddenly start getting a lot of universal ports (audiofile, esound, gmp, expat). Why is that? It does not look like kaffe itself is universal by default:

Looking at the Portfile it has the following:

platform darwin {
    supported_archs i386 ppc
}

So it looks like it's 32bit only, therefore it'll try and rebuild all
the dependencies universal.

Cheers

Adam


More information about the macports-users mailing list