Summary: | net-mgmt/librenms: Fix build with EXAMPLES disabled | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Luca Pizzamiglio <pizzamig> | ||||
Component: | Individual Port(s) | Assignee: | Muhammad Moinur Rahman <bofh> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(bofh) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: bofh Date: Sun Dec 16 17:37:53 UTC 2018 New revision: 487604 URL: https://svnweb.freebsd.org/changeset/ports/487604 Log: net-mgmtt/librenms: Fix build with EXAMPLES disabled - Pet portlint PR: 233202 Submitted by: pizzamig Changes: head/net-mgmt/librenms/Makefile |
Created attachment 199210 [details] The fixing patch Currently, the build fails if EXAMPLES option is disabled. The root cause is the missing directories /var/log/librenms and /var/log/librenms. The attached patch should solve the issue.