svn commit: r504784 - head/net/tcpkali

Mark Linimon linimon at FreeBSD.org
Fri Jun 21 11:04:11 UTC 2019


Author: linimon
Date: Fri Jun 21 11:04:10 2019
New Revision: 504784
URL: https://svnweb.freebsd.org/changeset/ports/504784

Log:
  Change !x86 from BROKEN_powerpc64 to ONLY_FOR_ARCHS.  The upstream has
  x86 assembler unconditionally hard-coded in src/tcpkali_atomic.h.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/tcpkali/Makefile

Modified: head/net/tcpkali/Makefile
==============================================================================
--- head/net/tcpkali/Makefile	Fri Jun 21 11:03:18 2019	(r504783)
+++ head/net/tcpkali/Makefile	Fri Jun 21 11:04:10 2019	(r504784)
@@ -11,10 +11,8 @@ COMMENT=	High performance load generator for TCP and W
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_mips=		invokes x86 assembler
-BROKEN_mips64=		invokes x86 assembler
-BROKEN_sparc64=		invokes x86 assembler
-BROKEN_powerpc64=	invokes x86 assembler
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	src/tcpkali_atomic.h unconditionally includes x86 assembler
 
 GNU_CONFIGURE=	yes
 USES=		autoreconf libtool gmake ncurses


More information about the svn-ports-head mailing list