svn commit: r473346 - head/math/blitz++

Mark Linimon linimon at FreeBSD.org
Mon Jun 25 20:59:20 UTC 2018


Author: linimon
Date: Mon Jun 25 20:59:19 2018
New Revision: 473346
URL: https://svnweb.freebsd.org/changeset/ports/473346

Log:
  The failure is on -CURRENT everywhere, but not on -11.

Modified:
  head/math/blitz++/Makefile

Modified: head/math/blitz++/Makefile
==============================================================================
--- head/math/blitz++/Makefile	Mon Jun 25 20:56:08 2018	(r473345)
+++ head/math/blitz++/Makefile	Mon Jun 25 20:59:19 2018	(r473346)
@@ -11,8 +11,7 @@ DISTNAME=	blitz-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ class library for scientific computing
 
-BROKEN_armv6=		fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
-BROKEN_armv7=		fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
+BROKEN_FreeBSD_12=	fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list