svn commit: r397878 - head/net/tcpkali

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:22:21 UTC 2015


Author: linimon
Date: Fri Sep 25 21:22:20 2015
New Revision: 397878
URL: https://svnweb.freebsd.org/changeset/ports/397878

Log:
  Mark as broken on sparc64 and others: invokes i386 assembler.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/net/tcpkali/Makefile

Modified: head/net/tcpkali/Makefile
==============================================================================
--- head/net/tcpkali/Makefile	Fri Sep 25 21:21:00 2015	(r397877)
+++ head/net/tcpkali/Makefile	Fri Sep 25 21:22:20 2015	(r397878)
@@ -10,6 +10,9 @@ COMMENT=	High performance load generator
 
 LICENSE=	BSD2CLAUSE
 
+ONLY_FOR_ARCHS=	amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON=	uses i386 assembler
+
 GNU_CONFIGURE=	yes
 USES=		autoreconf libtool gmake
 


More information about the svn-ports-all mailing list