FreeBSD Bugzilla – Attachment 173432 Details for
Bug 211683
security/clamav: Unbroke Jit engine with correct LLVM on modern FreeBSD releases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/clamav: Unbroke Jit engine with correct LLVM on modern FreeBSD releases
clamav.diff (text/plain), 721 bytes, created by
Dima Panov
on 2016-08-09 02:16:20 UTC
(
hide
)
Description:
security/clamav: Unbroke Jit engine with correct LLVM on modern FreeBSD releases
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2016-08-09 02:16:20 UTC
Size:
721 bytes
patch
obsolete
>Index: clamav/Makefile >=================================================================== >--- clamav/Makefile (revision 419896) >+++ clamav/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= clamav > PORTVERSION= 0.99.2 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://www.clamav.net/downloads/production/ > >@@ -134,7 +135,10 @@ > .endif > > .if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) >-CONFIGURE_ARGS+=--enable-llvm >+CONFIGURE_ARGS+=--enable-llvm --with-system-llvm=${LOCALBASE}/llvm${LLVMVER} >+BUILD_DEPENDS+= llvm${LLVMVER}>=0:devel/llvm${LLVMVER} >+# Beware: ClamAV doesn't support LLVM 3.7 or higher yet >+LLVMVER= 36 > . if ${PORT_OPTIONS:MTESTS} > USES+= python:build > . endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 211683
: 173432