Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2018 20:59:19 +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: r473346 - head/math/blitz++
Message-ID:  <201806252059.w5PKxJ5o017837@repo.freebsd.org>

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



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