Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 02:30:00 +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: r557334 - head/net/hping
Message-ID:  <202012090230.0B92U0fa012290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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