Created attachment 165323 [details] recognize FreeBSD 13.3 The development branch for FreeBSD 13 (stable/13) has a kernel version 13.3-PRERELEASE as reported by uname -r. Valgrind's configure only recognizes 13.0 through 13.2. The attached patch adds 13.3 as a legitimate version. With the patch valgrind builds and "valgrind /bin/ls" runs on FreeBSD 13.3. (I do not use Gitlab and I am unable to comply with the form's request to send a Gitlab Merge Request. If the patch gets lost, I copied the blocks recognizing 13.2 and changed '2' to '3' where appropriate.)
I’ll install a 13.3 VM and give it a go. Usually I do a bit more than just run ls.
commit 32ca31e98245df31b311654d0ba5de232fe50265 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfloyd@wanadoo.fr> Date: Tue Jan 30 21:23:48 2024 +0100 Bug 480488 - Add support for FreeBSD 13.3