Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2016 07:21:12 +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: r425869 - head/net/hping
Message-ID:  <201611110721.uAB7LCMi083016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Nov 11 07:21:12 2016
New Revision: 425869
URL: https://svnweb.freebsd.org/changeset/ports/425869

Log:
  The proper spelling is aarch64, not arm64.

Modified:
  head/net/hping/Makefile

Modified: head/net/hping/Makefile
==============================================================================
--- head/net/hping/Makefile	Fri Nov 11 07:11:59 2016	(r425868)
+++ head/net/hping/Makefile	Fri Nov 11 07:21:12 2016	(r425869)
@@ -17,7 +17,7 @@ CONFLICTS=	hping-devel-[0-9]*
 
 WRKSRC=		${WRKDIR}/hping2-rc3
 
-BROKEN_arm64=	fails to build: can not find the byte order for this architecture, fix bytesex.h
+BROKEN_aarch64=	fails to build: can not 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?201611110721.uAB7LCMi083016>