In which order should one update/upgrading the FreeBSD components [freebsd (components, world and kernel), pkg, ports] to preserve the integrity of the system?
… then build world+kernel then install kernel then world (as /usr/src/UPDATING and other documentation suggests), rebuild incompatible ports such as for kernel modules, then I rebuild the newer version of the ports from the same ports tree without updating the tree any further yet, then if successful it is safe to do the final `cd /usr/src;make delete-old-libs` …