The ./lang/ directory is missing (after package installation): # ls /usr/local/www/librenms/lang ls: /usr/local/www/librenms/lang: No such file or directory # pkg info -l librenms | grep librenms/lang/ | wc -l 0 #
I wonder if that was removed or never installed? I cannot check this right now.
I have a fix: root@132amd64-dvl:/usr/local/www/librenms # ls lang de fr it.json sr uk.json zh-TW de.json fr.json ru sr.json zh-CN zh-TW.json en it ru.json uk zh-CN.json
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a17fe40ef682f8466b7998957665a72e1eaac348 commit a17fe40ef682f8466b7998957665a72e1eaac348 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-08-14 17:56:05 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-08-14 17:56:39 +0000 net-mgmt/librenms: Install the lang directory PR: 273131 net-mgmt/librenms/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Thank you for reporting this.