libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future.
libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future.
To install libgpg-error, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgpg-error
To see what files were installed by libgpg-error, run:
port contents libgpg-error
To later upgrade libgpg-error, run:
sudo port selfupdate && sudo port upgrade libgpg-error
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.