CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/11/14 08:20:12
Modified files:
x11/qt5/qtwebkit: Makefile
Added files:
x11/qt5/qtwebkit/patches:
patch-Source_JavaScriptCore_offlineasm_parser_rb
Log message:
Allow building with default Ruby version in ports (3.3)
Previously, this required Ruby 3.1, as it relied on Object#=~ being
defined. Object#=~ was removed in Ruby 3.2. Use upstream patch to
work around the issue.
No effect on package, so no bump.
Upstream patch found by gkoehler@
OK gkoehler@ rsadowski@