svn commit: r312036 - in head/security: clamav clamav-devel clamav-devel/files
Renato Botelho
garga at FreeBSD.org
Mon Feb 11 00:56:22 UTC 2013
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
More information about the svn-ports-head
mailing list