Thanks! It seems odd for I carry out the following every morning while sipping my morning coffee:Your /usr/ports/distfiles doesn't seem to exist. So there's nothing to clean here either.
This only fetches updates, it does not install them. If you keep an eye on the announce mailing list you don't have to run this all the time, only if there are patch updates available.freebsd-update fetch
This extracts a full source tree every time. It doesn't update anything. This has to beportsnap extract
 portsnap fetch update. But if you only use packages you can remove then entire ports tree.Thanks! I had no knowledge of that. Thus, I will pkg remove gutenprint and rebuild from ports.'distfiles' is a colloquial term for sources downloaded by ports. Whenever you build a port a 'distfile' is downloaded (that's the original source), extracted, patched and built. If you do not build from ports you will not have any distfiles.
Why do you think you need to do this?Thus, I will pkg remove gutenprint and rebuild from ports.
Well removing gutenprint pkg and install it from ports solved the issue!Thanks! I had no knowledge of that. Thus, I will pkg remove gutenprint and rebuild from ports.
There was no issue to resolve.Well removing gutenprint pkg and install it from ports solved the issue!