svn commit: r557146 - head/sysutils/webjob

Mark Linimon linimon at FreeBSD.org
Sun Dec 6 16:42:26 UTC 2020


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


More information about the svn-ports-all mailing list