aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/wrk
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/wrk: add luajit and luajit-openresty flavors.Sergey A. Osokin2021-04-241-2/+17
| | | | Bump PORTREVISION.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* benchmarks/wrk: chase r512079Jan Beich2019-09-141-1/+2
| | | | Notes: svn path=/head/; revision=512081
* Upgrade to latest release 4.1.0.Sergey A. Osokin2018-04-202-5/+5
| | | | Notes: svn path=/head/; revision=467807
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd ifKirill Ponomarev2017-12-301-0/+1
| | | | | | | | | | | | | /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=457638
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-251-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444283
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile soTijl Coosemans2017-02-051-4/+3
| | | | | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=433456
* Upgrade from 4.0.1 to 4.0.2.Sergey A. Osokin2016-04-123-53/+5
| | | | Notes: svn path=/head/; revision=413109
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, theMathieu Arnold2015-12-082-4/+2
| | | | | | | | | | framework already sets a unique DISTNAME. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403254
* Fix build after lang/luajit upgrade to latest version.Sergey A. Osokin2015-06-022-3/+3
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=388416
* Unhide compiler and linker output.Sergey A. Osokin2015-05-312-6/+20
| | | | | | | | | Use CFLAGS defined in port's Makefile. Bump PORTREVISION. Notes: svn path=/head/; revision=388163
* Another attempt to fix undefined reference to `__sync_fetch_and_add_8' andSergey A. Osokin2015-05-262-15/+9
| | | | | | | | | `__sync_val_compare_and_swap_8' for FreeBSD[8|9]. Idea from: tijl Notes: svn path=/head/; revision=387524
* Try to fix undefined reference to `__sync_fetch_and_add_8' andSergey A. Osokin2015-05-241-0/+14
| | | | | | | `__sync_val_compare_and_swap_8' for FreeBSD[8|9]. Notes: svn path=/head/; revision=387364
* Upgrade to 4.0.1.Sergey A. Osokin2015-05-022-8/+8
| | | | | | | PR: 199307 Notes: svn path=/head/; revision=385197
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+4
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Upgrade from 3.0.4 to 3.1.1.Sergey A. Osokin2014-09-123-27/+18
| | | | Notes: svn path=/head/; revision=368069
* - Stage supportMartin Wilke2014-01-311-8/+1
| | | | | | | - While here drop FreeBSD 7 support Notes: svn path=/head/; revision=341985
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Upgrade from 2.2.2 to 3.0.4.Sergey A. Osokin2013-11-263-5/+47
| | | | | | | Stagefy. Notes: svn path=/head/; revision=334916
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Convert benchmarks from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | While here: - Trim headers - convert some port to the new perl5 world Notes: svn path=/head/; revision=325728
* Fix fetching by update to 2.2.2.Sergey A. Osokin2013-07-132-7/+7
| | | | Notes: svn path=/head/; revision=322902
* Fix fetch by upgrade from 1.2.0 to 2.0.0.Sergey A. Osokin2013-05-102-4/+4
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=317829
* Fix fetch by update from 1.1.1 to 1.2.0.Sergey A. Osokin2013-04-162-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315887
* Update from 1.0.0 to 1.1.1.Sergey A. Osokin2013-03-203-11/+7
| | | | | | | Make portlint(1) happy. Notes: svn path=/head/; revision=314738
* - Mark BROKEN on FreeBSD 7.x: does not linkBeat Gaetzi2012-09-251-1/+7
| | | | | | | | | undefined reference to `sqrtl' Reported by: pointyhat Notes: svn path=/head/; revision=304849
* Add wrk - a HTTP benchmarking tool.Sergey A. Osokin2012-08-013-0/+40
Requested by: maxim Notes: svn path=/head/; revision=301836