Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2018 04:21:17 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474322 - head/mail/bogofilter
Message-ID:  <201807100421.w6A4LHtv084040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807100421.w6A4LHtv084040>