Autobuild is a package that process output from building software, primarily focused on packages using autoconf and automake, and then generate a HTML summary file, containing links to each build log. The output include project name, version, build host types (cross compile aware), compiler host name, date of build, and indication of success or failure. The output is indexed in many ways to simplify browsing.
Autobuild is a package that process output from building software, primarily focused on packages using autoconf and automake, and then generate a HTML summary file, containing links to each build log. The output include project name, version, build host types (cross compile aware), compiler host name, date of build, and indication of success or failure. The output is indexed in many ways to simplify browsing.
To install autobuild, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install autobuild
To see what files were installed by autobuild, run:
port contents autobuild
To later upgrade autobuild, run:
sudo port selfupdate && sudo port upgrade autobuild
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.