Mon Mar 16 13:47:27 2020 UTC ()
httperf: needs libtool


(tnn)
diff -r1.24 -r1.25 pkgsrc/benchmarks/httperf/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/benchmarks/httperf/Makefile (expand / switch to unified diff)

--- pkgsrc/benchmarks/httperf/Makefile 2020/03/11 14:24:44 1.24
+++ pkgsrc/benchmarks/httperf/Makefile 2020/03/16 13:47:27 1.25
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.24 2020/03/11 14:24:44 nia Exp $ 1# $NetBSD: Makefile,v 1.25 2020/03/16 13:47:27 tnn Exp $
2 2
3DISTNAME= httperf-0.9.0.20190829 3DISTNAME= httperf-0.9.0.20190829
4CATEGORIES= benchmarks www 4CATEGORIES= benchmarks www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=httperf/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=httperf/}
6GITHUB_TAG= 568322e493046df1e61bf8507c6253ef2831215f 6GITHUB_TAG= 568322e493046df1e61bf8507c6253ef2831215f
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/httperf/httperf 9HOMEPAGE= https://github.com/httperf/httperf
10COMMENT= Popular web server benchmarking program 10COMMENT= Popular web server benchmarking program
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14MAKE_JOBS_SAFE= no 14MAKE_JOBS_SAFE= no
 15USE_LIBTOOL= yes
15USE_TOOLS+= autoconf autoreconf automake 16USE_TOOLS+= autoconf autoreconf automake
16CFLAGS+= -DFD_SETSIZE=16424 17CFLAGS+= -DFD_SETSIZE=16424
17 18
18LDFLAGS.SunOS+= -lsocket -lnsl -lresolv 19LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
19 20
20CONFIGURE_ARGS+= --enable-idleconn 21CONFIGURE_ARGS+= --enable-idleconn
21CONFIGURE_ARGS.SunOS+= --with-epoll=no 22CONFIGURE_ARGS.SunOS+= --with-epoll=no
22 23
23INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR} \ 24INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR} \
24 bindir=${PREFIX}/bin 25 bindir=${PREFIX}/bin
25 26
26pre-configure: 27pre-configure:
27 cd ${WRKSRC} && autoreconf -fi 28 cd ${WRKSRC} && autoreconf -fi