svn commit: r490702 - head/www/c-icap-modules

Antoine Brodin antoine at FreeBSD.org
Sat Jan 19 07:13:55 UTC 2019


Author: antoine
Date: Sat Jan 19 07:13:54 2019
New Revision: 490702
URL: https://svnweb.freebsd.org/changeset/ports/490702

Log:
  Mark BROKEN: fails to build
  
  clamav_mod.c:126:33: error: use of undeclared identifier 'CL_SCAN_STDOPT'
  
  Reported by:	pkg-fallout

Modified:
  head/www/c-icap-modules/Makefile

Modified: head/www/c-icap-modules/Makefile
==============================================================================
--- head/www/c-icap-modules/Makefile	Sat Jan 19 07:11:23 2019	(r490701)
+++ head/www/c-icap-modules/Makefile	Sat Jan 19 07:13:54 2019	(r490702)
@@ -14,6 +14,8 @@ COMMENT=	Modules for c-icap: virus_scan and srv_url_ch
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libicapapi.so:www/c-icap \
 		libclamav.so:security/clamav
 


More information about the svn-ports-all mailing list