svn commit: r558881 - head/net/ipsvd

Mark Linimon linimon at FreeBSD.org
Tue Dec 22 02:51:37 UTC 2020


Author: linimon
Date: Tue Dec 22 02:51:36 2020
New Revision: 558881
URL: https://svnweb.freebsd.org/changeset/ports/558881

Log:
  Mark as BROKEN on riscv64 the same as on armvX.

Modified:
  head/net/ipsvd/Makefile

Modified: head/net/ipsvd/Makefile
==============================================================================
--- head/net/ipsvd/Makefile	Tue Dec 22 02:47:05 2020	(r558880)
+++ head/net/ipsvd/Makefile	Tue Dec 22 02:51:36 2020	(r558881)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/package/COPYING
 BROKEN_armv6=		fails to install: Checking udpsvd... drop: unable to read from socket: bad address
 BROKEN_armv7=		fails to install: Checking udpsvd... drop: unable to read from socket: bad address
 BROKEN_mips64=		fails to install: tcpsvd failed
+BROKEN_riscv64=		fails to install: Checking udpsvd... drop: unable to read from socket: bad address
 
 WRKSRC=		${WRKDIR}/net/${DISTNAME}
 ALL_TARGET=	default


More information about the svn-ports-all mailing list