svn commit: r425869 - head/net/hping

Mark Linimon linimon at FreeBSD.org
Fri Nov 11 07:21:13 UTC 2016


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


More information about the svn-ports-head mailing list