Changes between Initial Version and Version 1 of Ticket #57742, comment 9


Ignore:
Timestamp:
Jan 25, 2021, 4:59:37 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57742, comment 9

    initial v1  
    11MacPorts will automatically install dependencies universal for you if that's required. For example, if you had tried to install wine, all of wine's dependencies including cairo would have been built universal because that is required for wine to work.
    22
    3 If you no longer have a need for the universal variant on specific ports, you can reinstall those ports without specifying the universal variant. If you no longer need the universal variant on any ports, you could reinstall all of them without the universal variant. I'm not sure what the best command to do that is. Something like `sudo port upgrade --enforce-variants active -universal` might do it.
     3If you no longer have a need for the universal variant on specific ports, you can reinstall those ports without specifying the universal variant. If you no longer need the universal variant on any ports, you could reinstall all of them without the universal variant. I'm not sure what the best command to do that is. Something like `sudo port upgrade --enforce-variants active -universal` might do it. (Running `sudo port clean active` beforehand might prevent problems caused by having incomplete previous builds.)
    44
    55I am working on fixing this cairo issue now if you prefer to wait for that.