On Jan 20, 2021, at 16:44, Murray Eisenberg wrote:

> Given that neither openscad nor kdelibs4 is currently upgrading successfully, 
> what is the correct syntax to upgrade all other outdated ports?
> 
> I’ve tried each of the following, but in each case it either still tries to 
> upgrade one of those two exceptions or causes a syntax error:
> 
> port upgrade outdated and not kdelibs4 or openscad
> 
> port upgrade outdated and not kdelibs4 and openscad
> 
> port upgrade outdated and not (kdelibs4 or opescad)

port upgrade outdated and not \( kdelibs4 openscad \)

If any of your other outdated ports depend on kdelibs4 or openscad, list them 
inside the escaped parentheses as well.

Reply via email to