svn commit: r317686 - in head/security: clamav clamav-devel

Renato Botelho garga at FreeBSD.org
Wed May 8 15:40:15 UTC 2013


Author: garga
Date: Wed May  8 15:40:14 2013
New Revision: 317686
URL: http://svnweb.freebsd.org/changeset/ports/317686

Log:
  Make TESTS a non-default option

Modified:
  head/security/clamav-devel/Makefile
  head/security/clamav/Makefile

Modified: head/security/clamav-devel/Makefile
==============================================================================
--- head/security/clamav-devel/Makefile	Wed May  8 15:39:53 2013	(r317685)
+++ head/security/clamav-devel/Makefile	Wed May  8 15:40:14 2013	(r317686)
@@ -26,7 +26,7 @@ TESTS_DESC=	Run compile-time tests (req.
 MILTER_DESC=	Compile the milter interface
 STDERR_DESC=	Print logs to stderr instead of stdout
 
-OPTIONS_DEFAULT=	ARC ARJ LHA UNZOO UNRAR LLVM TESTS DOCS
+OPTIONS_DEFAULT=	ARC ARJ LHA UNZOO UNRAR LLVM DOCS
 
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Wed May  8 15:39:53 2013	(r317685)
+++ head/security/clamav/Makefile	Wed May  8 15:40:14 2013	(r317686)
@@ -25,7 +25,7 @@ MILTER_DESC=		Compile the milter interfa
 STDERR_DESC=		Print logs to stderr instead of stdout
 EXPERIMENTAL_DESC=	Build experimental code
 
-OPTIONS_DEFAULT=	ARC ARJ LHA UNZOO UNRAR LLVM TESTS DOCS
+OPTIONS_DEFAULT=	ARC ARJ LHA UNZOO UNRAR LLVM DOCS
 
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-all mailing list