Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv6119/libs

Modified Files:
        readline6.info readline6.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: readline6.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/readline6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readline6.info      5 Jul 2012 22:44:23 -0000       1.1
+++ readline6.info      29 Aug 2012 20:10:34 -0000      1.2
@@ -1,6 +1,6 @@
 Info4: <<
 Package: readline6%type_pkg[-64bit]
-Version: 6.2
+Version: 6.2.3
 Revision: 1
 Maintainer: Fink Core Group <fink-c...@lists.sourceforge.net>
 Type: -64bit (boolean)
@@ -14,14 +14,16 @@
 <<
 Conflicts: readline, readline5, readline5-64bit, readline6, readline6-64bit
 Replaces: readline, readline5, readline5-64bit, readline6, readline6-64bit
-Source: mirror:gnu:readline/readline-%v.tar.gz
-Source2: mirror:gnu:readline/readline-%v-patches/readline62-001
-Source3: mirror:gnu:readline/readline-%v-patches/readline62-002
+Source: mirror:gnu:readline/readline-6.2.tar.gz
+Source2: mirror:gnu:readline/readline-6.2-patches/readline62-001
+Source3: mirror:gnu:readline/readline-6.2-patches/readline62-002
+Source4: mirror:gnu:readline/readline-6.2-patches/readline62-003
 Source-MD5: 67948acb2ca081f23359d0256e9a271c
 Source2-MD5: 83287d52a482f790dfb30ec0a8746669
 Source3-MD5: 0665020ea118e8434bd145fb71f452cc
+Source4-MD5: c9d5d79718856e711667dede87cb7622
 PatchFile: %{ni}.patch
-PatchFile-MD5: 263b727a7f3a9f9353eb92a99489588e
+PatchFile-MD5: 07d01b8f187c7ff238450a6448ffe67a
 PatchScript: <<
        patch -p0 < ../readline62-001
        patch -p0 < ../readline62-002
@@ -68,9 +70,6 @@
  2) dmacks: patch doc/Makefile.in to skip even trying to create
     texinfo dir file
  3) dmacks: installing into empty %d, so don't try to remove old .a
- 4) fingolfin: revert a change from 6.1->6.2 in input.c which makes
-    pasting text into terminal apps using readline and rl_event_hook
-    painfully slow.
 <<
 License: GPL
 Homepage: http://tiswww.case.edu/php/chet/readline/rltop.html

Index: readline6.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/readline6.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readline6.patch     5 Jul 2012 22:44:23 -0000       1.1
+++ readline6.patch     29 Aug 2012 20:10:34 -0000      1.2
@@ -51,34 +51,6 @@
  LDFLAGS = -g -L.. @LDFLAGS@
  
  PURIFY = @PURIFY@
-diff -ru readline-6.2/input.c readline-6.2-patched/input.c
---- readline-6.2/input.c       2010-05-31 00:33:01.000000000 +0200
-+++ readline-6.2-patched/input.c       2012-06-25 00:39:31.000000000 +0200
-@@ -427,19 +427,17 @@
-       /* If the user has an event function, then call it periodically. */
-       if (rl_event_hook)
-       {
--        while (rl_event_hook)
-+        while (rl_event_hook && rl_get_char (&c) == 0)
-           {
-+            (*rl_event_hook) ();
-+            RL_CHECK_SIGNALS ();
-+            if (rl_done)              /* XXX - experimental */
-+              return ('\n');
-             if (rl_gather_tyi () < 0) /* XXX - EIO */
-               {
-                 rl_done = 1;
-                 return ('\n');
-               }
--            RL_CHECK_SIGNALS ();
--            if (rl_get_char (&c) != 0)
--              break;
--            if (rl_done)              /* XXX - experimental */
--              return ('\n');
--            (*rl_event_hook) ();
-           }
-       }
-       else
 diff -ru readline-6.2/shlib/Makefile.in readline-6.2-patched/shlib/Makefile.in
 --- readline-6.2/shlib/Makefile.in     2010-12-28 21:56:21.000000000 +0100
 +++ readline-6.2-patched/shlib/Makefile.in     2012-06-14 22:34:55.000000000 
+0200


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to