[MacPorts] #54666: MacVim 136 build failure.

MacPorts noreply at macports.org
Mon Sep 4 13:20:58 UTC 2017


#54666: MacVim 136 build failure.
---------------------+----------------------
  Reporter:  enxio   |      Owner:  raimue
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:
      Port:  MacVim  |
---------------------+----------------------

Comment (by raimue):

 You should apply `+universal` only for specific ports, as any non-default
 variants stops you from using any pre-compiled binary archives MacPorts
 provides. However, removing it from variants.conf now will not remove it
 from installed ports, as upgrade will use the same set of installed
 variants again.

 You can remove it for a specific port like shown below. `port -n` does not
 recurse to dependencies, so it really only affects this single port.
 {{{
 sudo port -n upgrade --enforce-variants MacVim -universal
 }}}

 If you want to try to remove +universal from dependencies, you could try
 this without `-n`. If any ports break, they should be detected and fixed
 by the automatic run of `port rev-upgrade` afterwards.

--
Ticket URL: <https://trac.macports.org/ticket/54666#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list