svn commit: r556902 - head/sysutils/consolehm

Mark Linimon linimon at FreeBSD.org
Thu Dec 3 15:29:01 UTC 2020


Author: linimon
Date: Thu Dec  3 15:29:01 2020
New Revision: 556902
URL: https://svnweb.freebsd.org/changeset/ports/556902

Log:
  Also mark BROKEN on riscv64.

Modified:
  head/sysutils/consolehm/Makefile

Modified: head/sysutils/consolehm/Makefile
==============================================================================
--- head/sysutils/consolehm/Makefile	Thu Dec  3 15:25:37 2020	(r556901)
+++ head/sysutils/consolehm/Makefile	Thu Dec  3 15:29:01 2020	(r556902)
@@ -11,6 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Console based hardware monitor for FreeBSD
 
 BROKEN_aarch64=		fails to link: undefined symbol: outb
+BROKEN_riscv64=		fails to link: undefined symbol: outb
 
 USES=		uidfix
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list