https://bugs.kde.org/show_bug.cgi?id=480488
Bug ID: 480488 Summary: Add support for FreeBSD 13.3 Classification: Developer tools Product: valgrind Version: 3.22.0 Platform: FreeBSD Ports OS: FreeBSD Status: REPORTED Severity: normal Priority: NOR Component: memcheck Assignee: jsew...@acm.org Reporter: j...@mit.edu Target Milestone: --- Created attachment 165323 --> https://bugs.kde.org/attachment.cgi?id=165323&action=edit 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.) -- You are receiving this mail because: You are watching all bug changes.