non port: benchmarks/netperf/Makefile |
SVNWeb
|
Number of commits found: 44 |
Sat, 15 Apr 2023
|
[ 19:01 Marius Strobl (marius) ] 3e1f667
benchmarks/netperf: Update to 20210121 version
For the most part, this complicates the build, moves the debug log from
/tmp to /var/log and changes debugging to default to off. Also:
- Don't let netserver chmod(2) /dev/null to 644 when debug log is off.
- Take back port.
Approved by: netchild
|
Tue, 7 Feb 2023
|
[ 19:43 Rene Ladan (rene) ] f34cdb3
*: reset marius@ ports after safekeeping his commit bit.
With hat: portmgr-secretary
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 86b2c51 (Only the first 10 of 95 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 15 Sep 2020
|
[ 15:55 skozlov ]
benchmarks/netperf: Fix build with clang 11 and gcc 10
Tested using poudriere on 11.3, 12.1, 13.0
PR: 249227
Reported by: Krzysztof Galazka
Approved by: build fix (blanket)
Sponsored by: Intel
|
Fri, 27 Dec 2019
|
[ 19:24 marius ]
Add and use a shared INFO description. I have patches to add that knob to
a bunch of additional ports.
|
Wed, 9 Oct 2019
|
[ 10:23 bapt ]
Drop the ipv6 virtual category for b* category as it is not relevant anymore
|
Tue, 9 Apr 2019
|
[ 20:03 marius ]
Turn installation of netperf.info into an option (default-on but allowing
to get rid of the texinfo dependency).
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sun, 4 Mar 2018
|
[ 19:50 marius ]
Given that the netperf project hasn't rolled a release in quite some time,
switch to snapshots directly obtained from the github repository (currently
at version 2.7.1). Generally, there aren't that many changes since the 2.7.0
release version of netperf, the most noteworthy changes are in the area of
FreeBSD support, though:
- FreeBSD-specific code for letting netperf/netserver bind to CPUs, e. g.
via the global "-T" option, has been added.
- The nettest_bsd back-end now can take advantage of aio(4) via the newly
added test-specific "-a" and "-A" options, which in turn allows zero-copy
send and receive with e. g. cxgbe(4). Note that this requires the netperf
port to be built with its default-on OMNI option disabled, as otherwise
the nettest_omni back-end and the migration to it from legacy back-ends
(also the upstream default since netperf 2.5.0) will be used instead.
Apart from that, some test scripts missing in the published releases but
referenced by test scripts already part of e. g. netperf 2.7.0 are now
included.
|
Fri, 19 Jan 2018
|
[ 17:04 mat ]
Options are already optional.
Sponsored by: Absolight
|
Fri, 13 Oct 2017
|
[ 08:21 bapt ]
Remove dead links from MASTER_SITES or WWW
|
Tue, 20 Oct 2015
|
[ 20:43 marius ]
- Update to 2.7.0.
- Add an EXAMPLES knob.
- Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak
SCTP support for FreeBSD >= 10.
PR: 203752 [1]
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Tue, 27 Jan 2015
|
[ 22:56 marius ]
Enable OMNI by default; this matches what vanilla netperf does since
version 2.5 and restores bidirectional compatibility with other OS
distributions following suit.
PR: 197137
|
Mon, 11 Aug 2014
|
[ 21:03 bdrewery ]
- Fix check-plist by adding missing netperf.info file
|
Sun, 5 Jan 2014
|
[ 01:31 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 15:52 bapt ] (Only the first 10 of 74 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
|
Wed, 30 Jan 2013
|
[ 22:10 marius ]
- Given that we always build netperf with --enable-demo, remove an
irritating remark from the manual page suggesting it hasn't been.
- Grab
Approved by: bapt (mentor)
|
Wed, 2 Jan 2013
|
[ 22:47 pawel ]
- Fix build with clang [1]
- Use standard header
- Convert spaces to tabs in options and descriptions
- Spelling fixes in pkg-descr
PR: ports/174887 [1]
Reported by: Garrett Cooper <yanegomi@gmail.com> [1]
|
Mon, 12 Nov 2012
|
[ 02:39 sumikawa ]
- Update to use OPTIONSNG
- Trim Makefile header
- Drop my maintainership
PR: ports/173547
Submitted by: edward
Feature safe: yes
|
Fri, 24 Aug 2012
|
[ 02:29 sumikawa ]
Upgrade to 2.6.0
|
Tue, 15 May 2012
|
[ 06:47 sumikawa ]
1) Add OPTIONS support for:
- SOCKETS - Unix domain socket support and tests
- SCTP - Stream Control Transmission Protocol support and tests
- EXS - ICSC async socket support
- HISTOGRAM - Optional histogram output
- OMNI - Enable OMNI tests
2) Patch to $WRKSRC/configure which fixes CPU measurement and ROUTE
lookup routines in netperf, which result in this output:
-------------
checking which CPU utilization measurement type to use... "none.
Consider teaching configure about your platform."
checking which route lookup type to use... "none. Consider teaching
configure about your platform."
-------------- (Only the first 15 lines of the commit message are shown above )
|
Fri, 27 Jan 2012
|
[ 03:26 sumikawa ]
Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6
addresses correctly. Otherwise bind(2) calls will fail, etc.
Submitted by: bz
|
Wed, 20 Jul 2011
|
[ 03:51 sumikawa ]
Upgrade to 2.5.0.
|
Tue, 16 Jun 2009
|
[ 06:41 sumikawa ]
Upgrade to 2.4.5.
|
Mon, 3 Mar 2008
|
[ 04:55 sumikawa ]
Upgrade to 2.4.4.
|
Mon, 20 Nov 2006
|
[ 04:01 sumikawa ]
Fix pkg-plist.
|
Wed, 15 Nov 2006
|
[ 01:41 sumikawa ]
Fix plist.
|
Thu, 9 Nov 2006
|
[ 04:49 sumikawa ] (Only the first 10 of 21 ports in this commit are shown above. )
Upgrade to 2.4.2.
|
Fri, 14 Oct 2005
|
[ 03:33 jkoshy ]
Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.
Noticed by: rwatson
Approved by: sumikawa [MAINTAINER]
|
Thu, 18 Nov 2004
|
[ 23:37 sumikawa ]
Upgrade to 2.3pl1.
|
Mon, 29 Mar 2004
|
[ 16:32 sumikawa ]
Upgrade to 2.2pl4.
|
Wed, 24 Sep 2003
|
[ 09:37 osa ] (Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
Fri, 7 Mar 2003
|
[ 05:56 ade ] (Only the first 10 of 22 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sat, 22 Feb 2003
|
[ 08:35 sumikawa ]
Upgrade to 2.2pl3.
|
Tue, 21 Jan 2003
|
[ 01:14 sumikawa ]
Fix typo in patch-makefile. IPv6 was not enabled.
|
[ 01:02 sumikawa ] (Only the first 10 of 15 ports in this commit are shown above. )
Upgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf still
barks with -DDO_1644.
|
Mon, 17 Dec 2001
|
[ 17:37 sumikawa ]
I'll take over this port.
|
Fri, 2 Mar 2001
|
[ 09:02 sumikawa ]
Upgrade to latest IPv6 patch. fix the error with -DDO1644.
|
Tue, 26 Dec 2000
|
[ 18:25 roam ]
Add a MASTER_SITE_SUBDIR to unbreak fetching. The checksum had also changed,
but it seems only the tarball was rerolled - a comparison against an 'old'
archive from ftp.freebsd.org showed no differences in content.
|
Wed, 20 Dec 2000
|
[ 22:26 fenner ]
Add checksum for IPv6 patch. (Forgotten-by: kris)
|
Sat, 9 Sep 2000
|
[ 10:54 kris ]
Add ipv6 to categories
|
Number of commits found: 44 |