From 75f253fef0565e181dd2328522ae964e5e0fe450 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 10 Apr 2013 11:34:03 -0500 Subject: ruby-1.9.3: cleaned up recipe, renamed patch files for consistency --- ...onf-hardcode-wide-getaddr-info-test-outco.patch | 26 ---------------------- multitech/recipes/ruby/ruby/Makefile.in.patch | 11 --------- .../recipes/ruby/ruby/ruby-1.9.3-Makefile-in.patch | 11 +++++++++ ...f-hardcode-wide-getaddr-info-test-outcome.patch | 26 ++++++++++++++++++++++ multitech/recipes/ruby/ruby_1.9.3-p392.bb | 4 ++-- 5 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 multitech/recipes/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch delete mode 100644 multitech/recipes/ruby/ruby/Makefile.in.patch create mode 100644 multitech/recipes/ruby/ruby/ruby-1.9.3-Makefile-in.patch create mode 100644 multitech/recipes/ruby/ruby/ruby-1.9.3-socket-extconf-hardcode-wide-getaddr-info-test-outcome.patch diff --git a/multitech/recipes/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch b/multitech/recipes/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch deleted file mode 100644 index 712602a..0000000 --- a/multitech/recipes/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 9341293e71c03fe606edc9157bf1e13e3dd5b507 Mon Sep 17 00:00:00 2001 -From: Koen Kooi -Date: Fri, 17 Dec 2010 11:35:38 +0100 -Subject: [PATCH] socket extconf: hardcode wide-getaddr info test outcome to true - -Without this the socket extension doesn't build correctly - -Signed-off-by: Koen Kooi ---- - ext/socket/extconf.rb | 5 +++++ - 1 file changed, 5 insertions(+) - ---- a/ext/socket/extconf.rb -+++ b/ext/socket/extconf.rb -@@ -356,6 +356,11 @@ - exit(EXIT_FAILURE); - } - EOF -+ -+# Ignore the actual result of the above test and assume that -+# everything is OK. -+getaddr_info_ok = true -+ - if ipv6 and not getaddr_info_ok - abort < +Date: Fri, 17 Dec 2010 11:35:38 +0100 +Subject: [PATCH] socket extconf: hardcode wide-getaddr info test outcome to true + +Without this the socket extension doesn't build correctly + +Signed-off-by: Koen Kooi +--- + ext/socket/extconf.rb | 5 +++++ + 1 file changed, 5 insertions(+) + +--- a/ext/socket/extconf.rb ++++ b/ext/socket/extconf.rb +@@ -356,6 +356,11 @@ + exit(EXIT_FAILURE); + } + EOF ++ ++# Ignore the actual result of the above test and assume that ++# everything is OK. ++getaddr_info_ok = true ++ + if ipv6 and not getaddr_info_ok + abort <