From owner-svn-ports-all@freebsd.org Thu Aug 11 03:53:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0703BB43DC; Thu, 11 Aug 2016 03:53:58 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9925B1E93; Thu, 11 Aug 2016 03:53:58 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7B3rvqG094934; Thu, 11 Aug 2016 03:53:57 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7B3rv4X094933; Thu, 11 Aug 2016 03:53:57 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201608110353.u7B3rv4X094933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Thu, 11 Aug 2016 03:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420046 - branches/2016Q3/security/clamav X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2016 03:53:59 -0000 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