ruby: update to 2.5.0.
This commit is contained in:
parent
fc64cb44a9
commit
281493568f
|
@ -448,7 +448,7 @@ libKScreenLocker.so.5 kscreenlocker-5.8.4_1
|
||||||
libparted.so.2 libparted-3.1_1
|
libparted.so.2 libparted-3.1_1
|
||||||
libparted-fs-resize.so.0 libparted-3.1_1
|
libparted-fs-resize.so.0 libparted-3.1_1
|
||||||
libntfs-3g.so.88 ntfs-3g-2017.3.23_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
|
libprocessui.so.7 libksysguard-5.8.4_1
|
||||||
libksignalplotter.so.7 libksysguard-5.8.4_1
|
libksignalplotter.so.7 libksysguard-5.8.4_1
|
||||||
libksgrd.so.7 libksysguard-5.8.4_1
|
libksgrd.so.7 libksysguard-5.8.4_1
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'ruby'.
|
# Template build file for 'ruby'.
|
||||||
_ruby_abiver=2.4.0
|
_ruby_abiver=2.5.0
|
||||||
|
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
version=2.4.3
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-rpath
|
configure_args="--enable-shared --disable-rpath
|
||||||
|
@ -13,7 +13,7 @@ homepage="http://www.ruby-lang.org/en/"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=0a703dffb7737f56e979c9ebe2482f07751803c71e307c20446b581e0f12cf30
|
checksum=d87eb3021f71d4f62e5a5329628ac9a6665902173296e551667edd94362325cc
|
||||||
|
|
||||||
hostmakedepends="pkg-config bison groff"
|
hostmakedepends="pkg-config bison groff"
|
||||||
makedepends="zlib-devel readline-devel libffi-devel libressl-devel
|
makedepends="zlib-devel readline-devel libffi-devel libressl-devel
|
||||||
|
@ -42,7 +42,7 @@ pre_build() {
|
||||||
touch ext/ripper/check
|
touch ext/ripper/check
|
||||||
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 7 ]; then
|
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 7 ]; then
|
||||||
# Set -fno-stack-protector for i686* or otherwise linking fails with
|
# 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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) sed -i Makefile \
|
i686*) sed -i Makefile \
|
||||||
-e "s;-fstack-protector-strong;;" \
|
-e "s;-fstack-protector-strong;;" \
|
||||||
|
|
Loading…
Reference in New Issue