The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks and debugging facilities.
The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks and debugging facilities.
To install gmsl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gmsl
To see what files were installed by gmsl, run:
port contents gmsl
To later upgrade gmsl, run:
sudo port selfupdate && sudo port upgrade gmsl
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.