CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/01/20 06:03:11
Modified files:
lang/ruby/4.0 : Makefile
lang/ruby/4.0/patches: patch-compile_c
Log message:
Fix misaligned access on mips64/sparc64/etc and enable ruby-4.0 on sparc64
Use memcpy to access unaligned longs. ok tb@ jeremy@ (maintainer)
Tests still fail because of the --with-coroutine=pthread fallback:
[BUG] object allocation during garbage collection phase
but that is kinda expected.
