pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby ruby: Do not append an ABI on NetBSD to the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a1afcdde5e7
branches:  trunk
changeset: 376083:8a1afcdde5e7
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Apr 02 07:51:46 2022 +0000

description:
ruby: Do not append an ABI on NetBSD to the arch-specific extension
directory. Failure seen in:

http://victory.netbsd.org/pkgsrc/packages/reports/2022Q1/evbarm7-9.0/20220330.2134/ruby31-base-3.1.1/install.log

diffstat:

 lang/ruby/rubyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 14ec0131472e -r 8a1afcdde5e7 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Sat Apr 02 07:17:55 2022 +0000
+++ b/lang/ruby/rubyversion.mk  Sat Apr 02 07:51:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.244 2022/02/23 15:53:25 jperkin Exp $
+# $NetBSD: rubyversion.mk,v 1.245 2022/04/02 07:51:46 nia Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -622,7 +622,7 @@
 
 # NetBSD does not append an OS version, so we have to do this OPSYS-specific.
 .if ${OPSYS} == "NetBSD"
-RUBY_EXTARCH?= ${MACHINE_GNU_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}${APPEND_ABI}
+RUBY_EXTARCH?= ${MACHINE_GNU_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}
 .else
 RUBY_EXTARCH?= ${MACHINE_GNU_ARCH}-${LOWER_OPSYS}${APPEND_ELF}-${LOWER_OPSYS_VERSUFFIX}${APPEND_ABI}
 .endif



Home | Main Index | Thread Index | Old Index