mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chroot-git: update to 2.25.2.
This commit is contained in:
parent
c0ab53b2f5
commit
71d44adf3e
1 changed files with 3 additions and 9 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'chroot-git'
|
# Template file for 'chroot-git'
|
||||||
pkgname=chroot-git
|
pkgname=chroot-git
|
||||||
version=2.25.1
|
version=2.25.2
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="git-${version}"
|
wrksrc="git-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-curl --without-openssl
|
configure_args="--without-curl --without-openssl
|
||||||
--without-python --without-expat --without-tcltk
|
--without-python --without-expat --without-tcltk
|
||||||
ac_cv_lib_curl_curl_global_init=no ac_cv_lib_expat_XML_ParserCreate=no
|
ac_cv_lib_curl_curl_global_init=no ac_cv_lib_expat_XML_ParserCreate=no"
|
||||||
ac_cv_snprintf_returns_bogus=no ac_cv_fread_reads_directories=yes"
|
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://git-scm.com/"
|
homepage="https://git-scm.com/"
|
||||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=222796cc6e3bf2f9fd765f8f097daa3c3999bb7865ac88a8c974d98182e29f26
|
checksum=9b937103e048e2d3bf964d4132a0e7edccc2583d4ef30bc8a516f93a76de7123
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="perl gettext tar"
|
hostmakedepends="perl gettext tar"
|
||||||
|
@ -23,11 +22,6 @@ else
|
||||||
configure_args+=" --with-zlib=${XBPS_MASTERDIR}/usr"
|
configure_args+=" --with-zlib=${XBPS_MASTERDIR}/usr"
|
||||||
fi
|
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() {
|
post_configure() {
|
||||||
cat <<-EOF >config.mak
|
cat <<-EOF >config.mak
|
||||||
CC_LD_DYNPATH=-L
|
CC_LD_DYNPATH=-L
|
||||||
|
|
Loading…
Add table
Reference in a new issue