With the latest commit to update netdata to version 1.35.1 the port no longer installs the freeipmi plugin file even if the option is activated. comparing with an old version netdata-1.34.1 : #pkg info netdata | grep -i ipmi FREEIPMI : on #pkg info -l netdata | grep -i ipmi /usr/local/lib/netdata/conf.d/health.d/ipmi.conf.sample /usr/local/libexec/netdata/plugins.d/freeipmi.plugin the new version netdata-1.35.1 : #pkg info netdata | grep -i ipmi FREEIPMI : on #pkg info -l netdata | grep -i ipmi /usr/local/lib/netdata/conf.d/health.d/ipmi.conf.sample it would seem some optionnal files were removed from the pkg-plist file in the last commit. This problem probably is present for the other options (CUPS, GOPLUGIN, etc..).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4036fa1b01ec4064ccda9763d980fe40fa86cb0 commit a4036fa1b01ec4064ccda9763d980fe40fa86cb0 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-06-17 15:08:48 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-06-17 15:08:48 +0000 net-mgmt/netdata: Fix pkg-plist if FREEIPMI option is set PR: 264735 Reported by: florian.millet@laposte.net net-mgmt/netdata/pkg-plist | 1 + 1 file changed, 1 insertion(+)
I committed a fix. Does it work now?
Hello, I can confirm that the file is now correctly installed with your fix. Thank you for the quick answer.