Bjarne D Mathiesen wrote:
You'll just have to re-compile php55-imagick :

This will take care of all of your php\d{2}-imagick versions

port -q installed name:imagic \
| while read -a port
    do port -n upgrade --force ${port[0]}
  done

but more explicitly for just php55-imagick :

port -n upgrade --force php55-imagick

That doesn't necessarily recompile the port, it reinstalls it (quite possibly from the same binary archive as before). If you really need to force a build from source, you have to use -s.

But if there really is a problem that requires a rebuild, the maintainer should bump the revision so everyone gets the rebuilt version.

- Josh
_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to