svn commit: r490705 - head/www/havp

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


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

Log:
  Mark BROKEN: fails to build
  
  clamlibscanner.cpp:283:16: error: use of undeclared identifier 'CL_SCAN_STDOPT'
  
  Reported by:	pkg-fallout

Modified:
  head/www/havp/Makefile

Modified: head/www/havp/Makefile
==============================================================================
--- head/www/havp/Makefile	Sat Jan 19 07:15:48 2019	(r490704)
+++ head/www/havp/Makefile	Sat Jan 19 07:16:21 2019	(r490705)
@@ -12,6 +12,8 @@ MASTER_SITES=	http://www.server-side.de/download/ \
 MAINTAINER=	ayu at commun.jp
 COMMENT=	HTTP Antivirus Proxy
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libclamav.so:security/clamav
 
 USES=		gmake perl5


More information about the svn-ports-head mailing list