Index: branches/2020Q1/net/tcpkali/Makefile =================================================================== --- branches/2020Q1/net/tcpkali/Makefile (revision 523068) +++ branches/2020Q1/net/tcpkali/Makefile (revision 523069) @@ -1,33 +1,27 @@ # $FreeBSD$ PORTNAME= tcpkali PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= neel@neelc.org COMMENT= High performance load generator for TCP and WebSocket servers 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 PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.include - -.if ${CHOSEN_COMPILER_TYPE} == gcc -BROKEN= is marked as broken with GCC: src/tcpkali_atomic.h unconditionally includes x86 assembler -.endif - -.include +.include Index: branches/2020Q1 =================================================================== --- branches/2020Q1 (revision 523068) +++ branches/2020Q1 (revision 523069) Property changes on: branches/2020Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r523068