ruby: update to 2.5.0.

This commit is contained in:
Leah Neukirchen 2018-01-12 19:24:36 +01:00 committed by Leаh Neukirchen
parent fc64cb44a9
commit 281493568f
2 changed files with 5 additions and 5 deletions

View File

@ -448,7 +448,7 @@ libKScreenLocker.so.5 kscreenlocker-5.8.4_1
libparted.so.2 libparted-3.1_1
libparted-fs-resize.so.0 libparted-3.1_1
libntfs-3g.so.88 ntfs-3g-2017.3.23_1
libruby.so.2.4 ruby-2.4.0_1
libruby.so.2.5 ruby-2.5.0_1
libprocessui.so.7 libksysguard-5.8.4_1
libksignalplotter.so.7 libksysguard-5.8.4_1
libksgrd.so.7 libksysguard-5.8.4_1

View File

@ -1,8 +1,8 @@
# Template build file for 'ruby'.
_ruby_abiver=2.4.0
_ruby_abiver=2.5.0
pkgname=ruby
version=2.4.3
version=2.5.0
revision=1
build_style=gnu-configure
configure_args="--enable-shared --disable-rpath
@ -13,7 +13,7 @@ homepage="http://www.ruby-lang.org/en/"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD"
distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=0a703dffb7737f56e979c9ebe2482f07751803c71e307c20446b581e0f12cf30
checksum=d87eb3021f71d4f62e5a5329628ac9a6665902173296e551667edd94362325cc
hostmakedepends="pkg-config bison groff"
makedepends="zlib-devel readline-devel libffi-devel libressl-devel
@ -42,7 +42,7 @@ pre_build() {
touch ext/ripper/check
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 7 ]; then
# Set -fno-stack-protector for i686* or otherwise linking fails with
# ...: undefined reference to `__stack_chk_fail_local'
# ...: undefined reference to '__stack_chk_fail_local'
case "$XBPS_TARGET_MACHINE" in
i686*) sed -i Makefile \
-e "s;-fstack-protector-strong;;" \