svn commit: r422373 - head/math/cgal

Mark Linimon linimon at FreeBSD.org
Sun Sep 18 11:32:52 UTC 2016


Author: linimon
Date: Sun Sep 18 11:32:51 2016
New Revision: 422373
URL: https://svnweb.freebsd.org/changeset/ports/422373

Log:
  Mark broken on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/cgal/Makefile

Modified: head/math/cgal/Makefile
==============================================================================
--- head/math/cgal/Makefile	Sun Sep 18 11:22:31 2016	(r422372)
+++ head/math/cgal/Makefile	Sun Sep 18 11:32:51 2016	(r422373)
@@ -18,6 +18,8 @@ RUN_DEPENDS=	${LOCALBASE}/include/boost/
 LIB_DEPENDS=	libmpfr.so:math/mpfr \
 		libgmp.so:math/gmp
 
+BROKEN_sparc64:	Does not build: fails to compile all_files.cpp
+
 USE_LDCONFIG=		yes
 USES=			cmake shebangfix tar:xz
 USE_QT5=		buildtools_build core qmake_build widgets


More information about the svn-ports-head mailing list