svn commit: r561399 - head/lang/ldc

Mark Linimon linimon at FreeBSD.org
Tue Jan 12 22:53:13 UTC 2021


Author: linimon
Date: Tue Jan 12 22:53:12 2021
New Revision: 561399
URL: https://svnweb.freebsd.org/changeset/ports/561399

Log:
  Mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/ldc/Makefile

Modified: head/lang/ldc/Makefile
==============================================================================
--- head/lang/ldc/Makefile	Tue Jan 12 22:22:22 2021	(r561398)
+++ head/lang/ldc/Makefile	Tue Jan 12 22:53:12 2021	(r561399)
@@ -13,6 +13,7 @@ LICENSE=	BSD3CLAUSE
 BROKEN_armv6=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
 BROKEN_armv7=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
 BROKEN_i386=	function core.bitop.bsf (uint v) is not callable using argument types (ulong)
+BROKEN_riscv64=	fails to compile: unable to get target for 'riscv64-portbld-freebsd13.0', see -version and -mtriple.
 
 LLVM_VERSION=	10
 BUILD_DEPENDS=	llvm70>0:devel/llvm70 \


More information about the svn-ports-all mailing list