[Bug 231256] [exp-run] Change qsort_r(3) to match glibc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 13 07:19:53 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231256

--- Comment #6 from Ed Schouten <ed at FreeBSD.org> ---
Hi Antoine,

I just looked at those ports and observed the following:

- pecl-qb: This package calls qsort_r(), explicitly casting all parameters to
'void *'. This makes it impossible to derive anything useful. Considering that
this package doesn't use Autoconf for picking the right flavor, let's patch
this to take __FreeBSD_version into account.

- Ruby: I filed a pull request for that: https://github.com/ruby/ruby/pull/1954
Let's import that patch once upstream merges it.

Be sure to let me know if there are any other ports that behave out of the
ordinary. Thanks!

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


More information about the freebsd-ports-bugs mailing list