r2072 - crux-2.2/ports/core/readline
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: jue Date: 2006-10-14 10:47:04 +0200 (Sat, 14 Oct 2006) New Revision: 2072 Modified: crux-2.2/ports/core/readline/.footprint crux-2.2/ports/core/readline/.md5sum crux-2.2/ports/core/readline/Pkgfile Log: readline: update to 5.2 Modified: crux-2.2/ports/core/readline/.footprint =================================================================== --- crux-2.2/ports/core/readline/.footprint 2006-10-14 08:33:03 UTC (rev 2071) +++ crux-2.2/ports/core/readline/.footprint 2006-10-14 08:47:04 UTC (rev 2072) @@ -14,12 +14,12 @@ 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.5 -lrwxrwxrwx root/root usr/lib/libhistory.so.5 -> libhistory.so.5.1 --rw-r--r-- root/root usr/lib/libhistory.so.5.1 +lrwxrwxrwx root/root usr/lib/libhistory.so.5 -> libhistory.so.5.2 +-r-xr-xr-x root/root usr/lib/libhistory.so.5.2 -rw-r--r-- root/root usr/lib/libreadline.a lrwxrwxrwx root/root usr/lib/libreadline.so -> libreadline.so.5 -lrwxrwxrwx root/root usr/lib/libreadline.so.5 -> libreadline.so.5.1 --rw-r--r-- root/root usr/lib/libreadline.so.5.1 +lrwxrwxrwx root/root usr/lib/libreadline.so.5 -> libreadline.so.5.2 +-r-xr-xr-x root/root usr/lib/libreadline.so.5.2 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 Modified: crux-2.2/ports/core/readline/.md5sum =================================================================== --- crux-2.2/ports/core/readline/.md5sum 2006-10-14 08:33:03 UTC (rev 2071) +++ crux-2.2/ports/core/readline/.md5sum 2006-10-14 08:47:04 UTC (rev 2072) @@ -1,6 +1,2 @@ 553cf04fdeec54dca12062864c3ffba3 inputrc -7ee5a692db88b30ca48927a13fd60e46 readline-5.1.tar.gz -63faf622820ca0828131c8b5aeac1e6a readline51-001 -e60f96f9277f42aa2e66020b2f30e55f readline51-002 -c9c488f203dbfa1a7da843a07c6c2a25 readline51-003 -1b5e14a35a781dfce8ae23389cff30c0 readline51-004 +e39331f32ad14009b9ff49cc10c5e751 readline-5.2.tar.gz Modified: crux-2.2/ports/core/readline/Pkgfile =================================================================== --- crux-2.2/ports/core/readline/Pkgfile 2006-10-14 08:33:03 UTC (rev 2071) +++ crux-2.2/ports/core/readline/Pkgfile 2006-10-14 08:47:04 UTC (rev 2072) @@ -3,21 +3,16 @@ # Maintainer: Per Lid�n, core-ports at crux dot nu name=readline -version=5.1 -release=3 +version=5.2 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ - http://ftp.gnu.org/gnu/readline/readline-5.1-patches/readline51-00{1..4} inputrc) build() { cd $name-$version - - for p in {1..4}; do - patch -p0 < $SRC/readline51-00$p - done ./configure --prefix=/usr make make DESTDIR=$PKG install - install -D -m 644 ../inputrc $PKG/etc/inputrc + install -D -m 644 $SRC/inputrc $PKG/etc/inputrc rm -rf $PKG/usr/info }
participants (1)
-
crux@crux.nu