Bug 145435 - [patch] security/clamav: make LLVM JIT compiler optional
Summary: [patch] security/clamav: make LLVM JIT compiler optional
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 18:20 UTC by alexander
Modified: 2010-04-06 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (956 bytes, patch)
2010-04-06 18:20 UTC, alexander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description alexander 2010-04-06 18:20:04 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-06 18:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-06 18:53:32 UTC
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"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2010-04-06 18:53:50 UTC
State Changed
From-To: open->closed

When you sent the PR, i was already working on it. Committed, thanks!