While going from stable/13 to stable/14, after the initial "make buildworld buildkernel" of stable/14, and the subsequent "make installworld installkernel", followed by "make delete-old delete-old-libs", and a reboot, running "poudriere jail -c -j stable_14_amd64 -v stable/14 -a amd64 -m src=/usr/src -p default", complains about missing libdialog.so.9 when Poudriere runs "make installworld" to populate the new jail. Resurrecting libdialog.so.9 from the previous BE and placing this file in /usr/lib/compat saved the day, but I keep wondering if we would all benefit from misc/compat13x providing libdialog.so.9. (Installing misc/compat13x did wonders for the Apache web server and the Zabbix agent until those packages are replaced by their stable/14 counterparts.)