mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
lang/ruby32: Update to 3.2.5
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
This commit is contained in:
parent
2f6aa2138e
commit
530ba15d2e
@ -155,7 +155,7 @@ RUBY_PORTREVISION= 0
|
||||
#
|
||||
# Ruby 3.2
|
||||
#
|
||||
RUBY_DISTVERSION= 3.2.4
|
||||
RUBY_DISTVERSION= 3.2.5
|
||||
RUBY_PORTREVISION= 0
|
||||
|
||||
. elif ${RUBY_VER} == 3.3
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1713882164
|
||||
SHA256 (ruby/ruby-3.2.4.tar.xz) = e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
|
||||
SIZE (ruby/ruby-3.2.4.tar.xz) = 15175656
|
||||
TIMESTAMP = 1723780635
|
||||
SHA256 (ruby/ruby-3.2.5.tar.xz) = 7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
|
||||
SIZE (ruby/ruby-3.2.5.tar.xz) = 15189072
|
||||
|
@ -1,15 +1,15 @@
|
||||
--- configure.ac.orig 2022-04-03 04:38:31 UTC
|
||||
--- configure.ac.orig 2024-07-26 11:54:27 UTC
|
||||
+++ configure.ac
|
||||
@@ -1320,7 +1320,7 @@ AC_CHECK_HEADERS(utime.h)
|
||||
AC_CHECK_HEADERS(time.h)
|
||||
AC_CHECK_HEADERS(ucontext.h)
|
||||
@@ -1351,7 +1351,7 @@ AC_CHECK_HEADERS(stdatomic.h)
|
||||
AC_CHECK_HEADERS(utime.h)
|
||||
AC_CHECK_HEADERS(stdatomic.h)
|
||||
|
||||
-AS_CASE("$target_cpu", [x64|x86_64|i[3-6]86*], [
|
||||
+AS_CASE("$target_cpu", [amd64|x64|x86_64|i[3-6]86*], [
|
||||
AC_CHECK_HEADERS(x86intrin.h)
|
||||
])
|
||||
RUBY_UNIVERSAL_CHECK_HEADER([x86_64, i386], x86intrin.h)
|
||||
@@ -3027,7 +3027,7 @@ STATIC=
|
||||
@@ -3050,7 +3050,7 @@ AC_SUBST(EXTOBJS)
|
||||
: ${LDSHARED='$(CC) -shared'}
|
||||
AS_IF([test "$rb_cv_binary_elf" = yes], [
|
||||
LDFLAGS="$LDFLAGS -rdynamic"
|
||||
@ -18,7 +18,7 @@
|
||||
], [
|
||||
test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable'
|
||||
])
|
||||
@@ -3501,6 +3501,7 @@ AS_CASE("$enable_shared", [yes], [
|
||||
@@ -3512,6 +3512,7 @@ AS_CASE("$enable_shared", [yes], [
|
||||
[freebsd*|dragonfly*], [
|
||||
LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)'
|
||||
LIBRUBY_SONAME='$(LIBRUBY_SO)'
|
||||
@ -26,11 +26,11 @@
|
||||
AS_IF([test "$rb_cv_binary_elf" != "yes" ], [
|
||||
LIBRUBY_SO="$LIBRUBY_SO.\$(TEENY)"
|
||||
LIBRUBY_ALIASES=''
|
||||
@@ -4150,6 +4151,7 @@ AS_IF([test "${universal_binary-no}" = yes ], [
|
||||
@@ -4284,6 +4285,7 @@ AS_IF([test "${universal_binary-no}" = yes ], [
|
||||
arch="${target_cpu}-mingw-ucrt"
|
||||
], [
|
||||
arch="${target_cpu}-${target_os}"
|
||||
+ AS_CASE(["$target_cpu-$target_os"], [x86_64-freebsd*],[arch=amd64-${target_os}])
|
||||
+ AS_CASE(["$target_cpu-$target_os"], [x86_64-freebsd*],[arch=amd64-${target_os}])
|
||||
])
|
||||
AC_DEFINE_UNQUOTED(RUBY_PLATFORM, "$arch")
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user