svn commit: r518288 - head/devel/nextpnr
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Nov 24 01:39:42 UTC 2019
Author: pkubaj
Date: Sun Nov 24 01:39:41 2019
New Revision: 518288
URL: https://svnweb.freebsd.org/changeset/ports/518288
Log:
devel/nextpnr: unmark broken on head-powerpc64
This port builds when using clang, which head will switch to soon.
Approved by: mentors (implicit approval)
Modified:
head/devel/nextpnr/Makefile
Modified: head/devel/nextpnr/Makefile
==============================================================================
--- head/devel/nextpnr/Makefile Sun Nov 24 01:30:16 2019 (r518287)
+++ head/devel/nextpnr/Makefile Sun Nov 24 01:39:41 2019 (r518288)
@@ -10,7 +10,8 @@ COMMENT= Portable FPGA place and route tool
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= runaway build
+BROKEN_FreeBSD_11_powerpc64= runaway build
+BROKEN_FreeBSD_12_powerpc64= runaway build
BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \
${LOCALBASE}/share/icebox:devel/icestorm
More information about the svn-ports-all
mailing list