[65087] trunk/base/src/macports1.0/macports.tcl

Joshua Root jmr at macports.org
Fri Apr 2 14:43:21 PDT 2010


On 2010-4-3 07:39 , Jeremy Huddleston wrote:
> This patch assumes that ports are binary.  Non-binary ports do not have the universal variant and are set 'universal_variant no'.  This makes it impossible to install anything using X11 with recent base.

We will need to start marking such ports as noarch. There's probably a
need for a way to mark some dependencies as not needing to have matching
archs as well, for the case where it just supplies a tool like gzip or
something. File a ticket so we don't forget before the next release.

This should work for the X header ports:

if {[info exists supported_archs]} {
    supported_archs noarch
}

- Josh


More information about the macports-dev mailing list