[Bug 205583] [NEW PORT] www/domoticz: Domoticz is a Home Automation System

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 29 13:45:54 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205583

--- Comment #1 from Dmitry Marakasov <amdmi3 at FreeBSD.org> ---
- I think it's preferred to have separate user/group for dedicated service when
possible instead of just using www:www. You can add a new user/group to
UIDs/GIDs
- The database should be stored in /var/db/domoticz
- I'm not a rc script pro, but the guess is that it won't be able to create a
pidfile from non-root, so you may need a subdirectory under /var/run with
corresponding owner. Also, rc system should be taught of pidfile, as in
pidfile=/var/run/....pid
- Please use USES=lua:52 instead of LIB_DEPENDS
- Likewise, USE_SQLITE=yes
- Likewise, USES=execinfo
- CMAKE_BUILD_TYPE is not needed

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list