From 0b8a24e3d40446091bc480cae620582d4626d866 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 11 Jun 2015 16:44:34 +0000 Subject: Fix build problem on Ruby 2.2. --- www/ruby-borges/distinfo | 3 ++- www/ruby-borges/patches/patch-setup.rb | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 www/ruby-borges/patches/patch-setup.rb diff --git a/www/ruby-borges/distinfo b/www/ruby-borges/distinfo index bc11c6c17b0..a418fdf300f 100644 --- a/www/ruby-borges/distinfo +++ b/www/ruby-borges/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/01/03 14:25:51 taca Exp $ +$NetBSD: distinfo,v 1.6 2015/06/11 16:44:34 taca Exp $ SHA1 (borges-1.1.0.tar.gz) = a4d2601a3c9db58182e38f70d08d84720a485e27 RMD160 (borges-1.1.0.tar.gz) = 30d29e15cc5b68d460822bd0bcd5c3156981e188 Size (borges-1.1.0.tar.gz) = 230401 bytes +SHA1 (patch-setup.rb) = d3aa93b26b9c6de9b2209b382cd078d27e2d62f0 diff --git a/www/ruby-borges/patches/patch-setup.rb b/www/ruby-borges/patches/patch-setup.rb new file mode 100644 index 00000000000..cbe81deca3a --- /dev/null +++ b/www/ruby-borges/patches/patch-setup.rb @@ -0,0 +1,24 @@ +$NetBSD: patch-setup.rb,v 1.1 2015/06/11 16:44:34 taca Exp $ + +Fix build problem on Ruby 2.2 and later. + +--- setup.rb.orig 2003-12-20 23:35:39.000000000 +0000 ++++ setup.rb +@@ -218,7 +218,7 @@ end + + class ConfigTable + +- c = ::Config::CONFIG ++ c = ::RbConfig::CONFIG + + rubypath = c['bindir'] + '/' + c['ruby_install_name'] + +@@ -796,7 +796,7 @@ class Installer + raise InstallError, "no ruby extention exists: 'ruby #{$0} setup' first" + end + +- DLEXT = /\.#{ ::Config::CONFIG['DLEXT'] }\z/ ++ DLEXT = /\.#{ ::RbConfig::CONFIG['DLEXT'] }\z/ + + def _ruby_extentions(dir) + Dir.open(dir) {|d| -- cgit v1.2.3