mk-configure: update to 0.32.1.

This commit is contained in:
Leah Neukirchen 2020-01-06 15:21:44 +01:00
parent 2e4924acf7
commit b1f506e93e

View file

@ -1,14 +1,14 @@
# Template file for 'mk-configure' # Template file for 'mk-configure'
pkgname=mk-configure pkgname=mk-configure
version=0.32.0 version=0.32.1
revision=2 revision=1
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile build_style=gnu-makefile
make_cmd=bmake make_cmd=bmake
make_build_args="PREFIX=/usr" make_build_args="PREFIX=/usr"
make_install_args="${make_build_args} MANDIR=/usr/share/man" make_install_args="${make_build_args} MANDIR=/usr/share/man"
make_check_target="test" make_check_target="test"
hostmakedepends="bmake bmkdep" hostmakedepends="bmake bmkdep tar texinfo"
depends="bmake bmkdep" depends="bmake bmkdep"
checkdepends="automake glib-devel groff pkg-config bison flex" checkdepends="automake glib-devel groff pkg-config bison flex"
short_desc="Lightweight replacement for GNU autotools" short_desc="Lightweight replacement for GNU autotools"
@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause, BSD-3-Clause" license="BSD-2-Clause, BSD-3-Clause"
homepage="https://github.com/cheusov/mk-configure/" homepage="https://github.com/cheusov/mk-configure/"
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz" distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=69cf872f23c9e1a7edea5ed469b959823b2365602b60861ca7b21dffa097e98f checksum=de2be66cb695c357ea51c8a4447416ad7ac6df49327ac4f0781a05d56eb06815
disable_parallel_build=yes disable_parallel_build=yes
post_extract() { post_extract() {
@ -30,6 +30,7 @@ pre_build() {
${make_cmd} all-scripts PROG.awk=/usr/bin/awk PREFIX=/usr ${make_cmd} all-scripts PROG.awk=/usr/bin/awk PREFIX=/usr
} }
pre_check() { pre_check() {
unset CC CFLAGS CXXFLAGS
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) *-musl)
sed -i 's|Cannot allocate|Out of|g' examples/hello_errwarn/expect.out ;; sed -i 's|Cannot allocate|Out of|g' examples/hello_errwarn/expect.out ;;