Date: Sun, 06 Aug 2017 07:23:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221269] security/ossec-hids-local Message-ID: <bug-221269-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221269 Bug ID: 221269 Summary: security/ossec-hids-local Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: brd@FreeBSD.org Reporter: dominik.lisiak@bemsoft.pl Assignee: brd@FreeBSD.org Flags: maintainer-feedback?(brd@FreeBSD.org) 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. Without this fix the "ossec-dbd" in "local" installat= ion complains about the database support not being compiled in. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221269-13>