Bug 154900 - [PATCH] Allow users to use LLVM from ports for security/clamav
Summary: [PATCH] Allow users to use LLVM from ports for security/clamav
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: 2011-02-20 06:30 UTC by dennylin93
Modified: 2011-02-23 15:20 UTC (History)
0 users

See Also:


Attachments
Makefile.patch (1.46 KB, patch)
2011-02-20 06:30 UTC, dennylin93
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dennylin93 2011-02-20 06:30:10 UTC
Allow users to select bundled LLVM or LLVM from ports.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-20 06:30:19 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 2011-02-23 15:14:41 UTC
garga       2011-02-23 15:14:35 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile 
  Log:
  Add a new option to build JIT bytecode compiler using llvm installed from ports
  instead of build clamav's own llvm. The option is off by default, so, no
  PORTREVISION bum is required
  
  PR:             ports/154900
  Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
  
  Revision  Changes    Path
  1.161     +11 -3     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 2011-02-23 15:15:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!