Index: branches/2017Q3/benchmarks/iperf/Makefile =================================================================== --- branches/2017Q3/benchmarks/iperf/Makefile (revision 448281) +++ branches/2017Q3/benchmarks/iperf/Makefile (revision 448282) @@ -1,32 +1,33 @@ # Created by: Pete Fritchman # $FreeBSD$ PORTNAME= iperf PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool to measure maximum TCP and UDP bandwidth LICENSE= BSD2CLAUSE OPTIONS_DEFINE= DOCS IPV6 THREADS OPTIONS_DEFAULT=THREADS GNU_CONFIGURE= yes PLIST_FILES= bin/iperf \ man/man1/iperf.1.gz PORTDOCS= * IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads THREADS_LDFLAGS= -lpthread post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/ .include Index: branches/2017Q3/benchmarks/iperf/files/patch-src-Client.cpp =================================================================== --- branches/2017Q3/benchmarks/iperf/files/patch-src-Client.cpp (nonexistent) +++ branches/2017Q3/benchmarks/iperf/files/patch-src-Client.cpp (revision 448282) @@ -0,0 +1,11 @@ +--- src/Client.cpp.orig 2017-08-09 03:54:14 UTC ++++ src/Client.cpp +@@ -680,7 +680,7 @@ void Client::Run( void ) { + + // store datagram ID into buffer + if (isSeqNo64b(mSettings)) { +- mBuf_UDP->id = htonl((reportstruct->packetID & 0xFFFFFFFFFL)); ++ mBuf_UDP->id = htonl((reportstruct->packetID & 0xFFFFFFFFL)); + mBuf_UDP->id2 = htonl((((reportstruct->packetID & 0xFFFFFFFF00000000LL) >> 32) | 0x80000000L)); + } else { + mBuf_UDP->id = htonl(((reportstruct->packetID & 0xFFFFFFFFL) | 0x80000000L)); Property changes on: branches/2017Q3/benchmarks/iperf/files/patch-src-Client.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q3 =================================================================== --- branches/2017Q3 (revision 448281) +++ branches/2017Q3 (revision 448282) Property changes on: branches/2017Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r448243