notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: benchmarks/wrk/Makefile
SVNWeb

Number of commits found: 30

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 4 Sep 2022
[ 14:21 Sergey A. Osokin (osa) search for other commits by this committer ]    commit hash:6b9920883dc98e69f450c84701ad4eab8e90ddac  commit hash:6b9920883dc98e69f450c84701ad4eab8e90ddac  commit hash:6b9920883dc98e69f450c84701ad4eab8e90ddac  6b99208 
benchmarks/wrk: update to 4.2.0

ChangeLog:	https://github.com/wg/wrk/compare/4.1.0...4.2.0
PR:		251324
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  86b2c51  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
benchmarks: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Andy Clark <andrewclarkii@gmail.com>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Brad Davis <brd@FreeBSD.org>
  *  Bruce A. Mah <bmah@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 24 Apr 2021
[ 18:35 Sergey A. Osokin (osa) search for other commits by this committer ]    commit hash:f7dc9143c86d53b6cb3b5b5bd5461ee8c3c2b60c  commit hash:f7dc9143c86d53b6cb3b5b5bd5461ee8c3c2b60c  commit hash:f7dc9143c86d53b6cb3b5b5bd5461ee8c3c2b60c  f7dc914 
benchmarks/wrk: add luajit and luajit-openresty flavors.

Bump PORTREVISION.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 14 Sep 2019
[ 22:28 jbeich search for other commits by this committer ] Original commit   Revision:512081
benchmarks/wrk: chase r512079
Fri, 20 Apr 2018
[ 00:44 osa search for other commits by this committer ] Original commit   Revision:467807
Upgrade to latest release 4.1.0.
Sat, 30 Dec 2017
[ 21:15 krion search for other commits by this committer ] Original commit   Revision:457638
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd if
/usr/bin/ld is lld, until the issue can be addressed.

PR:		214864

Approved by:	portmgr (LLD_UNSAFE blanket)

Sponsored by:	The FreeBSD Foundation
Sun, 5 Feb 2017
[ 21:20 tijl search for other commits by this committer ] Original commit   Revision:433456 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
  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)
Tue, 12 Apr 2016
[ 10:43 osa search for other commits by this committer ] Original commit   Revision:413109
Upgrade from 4.0.1 to 4.0.2.
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 8 Dec 2015
[ 09:04 mat search for other commits by this committer ] Original commit   Revision:403254 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 2 Jun 2015
[ 23:58 osa search for other commits by this committer ] Original commit   Revision:388416
Fix build after lang/luajit upgrade to latest version.
Bump PORTREVISION.
Sun, 31 May 2015
[ 20:05 osa search for other commits by this committer ] Original commit   Revision:388163
Unhide compiler and linker output.
Use CFLAGS defined in port's Makefile.

Bump PORTREVISION.
Tue, 26 May 2015
[ 23:39 osa search for other commits by this committer ] Original commit   Revision:387524
Another attempt to fix undefined reference to `__sync_fetch_and_add_8' and
`__sync_val_compare_and_swap_8' for FreeBSD[8|9].

Idea from:	tijl
Sat, 2 May 2015
[ 17:04 osa search for other commits by this committer ] Original commit   Revision:385197
Upgrade to 4.0.1.

PR:	199307
Thu, 15 Jan 2015
[ 09:05 tijl search for other commits by this committer ] Original commit   Revision:377064 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add missing USE_OPENSSL=yes

PR:		195796
Fri, 12 Sep 2014
[ 22:39 osa search for other commits by this committer ] Original commit   Revision:368069
Upgrade from 3.0.4 to 3.1.1.
Fri, 31 Jan 2014
[ 12:32 miwi search for other commits by this committer ] Original commit   Revision:341985
- Stage support
- While here drop FreeBSD 7 support
Fri, 3 Jan 2014
[ 00:46 bapt search for other commits by this committer ] Original commit   Revision:338511 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Part 1 at removing now useless FETCH_ARGS redifition
Mon, 30 Dec 2013
[ 20:55 ohauer search for other commits by this committer ] Original commit   Revision:338168 (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@)
Tue, 26 Nov 2013
[ 03:48 osa search for other commits by this committer ] Original commit   Revision:334916
Upgrade from 2.2.2 to 3.0.4.
Stagefy.
Fri, 20 Sep 2013
[ 15:52 bapt search for other commits by this committer ] Original commit   Revision:327708 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
Fri, 30 Aug 2013
[ 23:09 bapt search for other commits by this committer ] Original commit   Revision:325728 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
Sat, 13 Jul 2013
[ 07:05 osa search for other commits by this committer ] Original commit   Revision:322902
Fix fetching by update to 2.2.2.
Fri, 10 May 2013
[ 16:45 osa search for other commits by this committer ] Original commit   Revision:317829
Fix fetch by upgrade from 1.2.0 to 2.0.0.

Notice from:	miwi
Tue, 16 Apr 2013
[ 18:56 osa search for other commits by this committer ] Original commit   Revision:315887
Fix fetch by update from 1.1.1 to 1.2.0.

Feature safe: yes
Wed, 20 Mar 2013
[ 14:35 osa search for other commits by this committer ] Original commit   Revision:314738
Update from 1.0.0 to 1.1.1.
Make portlint(1) happy.
Tue, 25 Sep 2012
[ 17:52 beat search for other commits by this committer ] Original commit   Revision:304849
- Mark BROKEN on FreeBSD 7.x: does not link
  undefined reference to `sqrtl'

Reported by:	pointyhat
Wed, 1 Aug 2012
[ 17:54 osa search for other commits by this committer ] Original commit 
Add wrk - a HTTP benchmarking tool.

Requested by:	maxim

Number of commits found: 30