Date: Mon, 14 Oct 2019 19:23:08 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514481 - head/devel/nextpnr Message-ID: <201910141923.x9EJN8GP035018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910141923.x9EJN8GP035018>