mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
bash: rebuild with readline8
This commit is contained in:
@@ -5,7 +5,7 @@ incorporates useful features from the Korn and C shells (ksh and csh)."
|
||||
HOMEPAGE="https://www.gnu.org/software/bash/"
|
||||
COPYRIGHT="1987-2018 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/bash/bash-5.0.tar.gz"
|
||||
CHECKSUM_SHA256="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d"
|
||||
for i in {001..11}; do
|
||||
@@ -40,7 +40,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libhistory
|
||||
lib:libreadline >= 7
|
||||
lib:libreadline
|
||||
lib:libncursesw
|
||||
lib:libintl
|
||||
lib:libiconv
|
||||
@@ -49,7 +49,7 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libhistory
|
||||
devel:libreadline >= 7
|
||||
devel:libreadline >= 8
|
||||
devel:libncursesw
|
||||
devel:libintl
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user