svn commit: r383088 - head/devel/rubygem-fastthread/files
Steve Wills
swills at FreeBSD.org
Fri Apr 3 01:45:15 UTC 2015
Author: swills
Date: Fri Apr 3 01:45:14 2015
New Revision: 383088
URL: https://svnweb.freebsd.org/changeset/ports/383088
Log:
devel/rubygem-fastthread: fix build with ruby 2.2
Added:
head/devel/rubygem-fastthread/files/
head/devel/rubygem-fastthread/files/patch-ext-fasthread-extconf.rb (contents, props changed)
Added: head/devel/rubygem-fastthread/files/patch-ext-fasthread-extconf.rb
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-fastthread/files/patch-ext-fasthread-extconf.rb Fri Apr 3 01:45:14 2015 (r383088)
@@ -0,0 +1,11 @@
+--- ext/fastthread/extconf.rb.orig 2015-01-23 16:43:26.000000000 +0000
++++ ext/fastthread/extconf.rb 2015-01-23 16:43:33.000000000 +0000
+@@ -10,7 +10,7 @@
+ else
+ require 'rbconfig'
+ File.open('Makefile', 'w') do |stream|
+- Config::CONFIG.each do |key, value|
++ RbConfig::CONFIG.each do |key, value|
+ stream.puts "#{key} = #{value}"
+ end
+ stream.puts
More information about the svn-ports-head
mailing list