I'm updating an old system which has been updated from FreeBSD 12.3R to 13.5R.
While rebuilding various ports, any with compressed man pages fail during the installation process because the compressed files are missing . The uncompressed files are there and I fixed one port (pango) by simply gzipping the uncompressed files and copying them into the correct staging directory. What is causing the compressed man pages not to be built? The make process finishes successfully, but the install process fails because the compressed man page files do not exist.
Any ideas?
While rebuilding various ports, any with compressed man pages fail during the installation process because the compressed files are missing . The uncompressed files are there and I fixed one port (pango) by simply gzipping the uncompressed files and copying them into the correct staging directory. What is causing the compressed man pages not to be built? The make process finishes successfully, but the install process fails because the compressed man page files do not exist.
Any ideas?