[Bug 266227] [exp-run] Request for exp-run with qsort_r API change

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 01 Oct 2022 10:46:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266227

--- Comment #46 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=5db803a6f26956fb47a211c29e34a0e5ccd82286

commit 5db803a6f26956fb47a211c29e34a0e5ccd82286
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-10-01 10:40:13 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-10-01 10:45:34 +0000

    sysutils/e2fsprogs: misc/e2fsprogs-libblkid: fixes

    - for libblkid, fix a buffer size when parsing device names
      to make room for a trailing '\0' character from sscanf().
      (This was a long-standing bug in our local patch.)

    - patch out qsort_r redeclarations from the sort_r library that are
      incompatible with FreeBSD since it aligned with GNU qsort_r() API

    - remove FreeBSD 14-CURRENT BROKEN= tag.

    Related to:
    PR:             266227

 misc/e2fsprogs-libblkid/Makefile                   |  2 +-
 sysutils/e2fsprogs/Makefile                        |  6 +-----
 sysutils/e2fsprogs/files/patch-lib_blkid_devname.c |  4 ++--
 .../files/patch-lib_support_sort__r.h (new)        | 24 ++++++++++++++++++++++
 4 files changed, 28 insertions(+), 8 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.