svn commit: r514481 - head/devel/nextpnr

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 14 19:23:08 UTC 2019


Author: pkubaj
Date: Mon Oct 14 19:23:08 2019
New Revision: 514481
URL: https://svnweb.freebsd.org/changeset/ports/514481

Log:
  devel/nextpnr: mark broken on powerpc64
  
  It causes python to hang.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/nextpnr/Makefile

Modified: head/devel/nextpnr/Makefile
==============================================================================
--- head/devel/nextpnr/Makefile	Mon Oct 14 19:15:33 2019	(r514480)
+++ head/devel/nextpnr/Makefile	Mon Oct 14 19:23:08 2019	(r514481)
@@ -11,6 +11,8 @@ COMMENT=	Portable FPGA place and route tool
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	runaway build
+
 BUILD_DEPENDS=	${LOCALBASE}/share/trellis/database:devel/trellis \
 		${LOCALBASE}/share/icebox:devel/icestorm
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \


More information about the svn-ports-head mailing list