Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:43:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484010 - branches/2018Q4/misc/xiphos
Message-ID:  <201811041243.wA4ChlZR091766@repo.freebsd.org>

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

Log:
  MFH: r484009
  
  xiphos fails to build on FreeBSD 11 too

Modified:
  branches/2018Q4/misc/xiphos/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/misc/xiphos/Makefile
==============================================================================
--- branches/2018Q4/misc/xiphos/Makefile	Sun Nov  4 12:40:34 2018	(r484009)
+++ branches/2018Q4/misc/xiphos/Makefile	Sun Nov  4 12:43:47 2018	(r484010)
@@ -11,7 +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=		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?201811041243.wA4ChlZR091766>