To install x86_64-w64-mingw32-gcc-nothreads, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install x86_64-w64-mingw32-gcc-nothreads
To see what files were installed by x86_64-w64-mingw32-gcc-nothreads, run:
port contents x86_64-w64-mingw32-gcc-nothreads
To later upgrade x86_64-w64-mingw32-gcc-nothreads, run:
sudo port selfupdate && sudo port upgrade x86_64-w64-mingw32-gcc-nothreads
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.