sed: update to 4.5.
This commit is contained in:
parent
f8e4231cd9
commit
1ca9c8393f
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'sed'
|
# Template file for 'sed'
|
||||||
pkgname=sed
|
pkgname=sed
|
||||||
version=4.4
|
version=4.5
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
@ -8,10 +8,10 @@ configure_args="--enable-acl gl_cv_func_working_acl_get_file=yes"
|
|||||||
makedepends="acl-devel"
|
makedepends="acl-devel"
|
||||||
short_desc="The GNU stream editor"
|
short_desc="The GNU stream editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/sed"
|
homepage="http://www.gnu.org/software/sed"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=cbd6ebc5aaf080ed60d0162d7f6aeae58211a1ee9ba9bb25623daa6cd942683b
|
checksum=7aad73c8839c2bdadca9476f884d2953cdace9567ecd0d90f9959f229d146b40
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# dont regenerate the man page with help2man...
|
# dont regenerate the man page with help2man...
|
||||||
@ -20,7 +20,7 @@ post_extract() {
|
|||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl* )
|
*-musl)
|
||||||
# Disable locale tests that fail on musl
|
# Disable locale tests that fail on musl
|
||||||
sed -i '/test-localename$(EXEEXT)/d' gnulib-tests/Makefile
|
sed -i '/test-localename$(EXEEXT)/d' gnulib-tests/Makefile
|
||||||
sed -i '/test-mbrtowc5.sh/d' gnulib-tests/Makefile ;;
|
sed -i '/test-mbrtowc5.sh/d' gnulib-tests/Makefile ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user