FreeBSD Port: ossec-hids-local-2.8.3_1

Dominik Lisiak dominik.lisiak at bemsoft.pl
Sun Aug 6 06:40:58 UTC 2017


There is a bug in 99th line of "security/ossec-hids-server/Makefile":
@cd ${WRKSRC}/src;${MAKE} setlocal;${MAKE} all;${MAKE} build;

The line should be:
@cd ${WRKSRC}/src;${MAKE} setlocal;${MAKE} setdb;${MAKE} all;${MAKE} build;

Although "setdb" makes not much sense for "agent" installation, it is valid for "local" installation.


Regards,
Dominik


More information about the freebsd-ports mailing list