mark net/barrier BROKEN, old software wants old devel/gtest
Their CMake goo includes bundles missing from the autogenerated tarball,
there is no knob to disable tests, we don't run them (NO_TEST=yes),
but instead nuke the CMake goo and hope for system gtest to work,
which now fails due to newer devel/gtest requiring C++17.
barrier is C++14, its last release is five years old and we're behind,
upstream's last commit was four years ago...
www/librewolf: update to 155.0-1, from MAINTAINER Leah Rowe
- enable PGO, reusing ffx's profdata
- enable rust simd
- drop DIST_SUBDIR, defaults to mozilla/ and helps sharing profdata
- drop patch from #2061033, merged upstream
devel/glib2: Don't try to set TCP_NODELAY on AF_UNIX sockets.
glib2 was calling setsockopt(socket, IPPROTO_TCP, TCP_NODELAY, ...) on AF_UNIX
sockets and ignoring the error. This interacted badly with a future change in
the pledge subsystem to strictly scope options to the socket's protocol.
ok ajacoutot@
update boswars to 2.8
Includes official Python 3 support, removes BDEP on scons and fixes the
included images so that we don't need to adjust them manually with optipng
anymore.