Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163753161
D1547.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D1547.diff
View Options
Index: head/Mk/bsd.ruby.mk
===================================================================
--- head/Mk/bsd.ruby.mk
+++ head/Mk/bsd.ruby.mk
@@ -177,7 +177,7 @@
# Ruby 1.9
#
RUBY_RELVERSION= 1.9.3
-RUBY_PORTREVISION= 1
+RUBY_PORTREVISION= 2
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 551
@@ -193,7 +193,7 @@
# Ruby 2.0
#
RUBY_RELVERSION= 2.0.0
-RUBY_PORTREVISION= 1
+RUBY_PORTREVISION= 2
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 598
@@ -209,7 +209,7 @@
# Ruby 2.1
#
RUBY_RELVERSION= 2.1.5
-RUBY_PORTREVISION= 1
+RUBY_PORTREVISION= 2
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 0
Index: head/lang/ruby19/Makefile
===================================================================
--- head/lang/ruby19/Makefile
+++ head/lang/ruby19/Makefile
@@ -52,7 +52,7 @@
NO_LATEST_LINK= yes
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC
-OPTIONS_DEFAULT= RDOC READLINE
+OPTIONS_DEFAULT= RDOC LIBEDIT
OPTIONS_SINGLE= EDIT
OPTIONS_SINGLE_EDIT= LIBEDIT READLINE
OPTIONS_SUB= yes
Index: head/lang/ruby19/files/patch-ext_readline_extconf.rb
===================================================================
--- head/lang/ruby19/files/patch-ext_readline_extconf.rb
+++ head/lang/ruby19/files/patch-ext_readline_extconf.rb
@@ -0,0 +1,11 @@
+--- ext/readline/extconf.rb.orig 2012-09-09 06:44:20 UTC
++++ ext/readline/extconf.rb
+@@ -62,7 +62,7 @@ else
+ end
+
+ have_readline_func("rl_getc")
+-have_readline_func("rl_getc_function")
++#have_readline_func("rl_getc_function")
+ have_readline_func("rl_filename_completion_function")
+ have_readline_func("rl_username_completion_function")
+ have_readline_func("rl_completion_matches")
Index: head/lang/ruby20/Makefile
===================================================================
--- head/lang/ruby20/Makefile
+++ head/lang/ruby20/Makefile
@@ -49,7 +49,7 @@
NO_LATEST_LINK= yes
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC
-OPTIONS_DEFAULT= RDOC READLINE
+OPTIONS_DEFAULT= RDOC LIBEDIT
OPTIONS_SINGLE= EDIT
OPTIONS_SINGLE_EDIT= LIBEDIT READLINE
OPTIONS_SUB= yes
Index: head/lang/ruby20/files/patch-ext_readline_extconf.rb
===================================================================
--- head/lang/ruby20/files/patch-ext_readline_extconf.rb
+++ head/lang/ruby20/files/patch-ext_readline_extconf.rb
@@ -0,0 +1,11 @@
+--- ext/readline/extconf.rb.orig 2014-04-30 07:39:45 UTC
++++ ext/readline/extconf.rb
+@@ -62,7 +62,7 @@ else
+ end
+
+ readline.have_func("rl_getc")
+-readline.have_func("rl_getc_function")
++#readline.have_func("rl_getc_function")
+ readline.have_func("rl_filename_completion_function")
+ readline.have_func("rl_username_completion_function")
+ readline.have_func("rl_completion_matches")
Index: head/lang/ruby21/Makefile
===================================================================
--- head/lang/ruby21/Makefile
+++ head/lang/ruby21/Makefile
@@ -48,7 +48,7 @@
NO_LATEST_LINK= yes
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC
-OPTIONS_DEFAULT= RDOC READLINE
+OPTIONS_DEFAULT= RDOC LIBEDIT
OPTIONS_SINGLE= EDIT
OPTIONS_SINGLE_EDIT= LIBEDIT READLINE
OPTIONS_SUB= yes
Index: head/lang/ruby21/files/patch-ext_readline_extconf.rb
===================================================================
--- head/lang/ruby21/files/patch-ext_readline_extconf.rb
+++ head/lang/ruby21/files/patch-ext_readline_extconf.rb
@@ -0,0 +1,11 @@
+--- ext/readline/extconf.rb.orig 2015-01-23 15:37:01 UTC
++++ ext/readline/extconf.rb
+@@ -62,7 +62,7 @@ else
+ end
+
+ readline.have_func("rl_getc")
+-readline.have_func("rl_getc_function")
++#readline.have_func("rl_getc_function")
+ readline.have_func("rl_filename_completion_function")
+ readline.have_func("rl_username_completion_function")
+ readline.have_func("rl_completion_matches")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 26, 8:18 PM (9 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35563567
Default Alt Text
D1547.diff (3 KB)
Attached To
Mode
D1547: Allow ruby to use libedit
Attached
Detach File
Event Timeline
Log In to Comment