Thanks for the update to 0.96 and the inclusion of the subversion patch! Starting with 0.96, clamav includes LLVM to build a JIT to interpret byte code signature checks. While providing best scanning performance, this takes very long to compile and test. So some people may rather want to go without the JIT and just use the interpreter instead. The attached patch makes the LLVM JIT optional (defaults to on, so the package behaviour is not changed). Fix: see attached patch Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool)
garga 2010-04-06 17:53:20 UTC FreeBSD ports repository Modified files: security/clamav Makefile Log: - Reduce differences between it and security/clamav-devel - Make JIT bytecode compiler as an OPTION, On by default [1] PR: ports/145435 [1] Submitted by: Alexander Wittig <alexander at wittig.name> [1] Revision Changes Path 1.137 +16 -10 ports/security/clamav/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed When you sent the PR, i was already working on it. Committed, thanks!