freebsd-ports/net/xprobe
Po-Chuan Hsieh 29873d969e
net/xprobe: Fix build with Clang 16 and remove the workaround
random_shuffle has bee deprecated in C++14 and removed since C++17. Use shuffle instead.

target.cc:373:3: error: use of undeclared identifier 'random_shuffle'
                random_shuffle(ports.begin(), ports.end());
                ^
5 warnings and 1 error generated.

Tested on:	14.0-CURRENT (1400093)
2023-08-22 01:03:00 +08:00
..
files net/xprobe: Fix build with Clang 16 and remove the workaround 2023-08-22 01:03:00 +08:00
distinfo
Makefile net/xprobe: Fix build with Clang 16 and remove the workaround 2023-08-22 01:03:00 +08:00
pkg-descr
pkg-plist