CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: updated to 6.1
authorVictor Martinez <pitillo@ono.com>
Mon, 4 Jan 2010 08:55:17 +0000 (08:55 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 4 Jan 2010 08:55:17 +0000 (08:55 +0000)
readline/.footprint
readline/.md5sum
readline/Pkgfile

index c2b7fb981d05e96bb08767b6320dcf016aecd705..096bb151a46a12c01fb080689b6a977dc716d70e 100644 (file)
@@ -14,12 +14,12 @@ drwxr-xr-x  root/root       usr/include/readline/
 drwxr-xr-x     root/root       usr/lib/
 -rw-r--r--     root/root       usr/lib/libhistory.a
 lrwxrwxrwx     root/root       usr/lib/libhistory.so -> libhistory.so.6
-lrwxrwxrwx     root/root       usr/lib/libhistory.so.6 -> libhistory.so.6.0
--r-xr-xr-x     root/root       usr/lib/libhistory.so.6.0
+lrwxrwxrwx     root/root       usr/lib/libhistory.so.6 -> libhistory.so.6.1
+-r-xr-xr-x     root/root       usr/lib/libhistory.so.6.1
 -rw-r--r--     root/root       usr/lib/libreadline.a
 lrwxrwxrwx     root/root       usr/lib/libreadline.so -> libreadline.so.6
-lrwxrwxrwx     root/root       usr/lib/libreadline.so.6 -> libreadline.so.6.0
--r-xr-xr-x     root/root       usr/lib/libreadline.so.6.0
+lrwxrwxrwx     root/root       usr/lib/libreadline.so.6 -> libreadline.so.6.1
+-r-xr-xr-x     root/root       usr/lib/libreadline.so.6.1
 drwxr-xr-x     root/root       usr/man/
 drwxr-xr-x     root/root       usr/man/man3/
 -rw-r--r--     root/root       usr/man/man3/history.3.gz
index 55784c984e47f30f4bbe593ff0eac81b209cebc7..3403c003badcb2d8db1833b180f5767af6de1478 100644 (file)
@@ -1,3 +1,2 @@
 553cf04fdeec54dca12062864c3ffba3  inputrc
-b2a2a4f5df2685d1e2ce3142fae0344d  readline-6.0-001-004.patch
-b7f65a48add447693be6e86f04a63019  readline-6.0.tar.gz
+fc2f7e714fe792db1ce6ddc4c9fb4ef3  readline-6.1.tar.gz
index e7b7d676ab69b6af7dd1a0dec6bc898b468da0ca..f95509c42acd1117f53f6ad7a23e8b5ce9552b5f 100644 (file)
@@ -5,14 +5,13 @@
 # Depends on:
 
 name=readline
-version=6.0.4
-release=2
-source=(http://ftp.gnu.org/gnu/$name/$name-${version%.*}.tar.gz \
-        $name-6.0-001-004.patch inputrc)
+version=6.1
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-${version}.tar.gz \
+        inputrc)
 
 build() {
-  cd $name-${version%.*}
-  patch -p0 -i $SRC/$name-6.0-001-004.patch
+  cd $name-${version}
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \