Commit Graph

37 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
bluhm
34ae992dae update iperf to 2.0.12
OK naddy@
2018-09-09 10:27:29 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
117cd9d89b fix build with clang, just remove nonsensical configure fragment 2017-05-13 07:45:07 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
lteo
60ea0a056e update my email address 2013-10-06 19:12:08 +00:00
matthieu
87ff6cb7eb SEPARATE_BUILD breaks ipv6 support detection in configure.
ok lteo@ (maintainer), naddy@, sthen@
2013-04-07 07:09:54 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
bfc6ee6ff9 - fix an off-by-one in iperf triggering a segfault with (insanely) high
bandwidths, seen when investigating some bug where a too-high bandwidth
was reported.

- patch configure to not remove the -g flag from CFLAGS

ok lteo@
2013-03-03 12:29:44 +00:00
brad
30e1828ea2 Remove USE_GROFF and update distinfo.
Mentioned by and ok dcoppa@
2012-09-25 20:54:39 +00:00
brad
71e24834f6 Enable threads support.
From Gregor Best <gbe at ring0 dot de>
ok sthen@
2012-09-25 20:01:56 +00:00
jasper
3795bea86e lawrence teo takes over maintainership 2011-09-08 11:12:52 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
stephan
d654922868 - update to 2.0.5
- update license (MIT'ish) and set marker
- remove NO_REGRESS
- update HOMEPAGE

ok jasper@ (maintainer timeout)
2010-10-06 08:06:31 +00:00
rui
efeb1957e8 - update iperf to 2.0.4.
ok jakob@
2009-05-16 21:48:20 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
aanriot
52c5723481 disable multi-threading support and fix computation of bandwidths.
fix by reyk@; ok pvalchev@
2006-08-29 19:50:22 +00:00
jakob
34f5e6e672 fix setting multicast TTL; from norby@ 2006-03-23 19:35:08 +00:00
naddy
b579b0f798 stdint.h now provides uintmax_t 2006-01-12 21:30:17 +00:00
jakob
e76f1947d9 update to version 2.0.2; thanks to Alexandre Anriot 2005-05-08 21:16:15 +00:00
naddy
fedfc3867f SIZE 2005-01-05 17:14:37 +00:00
alek
2344f6d18c Add WANTLIB markers 2004-12-16 00:31:20 +00:00
sturm
bd2b430f2d update to iperf 1.7.0 in order to support IPv6
inspired by a diff from Romain GAILLEGUE <buchu at biscotte.net>
ok jakob@
2004-10-16 10:42:31 +00:00
espie
52b24f12ea new plists, kill a few INSTALL scripts. 2004-09-15 18:17:38 +00:00
naddy
f16b99d84d The sparc64 compiler is gcc3 now; don't require the gcc3 module. 2004-02-25 02:35:15 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
lebel
073db446e0 build iperf with gcc3 on sparc64 2003-01-05 03:18:50 +00:00
naddy
c53eb436cb No regression tests available. 2002-10-28 01:38:44 +00:00
naddy
8e4fd4868f * Respect CC/CFLAGS/CXX/CXXFLAGS.
* C++ fix for gcc3; from Craig Rodrigues <rodrigc@attbi.com> via FreeBSD.

ok jakob@
2002-10-04 19:20:24 +00:00
jakob
baa59ad61e update to v1.2; noted by zak@cyberpunkz.org 2002-01-11 07:22:04 +00:00
naddy
9a0787c39f remove leading "a" and "an" from COMMENT 2001-09-09 17:56:59 +00:00
jakob
e01ea7cf3b adjust license. we can distribute package and distfiles via FTP. 2001-04-16 21:43:57 +00:00
jakob
7fc9909d61 Iperf is a tool for measuring maximum TCP and UDP bandwidth,
reminiscent of ttcp and nettest. It has been written to overcome the
shortcomings of those aging tools.
2001-04-16 21:33:10 +00:00