svn commit: r484010 - branches/2018Q4/misc/xiphos

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:43:48 UTC 2018


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 \


More information about the svn-ports-branches mailing list