CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: updated to 8.29
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 02:46:42 +0000 (02:46 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 02:46:42 +0000 (02:46 +0000)
coreutils/.md5sum
coreutils/Pkgfile

index 0e3d35f501efc21786321b85d9ad7d1c2d01a5e7..796566da363260aab0b380ce2690691f578f6a8b 100644 (file)
@@ -1,3 +1,2 @@
-a2de56a7c68e192d3e8a3a4a8bc0d826  coreutils-8.26-Fix-cross.patch
-d5aa2072f662d4118b9f4c63b94601a6  coreutils-8.26.tar.xz
+960cfe75a42c9907c71439f8eb436303  coreutils-8.29.tar.xz
 e14ef9dd59a7e6c7f3ae706771964d75  coreutils-uname.patch
index 48f583b0fe805e367297006d8be56240af9e2c8b..c4093e2e8ad95286e67ec7342888be0c3448f6c5 100644 (file)
@@ -5,16 +5,15 @@
 # Depends on: libgmp acl libcap
 
 name=coreutils
-version=8.26
+version=8.29
 release=1
 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz \
-        $name-uname.patch $name-$version-Fix-cross.patch)
+        $name-uname.patch)
 
 build() {
   cd $name-$version
 
   patch -p1 -i $SRC/$name-uname.patch
-  patch -p1 -i $SRC/$name-$version-Fix-cross.patch
 
   cat > config.cache <<EOF
 ac_cv_search_clock_gettime=no
@@ -31,10 +30,6 @@ EOF
 
   export FORCE_UNSAFE_CONFIGURE=1
 
-  # fix to avoid build manpages
-  sed "s|UBDIRS = po . gnulib-tests|UBDIRS = . gnulib-tests|g" -i Makefile.am
-  sed 's|include $(top_srcdir)/man/local.mk||g' -i Makefile.am
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \