From 7fcb71551aa359d91fa262cd52aef25e8805d3c0 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Wed, 15 Aug 2018 16:03:38 -1000 Subject: Update coreutils --- data/_coreutils/coreutils-7.4.tar.gz | Bin 9708910 -> 0 bytes data/_coreutils/make.sh | 5 +++-- data/_coreutils/man.diff | 33 +++++++++------------------------ 3 files changed, 12 insertions(+), 26 deletions(-) delete mode 100644 data/_coreutils/coreutils-7.4.tar.gz diff --git a/data/_coreutils/coreutils-7.4.tar.gz b/data/_coreutils/coreutils-7.4.tar.gz deleted file mode 100644 index 53b8982a5..000000000 Binary files a/data/_coreutils/coreutils-7.4.tar.gz and /dev/null differ diff --git a/data/_coreutils/make.sh b/data/_coreutils/make.sh index 0755470b9..30b072569 100644 --- a/data/_coreutils/make.sh +++ b/data/_coreutils/make.sh @@ -1,4 +1,5 @@ pkg:setup +autoreconf -f -i pkg:configure --enable-install-program=su \ ac_cv_c_stack_direction=-1 \ gl_cv_struct_dirent_d_ino=yes \ @@ -65,7 +66,7 @@ pkg:configure --enable-install-program=su \ gl_cv_func_select_supports0=yes \ gl_cv_func_snprintf_size1=yes \ gl_cv_header_working_stdint_h=no \ - gl_cv_func_stpncpy=no \ + gl_cv_func_stpncpy=yes \ gl_cv_func_strndup=no \ ac_cv_func_strnlen_working=no \ ac_cv_func_strtod=yes \ @@ -81,7 +82,7 @@ pkg:configure --enable-install-program=su \ make AR="${PKG_TARG}-ar" CFLAGS='-O2 -mthumb' pkg:install pkg: rm -f /usr/bin/sync -pkg:bin cat chgrp chmod chown cp date dd df dir echo false kill ln ls mkdir mknod mktemp mv pwd readlink rm rmdir sleep stty su touch true uname vdir +pkg:bin cat chgrp chmod chown cp date dd dir echo false kill ln ls mkdir mknod mktemp mv pwd readlink rm rmdir sleep stty su touch true uname vdir pkg: mkdir -p /usr/sbin pkg: mv /usr/bin/chroot /usr/sbin pkg: mkdir -p /etc/profile.d diff --git a/data/_coreutils/man.diff b/data/_coreutils/man.diff index cdcd686d1..abd2660d8 100644 --- a/data/_coreutils/man.diff +++ b/data/_coreutils/man.diff @@ -1,24 +1,9 @@ -diff -ru coreutils-7.4/Makefile.am coreutils-7.4+iPhone/Makefile.am ---- coreutils-7.4/Makefile.am 2009-05-03 20:05:34.000000000 +0000 -+++ coreutils-7.4+iPhone/Makefile.am 2009-06-19 05:47:10.000000000 +0000 -@@ -17,7 +17,7 @@ - - ALL_RECURSIVE_TARGETS = - --SUBDIRS = lib src doc man po tests gnulib-tests -+SUBDIRS = lib src doc po tests gnulib-tests - - changelog_etc = \ - ChangeLog-2005 \ -diff -ru coreutils-7.4/Makefile.in coreutils-7.4+iPhone/Makefile.in ---- coreutils-7.4/Makefile.in 2009-05-07 12:01:41.000000000 +0000 -+++ coreutils-7.4+iPhone/Makefile.in 2009-06-19 05:47:05.000000000 +0000 -@@ -936,7 +936,7 @@ - - # Some tests always need root privileges, others need them only sometimes. - ALL_RECURSIVE_TARGETS = install-root check-root distcheck-hook --SUBDIRS = lib src doc man po tests gnulib-tests -+SUBDIRS = lib src doc po tests gnulib-tests - changelog_etc = \ - ChangeLog-2005 \ - ChangeLog-2006 \ +diff -ur coreutils-8.30/Makefile.am coreutils-8.30+iPhone/Makefile.am +--- coreutils-8.30/Makefile.am 2018-05-13 18:20:24.000000000 -1000 ++++ coreutils-8.30+iPhone/Makefile.am 2018-08-02 22:58:28.000000000 -1000 +@@ -211,5 +211,4 @@ + include $(top_srcdir)/lib/local.mk + include $(top_srcdir)/src/local.mk + include $(top_srcdir)/doc/local.mk +-include $(top_srcdir)/man/local.mk + include $(top_srcdir)/tests/local.mk -- cgit v1.2.3