On Thu, Oct 17, 2013 at 05:57:02PM +0200, Joerg Jung wrote: > On Mon, Oct 14, 2013 at 07:25:43PM -0400, William Yodlowsky wrote: > > > > > http://goaccess.prosoftcorp.com/ > > > > > > > >>From ${HOMEPAGE}: > > > > > > > > "The main idea behind GoAccess is being able to quickly analyze and view > > > > web server statistics in real time without having to generate an HTML > > > > report. Although it is possible to generate an HTML report, by default > > > > it outputs to a terminal." > > > > > > > > Despite their FAQ entry for OpenBSD (which I'm going to ask them to > > > > change), it does build with UTF8 support. > > > > > > > > ok to import? Thanks. > > > > > > > > > > > Hi. I've send goaccess-0.5 earlier and 0.6 is sitting in > > > https://github.com/jasperla/openbsd-wip/tree/master/www/goaccess > > > I'll take a look at it once again. > > > > Yep sorry about that, rerolled with those changes. Kirill, how does > > this version look? I've set you to MAINTAINER, since you were first. > > Feel free to tweak and commit when you're happy with it. > > I see some confusing warning, while building this: > configure: WARNING: unrecognized options: --disable-silent-rules > Maybe the configure args require some tweaking?
That comes from CONFIGURE_STYLE=gnu: /usr/ports/infrastructure/mk/gnu.port.mk:CONFIGURE_ARGS += --disable-silent-rules auto*stuff are supposed to gracefully handle non-existent options, and we do this by default for all ports using autohell since they now tend to default to 'silent build lines'.. Landry