CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: updated to 7.0
authorVictor Martinez <pitillo@ono.com>
Tue, 4 Apr 2017 23:15:05 +0000 (23:15 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 4 Apr 2017 23:15:05 +0000 (23:15 +0000)
readline/.footprint
readline/.md5sum
readline/Pkgfile

index afefd060f2a117b2f2b3c108e0786f7a1b91d0da..a589ebad55f70912b67e49c6e5e83bcf76c67c96 100644 (file)
@@ -1,10 +1,10 @@
 drwxr-xr-x     root/root       etc/
 -rw-r--r--     root/root       etc/inputrc
 drwxr-xr-x     root/root       lib/
-lrwxrwxrwx     root/root       lib/libhistory.so.6 -> libhistory.so.6.3
--r-xr-xr-x     root/root       lib/libhistory.so.6.3
-lrwxrwxrwx     root/root       lib/libreadline.so.6 -> libreadline.so.6.3
--r-xr-xr-x     root/root       lib/libreadline.so.6.3
+lrwxrwxrwx     root/root       lib/libhistory.so.7 -> libhistory.so.7.0
+-r-xr-xr-x     root/root       lib/libhistory.so.7.0
+lrwxrwxrwx     root/root       lib/libreadline.so.7 -> libreadline.so.7.0
+-r-xr-xr-x     root/root       lib/libreadline.so.7.0
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 drwxr-xr-x     root/root       usr/include/
@@ -19,9 +19,9 @@ drwxr-xr-x    root/root       usr/include/readline/
 -rw-r--r--     root/root       usr/include/readline/tilde.h
 drwxr-xr-x     root/root       usr/lib/
 -rw-r--r--     root/root       usr/lib/libhistory.a
-lrwxrwxrwx     root/root       usr/lib/libhistory.so -> ../../lib/libhistory.so.6.3
+lrwxrwxrwx     root/root       usr/lib/libhistory.so -> ../../lib/libhistory.so.7.0
 -rw-r--r--     root/root       usr/lib/libreadline.a
-lrwxrwxrwx     root/root       usr/lib/libreadline.so -> ../../lib/libreadline.so.6.3
+lrwxrwxrwx     root/root       usr/lib/libreadline.so -> ../../lib/libreadline.so.7.0
 drwxr-xr-x     root/root       usr/share/
 drwxr-xr-x     root/root       usr/share/man/
 drwxr-xr-x     root/root       usr/share/man/man3/
@@ -37,6 +37,7 @@ drwxr-xr-x    root/root       usr/share/readline/
 -rw-r--r--     root/root       usr/share/readline/rl-callbacktest.c
 -rw-r--r--     root/root       usr/share/readline/rl-fgets.c
 -rw-r--r--     root/root       usr/share/readline/rl.c
+-rw-r--r--     root/root       usr/share/readline/rlbasic.c
 -rw-r--r--     root/root       usr/share/readline/rlcat.c
 -rw-r--r--     root/root       usr/share/readline/rlevent.c
 -rw-r--r--     root/root       usr/share/readline/rlptytest.c
index ae22d1e0d943391d852ffa03dae75875d2a928f8..a9ba7054eb8253c4040e4273fa18e184012aa2b7 100644 (file)
@@ -1,4 +1,2 @@
 553cf04fdeec54dca12062864c3ffba3  inputrc
-b1efd651024094fa2f0f3a34d2d0f0b7  readline-6.3.8-wcwidth.patch
-bfba9ca30c7252588ea50bcc61f1006c  readline-6.3.8.patch.gz
-33c8fb279e981274f485fd91da77e94a  readline-6.3.tar.gz
+205b03a87fc83dab653b628c59b9fc91  readline-7.0.tar.gz
index 3202c583897aabf6ec4c3c400916b2d5aeb349eb..5d5ac7e572c2ce4d1b623b5784b876d4ca5744df 100644 (file)
@@ -5,25 +5,21 @@
 # Depends on: ncurses
 
 name=readline
-version=6.3.8
-release=2
+version=7.0
+release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
-        $name-$version.patch.gz inputrc $name-$version-wcwidth.patch)
+        inputrc)
 
 build() {
-  cd $name-${version::3}
-
-  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
+  cd $name-$version
 
   # Don't use rpath for linking the shared libs
   sed -i '117s/-Wl,-rpath,$(libdir)//' support/shobj-conf
 
-  # Patch to avoid wcwidth tests
-  patch -i $SRC/$name-$version-wcwidth.patch
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr
+
   make -j1 SHLIB_LIBS=-lncurses
   make -j1 DESTDIR=$PKG install