[Midnightbsd-cvs] mports [20717] trunk/lang/ruby22/files: reroll some patches
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 8 12:09:16 EST 2015
Revision: 20717
http://svnweb.midnightbsd.org/mports/?rev=20717
Author: laffer1
Date: 2015-11-08 12:09:16 -0500 (Sun, 08 Nov 2015)
Log Message:
-----------
reroll some patches
Modified Paths:
--------------
trunk/lang/ruby22/files/patch-ext_readline_extconf.rb
trunk/lang/ruby22/files/patch-lib_mkmf.rb
trunk/lang/ruby22/files/patch-tool_mkconfig.rb
trunk/lang/ruby22/files/patch-tool_rbinstall.rb
Modified: trunk/lang/ruby22/files/patch-ext_readline_extconf.rb
===================================================================
--- trunk/lang/ruby22/files/patch-ext_readline_extconf.rb 2015-11-08 17:08:23 UTC (rev 20716)
+++ trunk/lang/ruby22/files/patch-ext_readline_extconf.rb 2015-11-08 17:09:16 UTC (rev 20717)
@@ -1,6 +1,14 @@
---- ext/readline/extconf.rb.orig 2015-01-16 23:05:12 UTC
-+++ ext/readline/extconf.rb
-@@ -62,7 +62,7 @@ else
+--- ext/readline/extconf.rb.orig 2014-05-01 11:59:37.000000000 +0000
++++ ext/readline/extconf.rb 2015-10-23 04:05:44.000000000 +0000
+@@ -37,6 +37,7 @@
+ case enable_libedit
+ when true
+ # --enable-libedit
++ dir_config("libedit")
+ unless (readline.have_header("editline/readline.h") ||
+ readline.have_header("readline/readline.h")) &&
+ have_library("edit", "readline")
+@@ -62,7 +63,7 @@ else
end
readline.have_func("rl_getc")
Modified: trunk/lang/ruby22/files/patch-lib_mkmf.rb
===================================================================
--- trunk/lang/ruby22/files/patch-lib_mkmf.rb 2015-11-08 17:08:23 UTC (rev 20716)
+++ trunk/lang/ruby22/files/patch-lib_mkmf.rb 2015-11-08 17:09:16 UTC (rev 20717)
@@ -1,5 +1,5 @@
---- lib/mkmf.rb.orig 2013-06-26 07:03:38.000000000 -0700
-+++ lib/mkmf.rb 2013-07-03 17:43:05.000000000 -0700
+--- lib/mkmf.rb.orig 2013-06-26 14:03:38 UTC
++++ lib/mkmf.rb
@@ -226,7 +226,7 @@
end
$extmk ||= false
Modified: trunk/lang/ruby22/files/patch-tool_mkconfig.rb
===================================================================
--- trunk/lang/ruby22/files/patch-tool_mkconfig.rb 2015-11-08 17:08:23 UTC (rev 20716)
+++ trunk/lang/ruby22/files/patch-tool_mkconfig.rb 2015-11-08 17:09:16 UTC (rev 20717)
@@ -1,5 +1,5 @@
---- tool/mkconfig.rb.orig 2014-07-07 10:07:01.000000000 +0800
-+++ tool/mkconfig.rb 2014-12-28 03:22:15.377490192 +0800
+--- tool/mkconfig.rb.orig 2014-07-07 02:07:01 UTC
++++ tool/mkconfig.rb
@@ -167,8 +167,9 @@
val.replace(newval) unless newval == val
val
Modified: trunk/lang/ruby22/files/patch-tool_rbinstall.rb
===================================================================
--- trunk/lang/ruby22/files/patch-tool_rbinstall.rb 2015-11-08 17:08:23 UTC (rev 20716)
+++ trunk/lang/ruby22/files/patch-tool_rbinstall.rb 2015-11-08 17:09:16 UTC (rev 20717)
@@ -1,5 +1,5 @@
---- tool/rbinstall.rb.orig 2015-03-25 03:33:14.000000000 +0000
-+++ tool/rbinstall.rb 2015-04-13 18:16:00.160952000 +0000
+--- tool/rbinstall.rb.orig 2015-03-25 03:33:14 UTC
++++ tool/rbinstall.rb
@@ -311,6 +311,7 @@
libdir = CONFIG[CONFIG.fetch("libdirname", "libdir"), true]
rubyhdrdir = CONFIG["rubyhdrdir", true]
More information about the Midnightbsd-cvs
mailing list