Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software. Think of it as the rpm of software development. It enables developers total control over which packages, versions, architectures, etc. that they want to use meta-data from.
Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software. Think of it as the rpm of software development. It enables developers total control over which packages, versions, architectures, etc. that they want to use meta-data from.
To install flagpoll, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install flagpoll
To see what files were installed by flagpoll, run:
port contents flagpoll
To later upgrade flagpoll, run:
sudo port selfupdate && sudo port upgrade flagpoll
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.