httperf: Update to 0.9.0.20190829
Fixes build with OpenSSL 1.1.
This commit is contained in:
parent
27177c3aad
commit
45e2c0dc9b
3 changed files with 24 additions and 16 deletions
|
@ -1,23 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.23 2016/02/25 11:09:50 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2020/03/11 14:24:44 nia Exp $
|
||||
|
||||
DISTNAME= httperf-0.9.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= httperf-0.9.0.20190829
|
||||
CATEGORIES= benchmarks www
|
||||
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=httperf/}
|
||||
GITHUB_TAG= 568322e493046df1e61bf8507c6253ef2831215f
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.hpl.hp.com/research/linux/httperf/
|
||||
HOMEPAGE= https://github.com/httperf/httperf
|
||||
COMMENT= Popular web server benchmarking program
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= no
|
||||
USE_TOOLS+= gmake
|
||||
CFLAGS+= -DFD_SETSIZE=16424
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= no
|
||||
USE_TOOLS+= autoconf autoreconf automake
|
||||
CFLAGS+= -DFD_SETSIZE=16424
|
||||
|
||||
LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
|
||||
|
||||
CONFIGURE_ARGS+= --enable-idleconn
|
||||
CONFIGURE_ARGS.SunOS+= --with-epoll=no
|
||||
|
||||
INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR} \
|
||||
bindir=${PREFIX}/bin
|
||||
|
||||
LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && autoreconf -fi
|
||||
|
||||
.include "../../devel/libevent/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2014/12/03 13:01:47 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2020/03/11 14:24:44 nia Exp $
|
||||
bin/httperf
|
||||
bin/idleconn
|
||||
man/man1/httperf.1
|
||||
man/man1/idleconn.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2015/11/03 00:25:50 agc Exp $
|
||||
$NetBSD: distinfo,v 1.9 2020/03/11 14:24:44 nia Exp $
|
||||
|
||||
SHA1 (httperf-0.9.0.tar.gz) = 2aa885c0c143d809c0e50a6eca5063090bddee35
|
||||
RMD160 (httperf-0.9.0.tar.gz) = 59580cf5e876b18e69ffb69214c97fbc524be749
|
||||
SHA512 (httperf-0.9.0.tar.gz) = 58ea6a3b8a82181a89e5df22fdf18d5be8c7b533c404108702cc03fc727fb1599a43e620d83d41630f8a951d80e48ed99d0c3dd8469ee1fc7626449b777971e1
|
||||
Size (httperf-0.9.0.tar.gz) = 425297 bytes
|
||||
SHA1 (httperf-0.9.0.20190829-568322e493046df1e61bf8507c6253ef2831215f.tar.gz) = afaf2352592da51aadb024a17c4bf4800ba48921
|
||||
RMD160 (httperf-0.9.0.20190829-568322e493046df1e61bf8507c6253ef2831215f.tar.gz) = 9cf972db2f06c2ddb8876fe3c2d28fd6033bb4df
|
||||
SHA512 (httperf-0.9.0.20190829-568322e493046df1e61bf8507c6253ef2831215f.tar.gz) = 628b4d4bdb249adad814f5a0f4e62dd87bf3e7bc56a72023b826b65d246368837f73680c4f389600a0664f959e528e109f8517646827a9540065359d09cbbdc7
|
||||
Size (httperf-0.9.0.20190829-568322e493046df1e61bf8507c6253ef2831215f.tar.gz) = 107784 bytes
|
||||
|
|
Loading…
Reference in a new issue