Index: head/benchmarks/dkftpbench/Makefile =================================================================== --- head/benchmarks/dkftpbench/Makefile (revision 366061) +++ head/benchmarks/dkftpbench/Makefile (revision 366062) @@ -1,25 +1,18 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= dkftpbench PORTVERSION= 0.45 PORTREVISION= 2 CATEGORIES= benchmarks ftp MASTER_SITES= http://www.kegel.com/dkftpbench/ MAINTAINER= novel@FreeBSD.org COMMENT= FTP benchmark program -PLIST_FILES= bin/dkftpbench - GNU_CONFIGURE= yes - USE_AUTOTOOLS= automake14 autoconf -.include +PLIST_FILES= bin/dkftpbench -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000 -BROKEN= does not build on FreeBSD 10 or better -.endif - -.include +.include Index: head/benchmarks/dkftpbench/files/patch-Platoon.h =================================================================== --- head/benchmarks/dkftpbench/files/patch-Platoon.h (nonexistent) +++ head/benchmarks/dkftpbench/files/patch-Platoon.h (revision 366062) @@ -0,0 +1,26 @@ +--- Platoon.h.orig 2002-02-13 05:06:01 UTC ++++ Platoon.h +@@ -1,13 +1,11 @@ + #ifndef Platoon_H + #define Platoon_H + #include "robouser.h" +-#include ++#include + + /* FIXME: 'reasonable' upper bound on number of users CPU can handle */ + #define Platoon_MAXUSERS (1 << 16) + +-enum robouser_t::state_t; +- + /**---------------------------------------------------------------------- + Platoon of robousers. + ----------------------------------------------------------------------*/ +@@ -150,7 +148,7 @@ private: + robouser_t *m_users[Platoon_MAXUSERS]; + + /** List of dead robousers waiting to be reaped */ +- list m_deadlist; ++ std::list m_deadlist; + + /** Health: count of bytes fetched so far from all files */ + size_t m_bytesFetched; Property changes on: head/benchmarks/dkftpbench/files/patch-Platoon.h ___________________________________________________________________ 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