Bug 273131 - net-mgmt/librenms: ./lang/ directory is missing
Summary: net-mgmt/librenms: ./lang/ directory is missing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-14 09:33 UTC by Alexander Moisseev
Modified: 2023-08-14 17:58 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dvl)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Moisseev 2023-08-14 09:33:02 UTC
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
#
Comment 1 Dan Langille freebsd_committer freebsd_triage 2023-08-14 16:12:33 UTC
I wonder if that was removed or never installed? I cannot check this right now.
Comment 2 Dan Langille freebsd_committer freebsd_triage 2023-08-14 17:55:43 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-08-14 17:57:06 UTC
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(-)
Comment 4 Dan Langille freebsd_committer freebsd_triage 2023-08-14 17:58:11 UTC
Thank you for reporting this.