Commit Graph

18 Commits

Author SHA1 Message Date
Fernando Apesteguía c0a3e0d0f7 benchmarks/netperfmeter: update to 1.8.6
Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found)

PR:	245945
Submitted by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2020-05-03 09:46:33 +00:00
Piotr Kubaj d3f12d97c8 benchmarks/netperfmeter: fix build on GCC architectures
Use newer GCC:
cc1plus: error: unrecognized command line option "-Wno-array-bounds"

Approved by:	mentors (implicit approval)
2019-10-05 00:31:53 +00:00
Yuri Victorovich b69ad0bc7a benchmarks/netperfmeter: Update 1.7.6 -> 1.8.4
PR:		239841
Submitted by:	dreibh@iem.uni-due.de (maintainer)
2019-09-01 01:46:45 +00:00
Mark Linimon 7bfae932f7 Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".

For people already testing powerpc on clang, it is possible that they
already have both compilers in base.  Thus, the assumption that "gcc is
in base" (e.g.  libstdc++.so exists) always means "force use of GCC" is
already broken.  It will be for everyone on -CURRENT once the switch is
made.

While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2019-07-12 02:25:07 +00:00
Piotr Kubaj 658cf59991 benchmarks/netperfmeter: fix build with GCC-based architectures
Remove option -Wno-array-bounds from CMakeLists.txt to fix build on GCC architectures.

PR:		237041
Approved by:	dreibh@iem.uni-due.de (maintainer timeout), mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20107
2019-04-30 19:25:23 +00:00
Mark Linimon d8facb57cb Mark as broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-18 14:49:46 +00:00
Tobias Kortkamp 7b487e7586 benchmarks/netperfmeter: Update to 1.7.6
PR:		223311
Submitted by:	dreibh@iem.uni-due.de (maintainer)
Reviewed by:	tcberner
2018-03-11 14:10:01 +00:00
Baptiste Daroussin 44b7482c8b Remove dead links from MASTER_SITES or WWW 2017-10-13 08:21:36 +00:00
Dmitry Marakasov 2c6c4bc83b - Update to 1.6.1
PR:		214343
Submitted by:	joneum@bsdproject.de
Approved by:	dreibh@iem.uni-due.de (maintainer)
2016-12-29 12:50:33 +00:00
Baptiste Daroussin e7c9a13e1c Support stage 2014-01-05 01:28:07 +00:00
Baptiste Daroussin 0f0eb50c1e Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks) 2013-09-20 15:52:44 +00:00
Baptiste Daroussin f811bf8ec5 Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
2013-08-30 23:09:24 +00:00
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke b02b5789c0 - Update to 1.3.0
PR:		174611
Submitted by:	maintainer
2013-02-09 14:06:23 +00:00
Martin Wilke e8f615fbc7 - Get rid FreeBSD 6.X support 2011-11-06 16:36:34 +00:00
Martin Wilke 935a8092c6 - Update to 1.1.7
PR:		154846
Submitted by:	Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
2011-02-27 13:36:43 +00:00
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Ashish SHUKLA be5cfa9f31 NetPerfMeter is a network performance meter for the UDP,
TCP, SCTP and DCCP transport protocols over IPv4 and IPv6.
It simultaneously transmits bidirectional flows to an endpoint
and measures the resulting flow bandwidths and QoS. The
results are written as vector and scalar files. The vector
files can e.g. be used to create plots of the results.

WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/

PR:		ports/148994
Approved by:	tabthorpe (mentor)
2010-09-21 14:17:23 +00:00