svn commit: r490707 - head/mail/p5-Mail-ClamAV

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


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

Log:
  Mark BROKEN: fails to build
  
  ClamAV.xs:219:66: error: too few arguments to function call, expected 6, have 5
      status = cl_scandesc(fd, &virname, &scanned, c->root, options);
  
  Reported by:	pkg-fallout

Modified:
  head/mail/p5-Mail-ClamAV/Makefile

Modified: head/mail/p5-Mail-ClamAV/Makefile
==============================================================================
--- head/mail/p5-Mail-ClamAV/Makefile	Sat Jan 19 07:17:55 2019	(r490706)
+++ head/mail/p5-Mail-ClamAV/Makefile	Sat Jan 19 07:19:10 2019	(r490707)
@@ -14,6 +14,8 @@ COMMENT=	Perl extension for the clamav virus scanner
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Inline>=0:devel/p5-Inline \
 		p5-Inline-C>=0:devel/p5-Inline-C \


More information about the svn-ports-all mailing list