Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2020 19:31:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556452 - head/shells/ksh93
Message-ID:  <202011271931.0ARJVjLc083448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Nov 27 19:31:44 2020
New Revision: 556452
URL: https://svnweb.freebsd.org/changeset/ports/556452

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

Modified:
  head/shells/ksh93/Makefile

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Fri Nov 27 18:50:15 2020	(r556451)
+++ head/shells/ksh93/Makefile	Fri Nov 27 19:31:44 2020	(r556452)
@@ -27,6 +27,7 @@ COMMENT=	AT&T KornShell 93
 LICENSE=	EPL
 
 BROKEN_aarch64=	Fails to compile: needs sbrk
+BROKEN_riscv64=	Fails to compile: needs sbrk
 
 USES=		compiler:c11
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011271931.0ARJVjLc083448>