svn commit: r420046 - branches/2016Q3/security/clamav

Dima Panov fluffy at FreeBSD.org
Thu Aug 11 03:53:59 UTC 2016


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


More information about the svn-ports-all mailing list