Page MenuHomeFreeBSD

lang/ruby2[345]: Improve qsort_r() detection
ClosedPublic

Authored by ed on Sep 13 2018, 7:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 3:14 PM
Unknown Object (File)
Tue, Apr 9, 3:05 PM
Unknown Object (File)
Mar 13 2024, 1:49 AM
Unknown Object (File)
Jan 18 2024, 2:10 PM
Unknown Object (File)
Jan 18 2024, 2:10 PM
Unknown Object (File)
Jan 18 2024, 1:15 PM
Unknown Object (File)
Jan 18 2024, 1:01 PM
Unknown Object (File)
Jan 15 2024, 3:00 PM
Subscribers

Details

Summary

This change merges the following upstream pull request into the Ruby
interpreter ports:

https://github.com/ruby/ruby/pull/1954

Adding this patch to these ports will ensure that once we patch up
qsort_r() to be compatible with glibc, Ruby will automatically pick them
up. Ruby should also build fine without this patch, but this will cause
it to use its own implementation, which blows up the binary size
slightly. See FreeBSD bug #231256 and Phabricator review D17083 for
details.

Test Plan

Poudriere runs seem to pass for 11.x amd64. Logs indicate that this
doesn't negatively affect the existing qsort_r() detection:

checking whether qsort_r is GNU version... no
checking whether qsort_r is BSD version... yes

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable