Bug 480488

Summary: Add support for FreeBSD 13.3
Product: [Developer tools] valgrind Reporter: John F. Carr <jfc>
Component: memcheckAssignee: Paul Floyd <pjfloyd>
Status: RESOLVED FIXED    
Severity: normal CC: pjfloyd
Priority: NOR    
Version First Reported In: 3.22.0   
Target Milestone: ---   
Platform: FreeBSD Ports   
OS: FreeBSD   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: recognize FreeBSD 13.3

Description John F. Carr 2024-01-29 13:31:02 UTC
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.)
Comment 1 Paul Floyd 2024-01-30 04:37:36 UTC
I’ll install a 
13.3 VM and give it a go. Usually I do a bit more than just run ls.
Comment 2 Paul Floyd 2024-01-30 19:36:22 UTC
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