pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/httperf Increase FD_SETSIZE to avoid error ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/149d6e19c66e
branches:  trunk
changeset: 549826:149d6e19c66e
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Nov 10 00:46:57 2008 +0000

description:
Increase FD_SETSIZE to avoid error messages during benchmark.

diffstat:

 benchmarks/httperf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 527ffbbaa5ca -r 149d6e19c66e benchmarks/httperf/Makefile
--- a/benchmarks/httperf/Makefile       Mon Nov 10 00:46:33 2008 +0000
+++ b/benchmarks/httperf/Makefile       Mon Nov 10 00:46:57 2008 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2008/02/05 13:51:09 reed Exp $
+# $NetBSD: Makefile,v 1.17 2008/11/10 00:46:57 ahoka Exp $
 
 DISTNAME=      httperf-0.8
 CATEGORIES=    benchmarks www
 MASTER_SITES=  ftp://ftp.hpl.hp.com/pub/httperf/
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.hpl.hp.com/research/linux/httperf/
@@ -13,6 +14,7 @@
 GNU_CONFIGURE=         yes
 MAKE_JOBS_SAFE=                no
 USE_TOOLS+=            gmake
+CFLAGS+=               -DFD_SETSIZE=16424
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index