svn commit: r474322 - head/mail/bogofilter

Mark Linimon linimon at FreeBSD.org
Tue Jul 10 04:21:18 UTC 2018


Author: linimon
Date: Tue Jul 10 04:21:17 2018
New Revision: 474322
URL: https://svnweb.freebsd.org/changeset/ports/474322

Log:
  This is still broken on armv*/10.  It works on 11 and later.
  
  Reported by:	maintainer

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Tue Jul 10 03:40:07 2018	(r474321)
+++ head/mail/bogofilter/Makefile	Tue Jul 10 04:21:17 2018	(r474322)
@@ -12,6 +12,9 @@ COMMENT=	Fast, teachable, learning spam detector
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_10_armv6=	fails to configure: Cannot open a shared environment in Berkeley DB
+BROKEN_FreeBSD_10_armv7=	fails to configure: Cannot open a shared environment in Berkeley DB
+
 .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR}
 # building master port
 USES+=		bdb:5+


More information about the svn-ports-all mailing list