From 75f72767424f1359d27ac089a560da0a686f2b12 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 29 Dec 2015 09:52:41 +0100 Subject: [PATCH] findutils: update to 4.6.0. --- srcpkgs/findutils/template | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template index d9233133bc6..baf54547a9d 100644 --- a/srcpkgs/findutils/template +++ b/srcpkgs/findutils/template @@ -1,7 +1,7 @@ # Template file for 'findutils' pkgname=findutils -version=4.4.2 -revision=15 +version=4.6.0 +revision=1 bootstrap=yes build_style=gnu-configure configure_args="--program-prefix=g --localstatedir=/var/lib/locate" @@ -10,11 +10,10 @@ maintainer="Juan RP " license="GPL-3" homepage="http://www.gnu.org/software/findutils" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz" -checksum=434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a +checksum=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d make_dirs="/var/lib/locate 0755 root root" conf_files="/etc/updatedb.conf" -conflicts="chroot-findutils>=0" alternatives=" locate:locate:/usr/bin/glocate @@ -28,16 +27,6 @@ alternatives=" find:find.1:/usr/share/man/man1/gfind.1 " -pre_configure() { - case "$XBPS_TARGET_MACHINE" in - *-musl) - # Special case for musl libc; "fix" issues with gnulib. - : > gnulib/lib/freadahead.c - : > gnulib/lib/fseeko.c - echo "void close_stdin(void) {}" > gnulib/lib/closein.c - ;; - esac -} post_install() { # Install the cron daily job. vinstall ${FILESDIR}/updatedb.cron-daily 744 etc/cron.daily updatedb