Bug 480488 - Add support for FreeBSD 13.3
Summary: Add support for FreeBSD 13.3
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.22.0
Platform: FreeBSD Ports FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Paul Floyd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-29 13:31 UTC by John F. Carr
Modified: 2024-01-30 19:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
recognize FreeBSD 13.3 (1.08 KB, patch)
2024-01-29 13:31 UTC, John F. Carr
Details

Note You need to log in before you can comment on or make changes to this bug.
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