Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 00:56:22 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312036 - in head/security: clamav clamav-devel clamav-devel/files
Message-ID:  <201302110056.r1B0uM0L079521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Feb 11 00:56:21 2013
New Revision: 312036
URL: http://svnweb.freebsd.org/changeset/ports/312036

Log:
  Remove patches to build with clang and force clamav and clamav-devel to use GCC.
  According clamav developers ClamAV's detection is not tested when compiled with
  clang.
  
  PR:		ports/175784
  Submitted by:	tj@

Deleted:
  head/security/clamav-devel/files/patch-b__libclamav__tomsfastmath__mont__fp_montgomery_reduce.c
  head/security/clamav-devel/files/patch-b__libclamav__tomsfastmath__mul__fp_mul_comba.c
  head/security/clamav-devel/files/patch-b__libclamav__tomsfastmath__sqr__fp_sqr_comba.c
Modified:
  head/security/clamav-devel/Makefile
  head/security/clamav/Makefile

Modified: head/security/clamav-devel/Makefile
==============================================================================
--- head/security/clamav-devel/Makefile	Sun Feb 10 17:23:55 2013	(r312035)
+++ head/security/clamav-devel/Makefile	Mon Feb 11 00:56:21 2013	(r312036)
@@ -32,6 +32,7 @@ GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
+USE_GCC=	any
 USE_RC_SUBR=	clamav-clamd clamav-freshclam
 CLAM_CONF_FILES=	clamd freshclam
 

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Sun Feb 10 17:23:55 2013	(r312035)
+++ head/security/clamav/Makefile	Mon Feb 11 00:56:21 2013	(r312036)
@@ -30,6 +30,7 @@ OPTIONS_DEFAULT=	ARC ARJ LHA UNZOO UNRAR
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
+USE_GCC=	any
 USE_RC_SUBR=	clamav-clamd clamav-freshclam
 CLAM_CONF_FILES=	clamd freshclam
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302110056.r1B0uM0L079521>