svn commit: r526238 - head/devel/nextpnr

Emmanuel Vadot manu at FreeBSD.org
Sat Feb 15 19:52:15 UTC 2020


Author: manu
Date: Sat Feb 15 19:52:14 2020
New Revision: 526238
URL: https://svnweb.freebsd.org/changeset/ports/526238

Log:
  devel/nextpnr: Mark broken for i386
  
  clang keeps segfaulting while compiling this on i386 and I honestly
  don't want to start debug that.

Modified:
  head/devel/nextpnr/Makefile

Modified: head/devel/nextpnr/Makefile
==============================================================================
--- head/devel/nextpnr/Makefile	Sat Feb 15 19:02:55 2020	(r526237)
+++ head/devel/nextpnr/Makefile	Sat Feb 15 19:52:14 2020	(r526238)
@@ -11,6 +11,8 @@ COMMENT=	Portable FPGA place and route tool
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	clang segfault
 BROKEN_FreeBSD_11_powerpc64=	runaway build
 BROKEN_FreeBSD_12_powerpc64=	runaway build
 


More information about the svn-ports-all mailing list