I installed a package and after the installation process ended, I was shown some extra information about the limitations of this package in FreeBSD. In this concrete example it was the picom package writing something about no support for some audio features bause of differences between the pulse-audio wrapper FreeBSD uses and the real pulse-audio on its native platform.
Now that this console output has left my scroll buffer, I would like to read this information again. How can I do that? I presume that after the installation pkg just outputs some text from a file which the FreeBSD port maintainer of package maintainer has written and that this text can be seen somewhere in the port's repo, or ideally pkg has a way to show me this information again without me removing and installing the package again.
Now that this console output has left my scroll buffer, I would like to read this information again. How can I do that? I presume that after the installation pkg just outputs some text from a file which the FreeBSD port maintainer of package maintainer has written and that this text can be seen somewhere in the port's repo, or ideally pkg has a way to show me this information again without me removing and installing the package again.