summaryrefslogtreecommitdiffstats
path: root/base/readline
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-14 21:54:04 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-14 21:54:04 +0100
commit74bd78024d4926385c188d02334a2029c8ec487b (patch)
tree2dd6aa5422678247de78d18b1d4b6305f307c11b /base/readline
parent8173874fbf35aed8b5c664a03bbb312041932873 (diff)
downloadnutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.tar.gz
nutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.tar.bz2
nutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.tar.xz
nutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.zip
Maj readline#6.1-1
Diffstat (limited to 'base/readline')
-rw-r--r--base/readline/.footprint8
-rw-r--r--base/readline/.md5sum3
-rwxr-xr-xbase/readline/Pkgfile7
3 files changed, 7 insertions, 11 deletions
diff --git a/base/readline/.footprint b/base/readline/.footprint
index d1f663f27..40044a874 100644
--- a/base/readline/.footprint
+++ b/base/readline/.footprint
@@ -1,8 +1,8 @@
drwxr-xr-x root/root lib/
-lrwxrwxrwx root/root lib/libhistory.so.6 -> libhistory.so.6.0
--r-xr-xr-x root/root lib/libhistory.so.6.0
-lrwxrwxrwx root/root lib/libreadline.so.6 -> libreadline.so.6.0
--r-xr-xr-x root/root lib/libreadline.so.6.0
+lrwxrwxrwx root/root lib/libhistory.so.6 -> libhistory.so.6.1
+-r-xr-xr-x root/root lib/libhistory.so.6.1
+lrwxrwxrwx root/root lib/libreadline.so.6 -> libreadline.so.6.1
+-r-xr-xr-x root/root lib/libreadline.so.6.1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/readline/
diff --git a/base/readline/.md5sum b/base/readline/.md5sum
index 3237c1275..39459d53e 100644
--- a/base/readline/.md5sum
+++ b/base/readline/.md5sum
@@ -1,2 +1 @@
-aada5f5c582a769735286e7ed1a80af7 readline-6.0-fixes-1.patch
-b7f65a48add447693be6e86f04a63019 readline-6.0.tar.gz
+fc2f7e714fe792db1ce6ddc4c9fb4ef3 readline-6.1.tar.gz
diff --git a/base/readline/Pkgfile b/base/readline/Pkgfile
index 7b8297939..9df1a4f2e 100755
--- a/base/readline/Pkgfile
+++ b/base/readline/Pkgfile
@@ -2,18 +2,15 @@
# URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=readline
-version=6.0
+version=6.1
release=1
-source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\
- http://www.linuxfromscratch.org/patches/lfs/development/readline-$version-fixes-1.patch)
+source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i '/MV.*old/d' Makefile.in
sed -i '/{OLDSUFF}/c:' support/shlib-install
-patch -Np1 -i ../readline-$version-fixes-1.patch
./configure --prefix=/usr \
--mandir=/usr/share/man \