diff options
author | joerg <joerg@pkgsrc.org> | 2014-04-17 20:28:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-04-17 20:28:12 +0000 |
commit | bb2f34b704d3e19a7f4b3f7ed2939919fc870a51 (patch) | |
tree | b2906d43d0d474cf0850413d2fc97305336a9aa1 /net/bird | |
parent | 972e40b7f6614a63a8daf0f9075c410862fa4941 (diff) | |
download | pkgsrc-bb2f34b704d3e19a7f4b3f7ed2939919fc870a51.tar.gz |
Don't conflict with readline 6.3.
Diffstat (limited to 'net/bird')
-rw-r--r-- | net/bird/distinfo | 3 | ||||
-rw-r--r-- | net/bird/patches/patch-client_birdc.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/bird/distinfo b/net/bird/distinfo index dbf9591bffb..0a275cc2d19 100644 --- a/net/bird/distinfo +++ b/net/bird/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.5 2014/03/28 23:27:16 pettai Exp $ +$NetBSD: distinfo,v 1.6 2014/04/17 20:28:12 joerg Exp $ SHA1 (bird-1.3.11.tar.gz) = c0a425ff2ef85bbeb17dbdf82c97c4565ebfb903 RMD160 (bird-1.3.11.tar.gz) = f62213b07941cac4e441e8211a37b0a32fd4601b Size (bird-1.3.11.tar.gz) = 1108400 bytes +SHA1 (patch-client_birdc.c) = 58da10193bbd2eeb377c01afd6b40fe7b9c11495 SHA1 (patch-configure) = ea93a7e90caa274632159172deb53eff9739cb4b SHA1 (patch-lib_lists.h) = 7068c6b73841e19a540a08e822658b0455c53a77 SHA1 (patch-tools_Makefile.in) = d16dd8b9acc4392025a478995f2efc0e36f54919 diff --git a/net/bird/patches/patch-client_birdc.c b/net/bird/patches/patch-client_birdc.c new file mode 100644 index 00000000000..17c7babe0ff --- /dev/null +++ b/net/bird/patches/patch-client_birdc.c @@ -0,0 +1,12 @@ +$NetBSD: patch-client_birdc.c,v 1.1 2014/04/17 20:28:12 joerg Exp $ + +--- client/birdc.c.orig 2014-04-17 14:34:45.000000000 +0000 ++++ client/birdc.c +@@ -29,7 +29,6 @@ static int prompt_active; + /* HACK: libreadline internals we need to access */ + extern int _rl_vis_botlin; + extern void _rl_move_vert(int); +-extern Function *rl_last_func; + + static void + add_history_dedup(char *cmd) |