unable to upgrade apache2 on snow leopard

Joshua Root jmr at macports.org
Tue Sep 15 21:14:23 PDT 2009


On 2009-9-16 02:49, Todd Eddy wrote:
> Yeah I figured out the problem from before.  The proper way to force  
> upgrade and rebuild dependencies in macports 1.8 is
> 
> sudo port upgrade --force -R apache2

Actually, -R is a global option, so it needs to go between 'port' and
'upgrade', unlike --force which is being applied to the upgrade action.

Note also that -R does not make upgrade rebuild dependencies (that
happens by default and can be disabled with -n), but rather dependents.

- Josh


More information about the macports-users mailing list