readline: update to 8.2
This commit is contained in:
parent
137bd966a5
commit
1bbb5f2b47
@ -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.8 -> libhistory.so.8.1
|
||||
-rwxr-xr-x root/root lib/libhistory.so.8.1
|
||||
lrwxrwxrwx root/root lib/libreadline.so.8 -> libreadline.so.8.1
|
||||
-rwxr-xr-x root/root lib/libreadline.so.8.1
|
||||
lrwxrwxrwx root/root lib/libhistory.so.8 -> libhistory.so.8.2
|
||||
-rwxr-xr-x root/root lib/libhistory.so.8.2
|
||||
lrwxrwxrwx root/root lib/libreadline.so.8 -> libreadline.so.8.2
|
||||
-rwxr-xr-x root/root lib/libreadline.so.8.2
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
@ -19,10 +19,11 @@ 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.8.1
|
||||
lrwxrwxrwx root/root usr/lib/libhistory.so -> ../../lib/libhistory.so.8.2
|
||||
-rw-r--r-- root/root usr/lib/libreadline.a
|
||||
lrwxrwxrwx root/root usr/lib/libreadline.so -> ../../lib/libreadline.so.8.1
|
||||
lrwxrwxrwx root/root usr/lib/libreadline.so -> ../../lib/libreadline.so.8.2
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/history.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/readline.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
@ -38,6 +39,7 @@ drwxr-xr-x root/root usr/share/readline/
|
||||
-rw-r--r-- root/root usr/share/readline/manexamp.c
|
||||
-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-timeout.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
|
||||
|
@ -1,7 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/core.pub
|
||||
RWRJc1FUaeVeqv+wrTF6YAvb/zxM1dPbmjaH4a8rRCDU/GaxotyCQnolJB+Y6FjzkYhOguhvM/Fr2kYqzz8h2IwWer8m4B6s/QM=
|
||||
SHA256 (Pkgfile) = 47b646c2190030913c784bbba32ae66900aa41945d20f9505bb6b0848e856069
|
||||
SHA256 (.footprint) = 62ddc59833c839bc37ca4c29f0201a61fb69cf3740cf5f67388b831ff865c555
|
||||
SHA256 (readline-8.1.tar.gz) = f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
|
||||
SHA256 (readline-8.1.2.patch.gz) = 5c6609294ba9e25602885328536616c9ed6bce3ffd5136b73dfdb1b1aa09fdd5
|
||||
RWRJc1FUaeVeqqTeWs0xDiU01m8WJW3a9Z2DazZp5Cb9cu7FUpOVoBmGkItYI9+SZcfjX0hQG09IBwHE282U7vy9j90mkeipBAw=
|
||||
SHA256 (Pkgfile) = f320f9664d65adc3314ef7ad56fc87196818899977a08af10ea2ca6c44f1e226
|
||||
SHA256 (.footprint) = ef47c205c60675d3bf1c17a08ea69427281b94b26fcf5528017f2ef901b5068f
|
||||
SHA256 (readline-8.2.tar.gz) = 3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35
|
||||
SHA256 (inputrc) = 9119a95d4b1407e3c4ad2b6fb92e840353e65ae9d7ec77fed75cab293cb81bcb
|
||||
|
@ -4,16 +4,14 @@
|
||||
# Depends on: ncurses
|
||||
|
||||
name=readline
|
||||
version=8.1.2
|
||||
version=8.2
|
||||
release=1
|
||||
source=(http://ftpmirror.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz
|
||||
$name-$version.patch.gz inputrc)
|
||||
inputrc)
|
||||
|
||||
build() {
|
||||
cd $name-${version:0:3}
|
||||
|
||||
gunzip -c $SRC/$name-$version.patch.gz | patch -p0
|
||||
|
||||
./configure --prefix=/usr
|
||||
make -j1 SHLIB_LIBS=-lncurses
|
||||
make -j1 DESTDIR=$PKG install
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user