[59801] trunk/base/src/port1.0/portutil.tcl
Ryan Schmidt
ryandesign at macports.org
Thu Oct 22 13:33:23 PDT 2009
On Oct 22, 2009, at 15:26, jmr at macports.org wrote:
> Revision: 59801
> http://trac.macports.org/changeset/59801
> Author: jmr at macports.org
> Date: 2009-10-22 13:26:56 -0700 (Thu, 22 Oct 2009)
> Log Message:
> -----------
> warn when using +universal on ports with no universal variant (can
> move the check somewhere else if it ends up being too chatty)
Why print this message? And why limit it to just the universal variant
then? Why not print a message anytime someone selects any variant that
doesn't exist?
The easiest way to install wine on Snow Leopard is to type
sudo port install wine-devel +universal
in an empty MacPorts install. This installs all dependencies
universal, but of course not wine-devel itself, since it doesn't have
a universal variant. So I imagine this would trigger your message.
More information about the macports-dev
mailing list