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

Thomas Zander riggs at FreeBSD.org
Sun Mar 24 09:55:12 UTC 2019


Author: riggs
Date: Sun Mar 24 09:55:11 2019
New Revision: 496712
URL: https://svnweb.freebsd.org/changeset/ports/496712

Log:
  Remove BROKEN for FreeBSD 12 and 13.
  
  PR:		236705
  Submitted by:	lantw44 at gmail.com
  MFH:		2019Q1

Modified:
  head/math/blitz++/Makefile

Modified: head/math/blitz++/Makefile
==============================================================================
--- head/math/blitz++/Makefile	Sun Mar 24 09:52:14 2019	(r496711)
+++ head/math/blitz++/Makefile	Sun Mar 24 09:55:11 2019	(r496712)
@@ -11,12 +11,10 @@ COMMENT=	C++ class library for scientific computing
 LICENSE=	GPLv3 BSD3CLAUSE
 LICENSE_COMB=	multi
 
-BROKEN_FreeBSD_12=	fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
-BROKEN_FreeBSD_13=	fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
-
-GNU_CONFIGURE=	yes
 USES=		gmake libtool pathfix python:2.7
 USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}"
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-all mailing list