Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2020 21:30:00 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523068 - head/net/tcpkali
Message-ID:  <202001142130.00ELU098099226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jan 14 21:30:00 2020
New Revision: 523068
URL: https://svnweb.freebsd.org/changeset/ports/523068

Log:
  net/tcpkali: fix build on GCC architectures
  
  Builds fine with C11 compiler.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/net/tcpkali/Makefile

Modified: head/net/tcpkali/Makefile
==============================================================================
--- head/net/tcpkali/Makefile	Tue Jan 14 21:16:30 2020	(r523067)
+++ head/net/tcpkali/Makefile	Tue Jan 14 21:30:00 2020	(r523068)
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler libtool gmake ncurses
+USES=		autoreconf compiler:c11 libtool gmake ncurses
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	machinezone
@@ -24,10 +24,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-BROKEN=		is marked as broken with GCC: src/tcpkali_atomic.h unconditionally includes x86 assembler
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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