gxmessage opens a window to display a message obtained from the command line, from a file, or from stdin. The window includes a row of buttons, each of which causes the program to exit with a different return code.
gxmessage opens a window to display a message obtained from the command line, from a file, or from stdin. The window includes a row of buttons, each of which causes the program to exit with a different return code.
To install gxmessage, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gxmessage
To see what files were installed by gxmessage, run:
port contents gxmessage
To later upgrade gxmessage, run:
sudo port selfupdate && sudo port upgrade gxmessage
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.