svn commit: r557334 - head/net/hping

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 02:30:01 UTC 2020


Author: linimon
Date: Wed Dec  9 02:30:00 2020
New Revision: 557334
URL: https://svnweb.freebsd.org/changeset/ports/557334

Log:
  Mark BROKEN on riscv64 the same as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/net/hping/Makefile

Modified: head/net/hping/Makefile
==============================================================================
--- head/net/hping/Makefile	Wed Dec  9 02:26:37 2020	(r557333)
+++ head/net/hping/Makefile	Wed Dec  9 02:30:00 2020	(r557334)
@@ -18,6 +18,7 @@ CONFLICTS=	hping-devel-[0-9]*
 WRKSRC=		${WRKDIR}/hping2-rc3
 
 BROKEN_aarch64=	fails to build: cannot find the byte order for this architecture, fix bytesex.h
+BROKEN_riscv64=	fails to build: cannot find the byte order for this architecture, fix bytesex.h
 
 USES=		gmake
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list