FreeBSD Bugzilla – Attachment 141772 Details for
Bug 188670
[patch] update devel/seed (2.31.91) to build with both new and older readline
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 905 bytes, created by
John Hein
on 2014-04-15 20:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John Hein
Created:
2014-04-15 20:20:00 UTC
Size:
905 bytes
patch
obsolete
>Index: devel/seed/files/patch-modules_readline_seed-readline.c >=================================================================== >--- devel/seed/files/patch-modules_readline_seed-readline.c (revision 0) >+++ devel/seed/files/patch-modules_readline_seed-readline.c (working copy) >@@ -0,0 +1,16 @@ >+'Function' is deprecated - patch to work with older readline API >+(e.g., currently in base) or new (e.g., readline 6.3.3 in ports). >+ >+http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00002.html >+ >+--- modules/readline/seed-readline.c.orig 2010-08-30 15:37:39.000000000 -0600 >++++ modules/readline/seed-readline.c 2014-04-15 13:00:13.000000000 -0600 >+@@ -77,7 +77,7 @@ >+ key = seed_value_to_string(ctx, arguments[0], exception); >+ c = seed_make_rl_closure((SeedObject) arguments[1]); >+ >+- rl_bind_key(*key, (Function *) c); >++ rl_bind_key(*key, (rl_command_func_t *) c); >+ >+ g_free(key); >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 188670
: 141772