[Lunar-commits] <moonbase> readline: added official patch

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Mar 6 23:59:36 CET 2011


commit f0968ba3adad0b199dcb7d7a78425e68fdbd99c2
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Mar 6 23:59:36 2011 +0100

    readline: added official patch
---
 libs/readline/BUILD   |    2 ++
 libs/readline/DETAILS |    8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/libs/readline/BUILD b/libs/readline/BUILD
index e1594d6..6f0f297 100644
--- a/libs/readline/BUILD
+++ b/libs/readline/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE2 0 &&
+
   # Real and working fix for readline 5 to 6 upgrade
   # Especially workaround issue when you would like to lin again readline 6 after lining readline 6 already
   mkdir -p /tmp/old.libraries &&
diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS
index a8596cf..8912905 100644
--- a/libs/readline/DETAILS
+++ b/libs/readline/DETAILS
@@ -1,13 +1,18 @@
           MODULE=readline
          VERSION=6.2
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=readline62-001
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash
    SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE
       SOURCE_VFY=sha1:a9761cd9c3da485eb354175fcc2fe35856bc43ac
+  SOURCE2_URL[0]=$GNU_URL/$MODULE/$MODULE-$VERSION-patches
+  SOURCE2_URL[1]=ftp://ftp.cwru.edu/pub/bash/$MODULE-$VERSION-patches
+  SOURCE2_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$MODULE-$VERSION-patches
+     SOURCE2_VFY=sha1:7d264c281f3b43e1c07c020b1785631411ce039e
         WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
          ENTERED=20010922
-         UPDATED=20110215
+         UPDATED=20110301
            SHORT="Lets users edit command lines as they are typed in"
 
 cat << EOF
@@ -19,4 +24,3 @@ additional functions to maintain a list of previously-entered command
 lines, to recall and perhaps reedit those lines, and perform csh-like
 history expansion on previous commands.
 EOF
-


More information about the Lunar-commits mailing list