aboutsummaryrefslogtreecommitdiff
path: root/www/c-icap-modules
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-11-20 13:56:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-11-20 13:56:36 +0000
commitddd1f03d7a221fbc0dd9420f858ffddf33b0ad07 (patch)
tree76617ab3aa84cd2112d8b3dcd8ba420df7068472 /www/c-icap-modules
parentb6025180665327262ba18b4a6ef31fde0caa9868 (diff)
downloadports-ddd1f03d7a221fbc0dd9420f858ffddf33b0ad07.tar.gz
ports-ddd1f03d7a221fbc0dd9420f858ffddf33b0ad07.zip
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
Notes
Notes: svn path=/head/; revision=518013
Diffstat (limited to 'www/c-icap-modules')
-rw-r--r--www/c-icap-modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile
index e6be1af7462c..7fb07941372e 100644
--- a/www/c-icap-modules/Makefile
+++ b/www/c-icap-modules/Makefile
@@ -15,6 +15,8 @@ COMMENT= Modules for c-icap: virus_scan and srv_url_check
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= fails to build
+
LIB_DEPENDS= libicapapi.so:www/c-icap \
libclamav.so:security/clamav