svn commit: r557325 - head/devel/psptoolchain-binutils

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 01:34:21 UTC 2020


Author: linimon
Date: Wed Dec  9 01:34:20 2020
New Revision: 557325
URL: https://svnweb.freebsd.org/changeset/ports/557325

Log:
  Mark as BROKEN on riscv64 the same as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/psptoolchain-binutils/Makefile

Modified: head/devel/psptoolchain-binutils/Makefile
==============================================================================
--- head/devel/psptoolchain-binutils/Makefile	Wed Dec  9 01:31:18 2020	(r557324)
+++ head/devel/psptoolchain-binutils/Makefile	Wed Dec  9 01:34:20 2020	(r557325)
@@ -17,6 +17,7 @@ LICENSE_COMB=	multi
 
 BROKEN_aarch64=		fails to package: ansidecl.h: No such file or directory
 BROKEN_mips64=		fails to package: ansidecl.h: No such file or directory
+BROKEN_riscv64=		fails to package: ansidecl.h: No such file or directory
 
 USES=		gmake tar:bzip2 libtool
 


More information about the svn-ports-all mailing list