NetData latest version for FreeBSD
Here I'm providing my development of the port. It uses name net-mgmt/netdata-devel to not overlap with official FreeBSD port name.
I have not met the requirements to be included in the official ports-tree. For example:
- it uses internet access so that cmake and cargo can download current versions of sources from public internet sources;
- it doesn't fullfill portlint -A requirements.
I clearly realize that this is a security risk and therefore there is no way this port can be approved in its current form.
Its use is only intended to help you become more familiar with the new functionalities in netdata latest developments.
Here is my QnD manual to quickly use it:
cd /usr/home
git clone https://github.ostreff.info/jostreff/netdata-devel.git
cd /usr/ports/net-mgmt
ln -s ../../home/netdata-devel netdata-devel
portmaster net-mgmt/netdata-devel