Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 07:13:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490702 - head/www/c-icap-modules
Message-ID:  <201901190713.x0J7DsOs049727@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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