| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Tested using poudriere on 11.3, 12.1, 13.0
PR: 249227
Reported by: Krzysztof Galazka
Approved by: build fix (blanket)
Sponsored by: Intel
Notes:
svn path=/head/; revision=548735
|
|
|
|
|
|
|
| |
a bunch of additional ports.
Notes:
svn path=/head/; revision=521020
|
|
|
|
| |
Notes:
svn path=/head/; revision=514129
|
|
|
|
|
|
|
| |
to get rid of the texinfo dependency).
Notes:
svn path=/head/; revision=498516
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=484628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=463598
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=459451
|
|
|
|
| |
Notes:
svn path=/head/; revision=451957
|
|
|
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=419178
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415498
|
|
|
|
|
|
|
|
|
|
|
| |
- Add an EXAMPLES knob.
- Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak
SCTP support for FreeBSD >= 10.
PR: 203752 [1]
Notes:
svn path=/head/; revision=399880
|
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
Notes:
svn path=/head/; revision=394778
|
|
|
|
|
|
|
|
|
|
| |
version 2.5 and restores bidirectional compatibility with other OS
distributions following suit.
PR: 197137
Notes:
svn path=/head/; revision=378027
|
|
|
|
| |
Notes:
svn path=/head/; revision=371236
|
|
|
|
| |
Notes:
svn path=/head/; revision=364663
|
|
|
|
| |
Notes:
svn path=/head/; revision=338738
|
|
|
|
|
|
|
| |
benchmarks)
Notes:
svn path=/head/; revision=327708
|
|
|
|
|
|
|
|
|
|
| |
irritating remark from the manual page suggesting it hasn't been.
- Grab
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=311280
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=309847
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Drop my maintainership
PR: ports/173547
Submitted by: edward
Feature safe: yes
Notes:
svn path=/head/; revision=307323
|
|
|
|
| |
Notes:
svn path=/head/; revision=303050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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."
--------------
3) Add to default configure_args
--enable-dirty
--enable-demo
--enable-burst
--enable-intervals
Note: these just add additional command arguments and options, and are
not globally enabled in netperf so wont affect existing users/tests.
Submitted by: koobs (No email address by the request)
Notes:
svn path=/head/; revision=296647
|
|
|
|
|
|
|
|
|
| |
addresses correctly. Otherwise bind(2) calls will fail, etc.
Submitted by: bz
Notes:
svn path=/head/; revision=289864
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
| |
Notes:
svn path=/head/; revision=277980
|
|
|
|
|
|
|
| |
With hat: portmgr (myself)
Notes:
svn path=/head/; revision=271274
|
|
|
|
| |
Notes:
svn path=/head/; revision=236010
|
|
|
|
| |
Notes:
svn path=/head/; revision=208365
|
|
|
|
| |
Notes:
svn path=/head/; revision=177642
|
|
|
|
| |
Notes:
svn path=/head/; revision=177287
|
|
|
|
| |
Notes:
svn path=/head/; revision=176894
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
| |
Noticed by: rwatson
Approved by: sumikawa [MAINTAINER]
Notes:
svn path=/head/; revision=145326
|
|
|
|
| |
Notes:
svn path=/head/; revision=121944
|
|
|
|
| |
Notes:
svn path=/head/; revision=105625
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104425
|
|
|
|
|
|
|
|
|
|
| |
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
Notes:
svn path=/head/; revision=91879
|
|
|
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
Notes:
svn path=/head/; revision=89169
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=76131
|
|
|
|
| |
Notes:
svn path=/head/; revision=73693
|
|
|
|
|
|
|
| |
barks with -DDO_1644.
Notes:
svn path=/head/; revision=73692
|
|
|
|
| |
Notes:
svn path=/head/; revision=51677
|
|
|
|
|
|
|
|
| |
PR: 28602
Submitted by: Patrick Li <pat@databits.net>
Notes:
svn path=/head/; revision=44720
|
|
|
|
| |
Notes:
svn path=/head/; revision=38967
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
PR: 23858
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes:
svn path=/head/; revision=36388
|
|
|
|
|
|
|
| |
Remove myself as MAINTAINER.
Notes:
svn path=/head/; revision=36162
|
|
|
|
| |
Notes:
svn path=/head/; revision=32458
|
|
|
|
| |
Notes:
svn path=/head/; revision=27416
|
|
|
|
|
|
|
| |
usable in case anyone grovels around in the work dir and finds it.
Notes:
svn path=/head/; revision=21436
|