svn commit: r518722 - branches/2019Q4/www/c-icap-modules

Antoine Brodin antoine at FreeBSD.org
Sat Nov 30 17:43:07 UTC 2019


Author: antoine
Date: Sat Nov 30 17:43:06 2019
New Revision: 518722
URL: https://svnweb.freebsd.org/changeset/ports/518722

Log:
  MFH: r518013
  
  Mark BROKEN: fails to build
  
  clamav_mod.c:108:13: error: expected identifier or '('
  static char CLAMAV_VERSION[CLAMAV_VERSION_SIZE];
              ^
  /usr/local/include/clamav-version.h:30:24: note: expanded from macro 'CLAMAV_VERSION'
  #define CLAMAV_VERSION "0.102.0"
                         ^
  clamav_mod.c:645:6: warning: array index 63 is past the end of the array (which contains 8 elements) [-Warray-bounds]
       CLAMAV_VERSION[CLAMAV_VERSION_SIZE - 1] = '\0';
       ^              ~~~~~~~~~~~~~~~~~~~~~~~
  /usr/local/include/clamav-version.h:30:24: note: expanded from macro 'CLAMAV_VERSION'
  #define CLAMAV_VERSION "0.102.0"
                         ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q4/www/c-icap-modules/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/www/c-icap-modules/Makefile
==============================================================================
--- branches/2019Q4/www/c-icap-modules/Makefile	Sat Nov 30 17:10:05 2019	(r518721)
+++ branches/2019Q4/www/c-icap-modules/Makefile	Sat Nov 30 17:43:06 2019	(r518722)
@@ -15,6 +15,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-branches mailing list