chroot-git: update to 2.25.0.

This commit is contained in:
Đoàn Trần Công Danh 2020-01-14 07:47:21 +07:00 committed by Juan RP
parent 9af1d1ed9b
commit 2c2a04dad0

View file

@ -1,7 +1,7 @@
# Template file for 'chroot-git'
pkgname=chroot-git
version=2.24.1
revision=2
version=2.25.0
revision=1
bootstrap=yes
wrksrc="git-${version}"
build_style=gnu-configure
@ -15,7 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://git-scm.com/"
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=723f24dce8fdd621a308b6187553fce7d5244205c065fe0a3aebd0b7c3f88562
checksum=c060291a3ffb43d7c99f4aa5c4d37d3751cf6bca683e7344ea407ea504d9a8d0
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl gettext tar"
@ -23,14 +23,16 @@ else
configure_args+=" --with-zlib=${XBPS_MASTERDIR}/usr"
fi
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" ac_cv_iconv_omits_bom=yes" ;;
*) configure_args+=" ac_cv_iconv_omits_bom=no" ;;
esac
post_configure() {
cat <<-EOF >config.mak
CC_LD_DYNPATH=-L
NO_INSTALL_HARDLINKS=Yes
EOF
case "$XBPS_TARGET_MACHINE" in
*-musl) echo "ICONV_OMITS_BOM=Yes" >>config.mak ;;
esac
}
do_install() {