Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2016 03:49:42 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420045 - head/security/clamav
Message-ID:  <201608110349.u7B3ngdp091311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Thu Aug 11 03:49:42 2016
New Revision: 420045
URL: https://svnweb.freebsd.org/changeset/ports/420045

Log:
  - Stage II. FreeBSD 9.x brach 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)
  MFH:		2016Q3

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Thu Aug 11 02:24:43 2016	(r420044)
+++ head/security/clamav/Makefile	Thu Aug 11 03:49:42 2016	(r420045)
@@ -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?201608110349.u7B3ngdp091311>