<br>The MacPorts svn is now updated to InsightToolkit @ 3.16.0; this may take a few hours to propagate into the rsync system.<br><br>To get the rsync port tree updated, run<br><br><span style="font-family: courier new,monospace;">sudo port -d selfupdate</span><br style="font-family: courier new,monospace;">
<br>To view all the outdated ports, run<br><br><span style="font-family: courier new,monospace;">port outdated</span><br><br>To update all outdated ports, run<br><br><span style="font-family: courier new,monospace;">sudo port upgrade -uR outdated</span><br style="font-family: courier new,monospace;">
<br>(The -u is to uninstall inactive versions and the -R is to upgrade dependents.)<br><br>The command to <i>update just InsightToolkit</i> (which worked for me) was:<br><br><span style="font-family: courier new,monospace;">sudo port upgrade -uR InsightToolkit</span><br>
<br>This will take a <b>long</b> time (an overnight run, even on a fast system).  This upgrade removed a prior installation of InsightToolkit @<a href="http://3.14.0.">3.14.0.</a>  If that version is required by a development project, it will be available as &quot;InsightToolkit314&quot;, which can be installed using:<br>
<br><span style="font-family: courier new,monospace;">sudo port install InsightToolkit314</span><br><br>(Although coexistence is the goal, the Portfile may not be perfect yet, so this might fail if it tries to overwrite some files from another version of InsightToolkit, in which case just remove the other version.)<br>
<br>The upgrade process will preserve previous variant specifications.  There are no significant changes to the variants in the 3.16.0 port, so this should be fine.  To see what you have installed already, use:<br><br><span style="font-family: courier new,monospace;">port installed InsightToolkit</span><br>
<br>To see a list of all the variants (in case different options are required), use:<br><br><span style="font-family: courier new,monospace;">port variants InsightToolkit</span><br><br>For more information, the wiki page on MacPorts for InsightToolkit has been updated, see<br>
<a href="http://www.vtk.org/Wiki/ITK_MacPorts_Package_Maintainers">http://www.vtk.org/Wiki/ITK_MacPorts_Package_Maintainers</a><br><br>Take care,<br>Darren<br><br>