svn commit: r490703 - head/security/clamcour

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


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

Log:
  Mark BROKEN: fails to build
  
  clam.cpp:148:45: error: use of undeclared identifier 'CL_SCAN_ARCHIVE'
  
  Reported by:	pkg-fallout

Modified:
  head/security/clamcour/Makefile

Modified: head/security/clamcour/Makefile
==============================================================================
--- head/security/clamcour/Makefile	Sat Jan 19 07:13:54 2019	(r490702)
+++ head/security/clamcour/Makefile	Sat Jan 19 07:15:06 2019	(r490703)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.becrux.com/pages/projects/cla
 MAINTAINER=	bsd at dino.sk
 COMMENT=	ClamAV courier filter
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	courier-config:mail/courier
 LIB_DEPENDS=	libclamav.so:security/clamav
 


More information about the svn-ports-head mailing list