readline-32: 7.0 -> 7.0.3

This commit is contained in:
Danny Rawlins 2017-03-02 22:22:15 +11:00
parent 9bda4efdc1
commit fd8bdf3f7a
4 changed files with 11 additions and 6 deletions

View File

@ -1 +1,2 @@
820e38dae6c7ab9f6993928e954fb41b readline-7.0.3.patch.gz
205b03a87fc83dab653b628c59b9fc91 readline-7.0.tar.gz 205b03a87fc83dab653b628c59b9fc91 readline-7.0.tar.gz

View File

@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/compat-32.pub untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXQSB6oJ8Bpvi2kevFX/T3R6NYpX9s+mAiS/0Q2qmOkxZuLW++Xm67fePqqbkpBeT7FRes5NtOwzMYJHf7NW6JAs= RWSwxGo/zH7eXTxGyvGbzBk1wCYo1e7k20mjRqyVgGdFmoRmxIQk/7ROk4f9MJFl5RW42n2wzJ+eo60aSDM35dILq0bWIhWytww=
SHA256 (Pkgfile) = 3296e392a7970eae803f8ef63963030153d35dcbd5126ac225a4717e18457b92 SHA256 (Pkgfile) = 816974a57c79952251bfadd153bab53e819f03a76d8448721ba2a273310592d3
SHA256 (.footprint) = acdfdb5069b8b33952f567484c2cbec807f83d0a632e80c779a0a0aed8694632 SHA256 (.footprint) = acdfdb5069b8b33952f567484c2cbec807f83d0a632e80c779a0a0aed8694632
SHA256 (readline-7.0.tar.gz) = 750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334 SHA256 (readline-7.0.tar.gz) = 750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334
SHA256 (readline-7.0.3.patch.gz) = 34ed4eac82cfeda51d95b2d750c12f373edb2ad340bab4fcaa294a51b383ab83

View File

@ -1,15 +1,18 @@
# Description: Lets users edit command lines as they are typed in # Description: Lets users edit command lines as they are typed in
# URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html # URL: https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: ncurses-32 # Depends on: ncurses-32
name=readline-32 name=readline-32
version=7.0 version=7.0.3
release=1 release=1
source=(http://ftp.gnu.org/gnu/readline/readline-${version:0:3}.tar.gz) source=(https://ftp.gnu.org/gnu/${name%-*}/${name%-*}-${version:0:3}.tar.gz
${name%-*}-$version.patch.gz)
build() { build() {
cd readline-${version:0:3} cd ${name%-*}-${version:0:3}
gunzip -c $SRC/${name%-*}-$version.patch.gz | patch -p0
./configure --prefix=/usr --libdir=/usr/lib32 ./configure --prefix=/usr --libdir=/usr/lib32
make -j1 SHLIB_LIBS=-lncurses make -j1 SHLIB_LIBS=-lncurses

Binary file not shown.