coreutils: Update from 8.24 to 8.25
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 20 Jan 2016 22:49:00 +0000 (17:49 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 20 Jan 2016 22:49:00 +0000 (17:49 -0500)
packages/coreutils/Makefile.in.patch
packages/coreutils/build.sh

index faf3f81..931d7ff 100644 (file)
@@ -1,9 +1,9 @@
 Use man pages generated by help2man in the host build.
 
-diff -u -r ../coreutils-8.24/Makefile.in ./Makefile.in
---- ../coreutils-8.24/Makefile.in      2015-07-03 17:23:13.000000000 -0400
-+++ ./Makefile.in      2015-07-04 07:38:25.901795437 -0400
-@@ -14242,31 +14242,7 @@
+diff -u -r ../coreutils-8.25/Makefile.in ./Makefile.in
+--- ../coreutils-8.25/Makefile.in      2016-01-20 05:55:18.000000000 -0500
++++ ./Makefile.in      2016-01-20 17:47:11.033497974 -0500
+@@ -14385,32 +14385,7 @@
  @SINGLE_BINARY_FALSE@man/yes.1:       src/yes$(EXEEXT)
  
  .x.1:
@@ -19,7 +19,8 @@ diff -u -r ../coreutils-8.24/Makefile.in ./Makefile.in
 -        && $(MKDIR_P) $$t                                             \
 -        && (cd $$t && $(LN_S) '$(abs_top_builddir)/src/'$$prog$(EXEEXT) \
 -                              $$argv$(EXEEXT))                        \
--        && $(run_help2man)                                            \
+-      && : $${SOURCE_DATE_EPOCH=`cat $(srcdir)/.timestamp 2>/dev/null || :`} \
+-      && export SOURCE_DATE_EPOCH && $(run_help2man)                  \
 -                   --source='$(PACKAGE_STRING)'                       \
 -                   --include=$(srcdir)/man/$$name.x                   \
 -                   --output=$$t/$$name.1                              \
index 08f7097..39e0f35 100755 (executable)
@@ -1,7 +1,6 @@
 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/coreutils/
 TERMUX_PKG_DESCRIPTION="Basic file, shell and text manipulation utilities from the GNU project"
-TERMUX_PKG_VERSION=8.24
-TERMUX_PKG_BUILD_REVISION=4
+TERMUX_PKG_VERSION=8.25
 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_mkfifo=yes gl_cv_host_operating_system=Android --without-gmp --enable-single-binary=symlinks ac_cv_func_endpwent=no"
 # pinky has no usage on Android.