Re: rebuilding / upgrading a package at the same version

2023-03-09 Thread Richard L. Hamilton
I use port -n upgrade --force --no-rev-upgrade portname The -n prevents rebuilding everything portname depends on (which would otherwise happen with --force ). The --force and --no-rev-upgrade should be obvious. You should do a port clean portname first, but if you are going to build with

Re: rebuilding / upgrading a package at the same version

2023-03-09 Thread Riccardo Mottola via macports-users
Hi, Riccardo Mottola via macports-users wrote: Hi, how can I rebuild a port without it being detected as "upgrade" because it stays at the same version? It may happen because rev-upgrade detects it but fails to build (e.g. want to change the compiler) or because for some strange reason