the rust std library has been changed to not try to reallocate
a guard page on the stack.
as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
OK kn@
Comment:
udp network benchmarking tool
Description:
Measure UDP send and receive performance. Be very careful that the
data is reliable. Avoid unnecessary system calls that may affect
the result.
ok rsadowski@
DESCR:
glmark2 is an OpenGL 2.0 and ES 2.0 benchmark.
glmark2 is developed by Alexandros Frantzis and Jesse Barker based on the
original glmark benchmark by Ben Smith.
The old version was severely outdated, its HOMEPAGE is dead and its
build would break in an upcoming libssl change. Upstream has done a
lot of work, in particular idleconn now uses libevent/libeventextra.
Fixes a runtime failure reported by kevlo and Mikolaj Kucharski:
* Address issue where a test server may return an HTTP error during upload or download
* Address issue where ignore_ids may be empty or have empty values
ok kevlo sthen
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.