Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 16:42:25 +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: r557146 - head/sysutils/webjob
Message-ID:  <202012061642.0B6GgPma005744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec  6 16:42:25 2020
New Revision: 557146
URL: https://svnweb.freebsd.org/changeset/ports/557146

Log:
  Also fails to build on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/webjob/Makefile

Modified: head/sysutils/webjob/Makefile
==============================================================================
--- head/sysutils/webjob/Makefile	Sun Dec  6 16:14:25 2020	(r557145)
+++ head/sysutils/webjob/Makefile	Sun Dec  6 16:42:25 2020	(r557146)
@@ -12,6 +12,7 @@ COMMENT=	Download and execute a program over HTTP/HTTP
 
 BROKEN_aarch64=	fails to build: aarch64 is not currently supported
 BROKEN_mips64=	fails to build: mips64 is not currently supported
+BROKEN_riscv64=	fails to build: mips64 is not currently supported
 
 USES=		perl5 shebangfix tar:tgz
 SHEBANG_FILES=	tools/xshar/xshar



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