svn commit: r557150 - head/net/pvm

Mark Linimon linimon at FreeBSD.org
Sun Dec 6 17:00:14 UTC 2020


Author: linimon
Date: Sun Dec  6 17:00:13 2020
New Revision: 557150
URL: https://svnweb.freebsd.org/changeset/ports/557150

Log:
  Mark as BROKEN on riscv64.

Modified:
  head/net/pvm/Makefile

Modified: head/net/pvm/Makefile
==============================================================================
--- head/net/pvm/Makefile	Sun Dec  6 16:56:12 2020	(r557149)
+++ head/net/pvm/Makefile	Sun Dec  6 17:00:13 2020	(r557150)
@@ -15,6 +15,7 @@ LICENSE=	MIT
 
 BROKEN_mips=		fails to compile: 'SIGCLD' undeclared (first use in this function)
 BROKEN_mips64=		fails to compile: 'SIGCLD' undeclared (first use in this function)
+BROKEN_riscv64=		fails to build: grep: pvm3/conf/UNKNOWN.def: No such file or directory
 
 USES=		tar:tgz
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list