Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:40:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484009 - head/misc/xiphos
Message-ID:  <201811041240.wA4CeY7e086884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 12:40:34 2018
New Revision: 484009
URL: https://svnweb.freebsd.org/changeset/ports/484009

Log:
  xiphos fails to build on FreeBSD 11 too

Modified:
  head/misc/xiphos/Makefile

Modified: head/misc/xiphos/Makefile
==============================================================================
--- head/misc/xiphos/Makefile	Sun Nov  4 12:38:04 2018	(r484008)
+++ head/misc/xiphos/Makefile	Sun Nov  4 12:40:34 2018	(r484009)
@@ -11,8 +11,7 @@ COMMENT=	Bible interface utilizing the sword framework
 
 LICENSE=	GPLv2
 
-BROKEN_FreeBSD_12=	fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
-BROKEN_FreeBSD_13=	fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
+BROKEN=		fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
 
 BUILD_DEPENDS=	${RUN_DEPENDS} \
 		docbook2html:textproc/docbook-utils \



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