Created attachment 200824 [details] svn diff SSL is not enabled, which makes using the realtime stuff impossible as Firefox etc don't like web sockets with out SSL. Also add a rc.d script for starting it. Also made portlint happy while I was at it. Tested with poudriere and it builds with out issue.
Maintainer feedback!
The patch fails as of rev.507372 Please update the patch.
I will work on this PR as part of the FreeBSD BugSquash [1]. [1] https://live.freebsd.org/BugSquash/
A commit references this bug: Author: sbz Date: Sat Jul 11 13:48:31 UTC 2020 New revision: 541974 URL: https://svnweb.freebsd.org/changeset/ports/541974 Log: - Make portlint happy, enable SSL, and add a rc.d script PR: 234652 Submitted by: Zane C. Bowers-Hadley <vvelox at vvelox.net> Changes: head/sysutils/goaccess/Makefile head/sysutils/goaccess/files/goaccess.in
Great work Zane, thanks for your submission! Committed in r541974.
The rc script is missing a default for goaccess_enable. Causing an annoying warning message if it's not defined in rc.conf. root: /etc/rc: WARNING: $goaccess_enable is not set properly - see rc.conf(5).