Date: Thu, 11 Aug 2016 03:53:57 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420046 - branches/2016Q3/security/clamav Message-ID: <201608110353.u7B3rv4X094933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Thu Aug 11 03:53:57 2016 New Revision: 420046 URL: https://svnweb.freebsd.org/changeset/ports/420046 Log: MFH: r420045 - Stage II. FreeBSD 9.x branch need a bit more love to deal with c++11-aware code for Jit/LLVM bytecode engine [1] - Disable Jit engine by default for package building [2] Reported by: pi [1] Discussed with: garga [2] Approved by: garga (maintainer) Approved by: ports-secteam (blanket) Modified: branches/2016Q3/security/clamav/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/clamav/Makefile ============================================================================== --- branches/2016Q3/security/clamav/Makefile Thu Aug 11 03:49:42 2016 (r420045) +++ branches/2016Q3/security/clamav/Makefile Thu Aug 11 03:53:57 2016 (r420046) @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.99.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ @@ -23,14 +23,14 @@ ARJ_DESC= Enable arj archives support LHA_DESC= Enable lha archives support UNZOO_DESC= Enable zoo archives support UNRAR_DESC= Enable rar archives support -LLVM_DESC= Enable JIT Bytecode compiler (bundled LLVM) +LLVM_DESC= Enable JIT Bytecode compiler (req. LLVM) TESTS_DESC= Run compile-time tests (req. python) MILTER_DESC= Compile the milter interface STDERR_DESC= Print logs to stderr instead of stdout EXPERIMENTAL_DESC= Build experimental code DMG_XAR_DESC= Enable DMG and XAR archives support -OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM DMG_XAR \ +OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR DMG_XAR \ JSON PCRE ARC_RUN_DEPENDS= arc:archivers/arc @@ -48,6 +48,7 @@ TESTS_BUILD_DEPENDS= ${LOCALBASE}/includ ICONV_CONFIGURE_ON= --with-iconv ICONV_CONFIGURE_OFF= --without-iconv ICONV_USES= iconv +LLVM_USES= compiler:c++11-lib EXPERIMENTAL_CONFIGURE_ENABLE= experimental IPV6_CONFIGURE_ENABLE= ipv6 DMG_XAR_CONFIGURE_ENABLE= xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608110353.u7B3rv4X094933>