summaryrefslogtreecommitdiff
path: root/lang/ruby32/files/patch-configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/ruby32: Update to 3.2.5Yasuhiro Kimura2024-09-091-8/+8
| | | | | | | Changes: https://github.com/ruby/ruby/releases https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/ PR: 280845 Exp-run by: antoine
* lang/ruby*: add a patch to keep amd64-freebsd* as archBaptiste Daroussin2022-08-301-0/+8
| | | | | | In preparation for the update of config.guess/config.sub, where amd64-portbld-freebsd14.0 is reported as x86_64-portbld-freebsd14.0, Add a patch to keep the arch specific directory on amd64 being named amd64
* lang/ruby3[0-2]: Fix build with certain CPUTYPEJung-uk Kim2022-04-221-3/+12
| | | | | | | | | When CPUTYPE is set and the CPU supports lzcnt instruction, it fails to build because x86intrin.h is not included. Fix the test to make it work on FreeBSD. PR: 260791 Approved by: ruby (maintainer timeout)
* lang/ruby32: Add new portYasuhiro Kimura2022-04-131-0/+19
Add preview1 of Ruby 3.2 series. ReleaseNotes: https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/ PR: 263030 Approved by: sunpoet (ruby)