pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/magic Bring this a tiny step closer to building by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0679ebf52d6a
branches:  trunk
changeset: 480631:0679ebf52d6a
user:      he <he%pkgsrc.org@localhost>
date:      Fri Sep 17 09:36:02 2004 +0000

description:
Bring this a tiny step closer to building by patching a missing semicolon
in one of the source files of the built-in readline library.

diffstat:

 cad/magic/distinfo         |   3 ++-
 cad/magic/patches/patch-aq |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 27bf22dc08b8 -r 0679ebf52d6a cad/magic/distinfo
--- a/cad/magic/distinfo        Fri Sep 17 09:26:23 2004 +0000
+++ b/cad/magic/distinfo        Fri Sep 17 09:36:02 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/01/23 11:43:33 agc Exp $
+$NetBSD: distinfo,v 1.4 2004/09/17 09:36:02 he Exp $
 
 SHA1 (magic-7.1.tar.gz) = 176eb4c6a0ff33c6e265e61360c02da4f454f101
 Size (magic-7.1.tar.gz) = 3860487 bytes
@@ -18,3 +18,4 @@
 SHA1 (patch-an) = 83e9e5242b483f398962a6237551b860749e70f0
 SHA1 (patch-ao) = 747c18b5e997d652054d17acbdb1fee0748d77a8
 SHA1 (patch-ap) = b2b9e1c45dbefd1d93205bcc15ea713c38181598
+SHA1 (patch-aq) = 8ca051b61a8d79988838be4c1bc4dca3eed6bcaa
diff -r 27bf22dc08b8 -r 0679ebf52d6a cad/magic/patches/patch-aq
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/magic/patches/patch-aq        Fri Sep 17 09:36:02 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2004/09/17 09:36:02 he Exp $
+
+--- ./readline/readline/rltty.c.orig   Mon Apr  3 18:10:33 2000
++++ ./readline/readline/rltty.c
+@@ -190,7 +190,7 @@ save_tty_chars (tiop)
+       _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
+       _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
+       _rl_tty_chars.t_start = tiop->tchars.t_startc;
+-      _rl_tty_chars.t_stop = tiop->tchars.t_stopc
++      _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
+       _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
+       _rl_tty_chars.t_eol = '\n';
+       _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;



Home | Main Index | Thread Index | Old Index