pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/httperf



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 11 14:24:44 UTC 2020

Modified Files:
        pkgsrc/benchmarks/httperf: Makefile PLIST distinfo

Log Message:
httperf: Update to 0.9.0.20190829

Fixes build with OpenSSL 1.1.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/benchmarks/httperf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/benchmarks/httperf/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/benchmarks/httperf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/httperf/Makefile
diff -u pkgsrc/benchmarks/httperf/Makefile:1.23 pkgsrc/benchmarks/httperf/Makefile:1.24
--- pkgsrc/benchmarks/httperf/Makefile:1.23     Thu Feb 25 11:09:50 2016
+++ pkgsrc/benchmarks/httperf/Makefile  Wed Mar 11 14:24:44 2020
@@ -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@localhost
-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"

Index: pkgsrc/benchmarks/httperf/PLIST
diff -u pkgsrc/benchmarks/httperf/PLIST:1.2 pkgsrc/benchmarks/httperf/PLIST:1.3
--- pkgsrc/benchmarks/httperf/PLIST:1.2 Wed Dec  3 13:01:47 2014
+++ pkgsrc/benchmarks/httperf/PLIST     Wed Mar 11 14:24:44 2020
@@ -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

Index: pkgsrc/benchmarks/httperf/distinfo
diff -u pkgsrc/benchmarks/httperf/distinfo:1.8 pkgsrc/benchmarks/httperf/distinfo:1.9
--- pkgsrc/benchmarks/httperf/distinfo:1.8      Tue Nov  3 00:25:50 2015
+++ pkgsrc/benchmarks/httperf/distinfo  Wed Mar 11 14:24:44 2020
@@ -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



Home | Main Index | Thread Index | Old Index