CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2025/06/22 13:30:03

Modified files:
        lang/ruby/3.2  : Makefile 
        lang/ruby/3.2/patches: patch-configure 
        lang/ruby/3.3  : Makefile 
        lang/ruby/3.3/patches: patch-configure 
        lang/ruby/3.4  : Makefile 
        lang/ruby/3.4/patches: patch-configure 

Log message:
Fix RbConfig::CONFIG['STRIP']

The ports infrastructure places a strip executable in the path while building
that always returns true.  This negatively affects Ruby's detection of valid
strip options.  Patch configure to not accept -A -n flags to strip, so Ruby
will pick up -S -x flags instead.

OK rsadowski@
"probably the simplest way to fix it" sthen@

Reply via email to