On Jul 4, 2013, at 08:29, Ryan Schmidt wrote:

> Going the other way (getting ports to be non-universal, after having 
> installed some universal) is more difficult, however.

For future reference, this is how I successfully de-universalified one of my 
MacPorts installations:

sudo -s
port -q installed active | awk '/\+universal/ {print $1}' | xargs -n 1 -J % 
port -u upgrade --enforce-variants % -universal
exit


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

Reply via email to