CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: updated to 8.2 and fixed compilation
authorJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 11:38:06 +0000 (12:38 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 11:38:06 +0000 (12:38 +0100)
coreutils/.footprint
coreutils/.md5sum
coreutils/Pkgfile

index 7d780f9b6447549607e881aa242aeceab06df2b4..fea99a00dd8234bc2f879bc21bb11c4e6cc0ba27 100644 (file)
@@ -57,6 +57,7 @@ drwxr-xr-x    root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/nice
 -rwxr-xr-x     root/root       usr/bin/nl
 -rwxr-xr-x     root/root       usr/bin/nohup
+-rwxr-xr-x     root/root       usr/bin/nproc
 -rwxr-xr-x     root/root       usr/bin/od
 -rwxr-xr-x     root/root       usr/bin/paste
 -rwxr-xr-x     root/root       usr/bin/pathchk
@@ -76,6 +77,7 @@ drwxr-xr-x    root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/sort
 -rwxr-xr-x     root/root       usr/bin/split
 -rwxr-xr-x     root/root       usr/bin/stat
+-rwxr-xr-x     root/root       usr/bin/stdbuf
 -rwxr-xr-x     root/root       usr/bin/sum
 -rwxr-xr-x     root/root       usr/bin/tac
 -rwxr-xr-x     root/root       usr/bin/tail
@@ -95,6 +97,9 @@ drwxr-xr-x    root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/who
 -rwxr-xr-x     root/root       usr/bin/whoami
 -rwxr-xr-x     root/root       usr/bin/yes
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/coreutils/
+-rwxr-xr-x     root/root       usr/lib/coreutils/libstdbuf.so
 drwxr-xr-x     root/root       usr/man/
 drwxr-xr-x     root/root       usr/man/man1/
 -rw-r--r--     root/root       usr/man/man1/base64.1.gz
@@ -142,6 +147,7 @@ drwxr-xr-x  root/root       usr/man/man1/
 -rw-r--r--     root/root       usr/man/man1/nice.1.gz
 -rw-r--r--     root/root       usr/man/man1/nl.1.gz
 -rw-r--r--     root/root       usr/man/man1/nohup.1.gz
+-rw-r--r--     root/root       usr/man/man1/nproc.1.gz
 -rw-r--r--     root/root       usr/man/man1/od.1.gz
 -rw-r--r--     root/root       usr/man/man1/paste.1.gz
 -rw-r--r--     root/root       usr/man/man1/pathchk.1.gz
@@ -166,6 +172,7 @@ drwxr-xr-x  root/root       usr/man/man1/
 -rw-r--r--     root/root       usr/man/man1/sort.1.gz
 -rw-r--r--     root/root       usr/man/man1/split.1.gz
 -rw-r--r--     root/root       usr/man/man1/stat.1.gz
+-rw-r--r--     root/root       usr/man/man1/stdbuf.1.gz
 -rw-r--r--     root/root       usr/man/man1/stty.1.gz
 -rw-r--r--     root/root       usr/man/man1/sum.1.gz
 -rw-r--r--     root/root       usr/man/man1/sync.1.gz
index 56eead5f94952e49f7b271de41c23fc6c999df95..5203980cb35cd77af9ac500a0a907497e2232998 100644 (file)
@@ -1,2 +1,2 @@
-c52f4f64dda9a245c38e74c09fdd86d2  coreutils-7.4.tar.gz
-1fb685fdb0b9d4c082e1b2bdfe932b7a  coreutils-uname.patch
+dfb0d3dbc5f555386339f4f74621cda0  coreutils-8.2.tar.gz
+e14ef9dd59a7e6c7f3ae706771964d75  coreutils-uname.patch
index 58686d4c049f1d3f8c8f35e1b25eaa8640a1e2ba..b8ff1ad69674c93acc50ea34c41e60217f808773 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libgmp
 
 name=coreutils
-version=7.4
+version=8.2
 release=1
 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz 
         coreutils-uname.patch)
@@ -13,9 +13,10 @@ source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz
 build() {
   cd $name-$version
   patch -p1 -i $SRC/coreutils-uname.patch
-  touch man/uname.1 man/hostname.1
+  touch man/uname.1 man/hostname.1 man/arch.1
 
   cat > config.cache <<EOF
+ac_cv_search_clock_gettime=no
 fu_cv_sys_stat_statfs2_bsize=yes
 gl_cv_func_rename_trailing_slash_bug=no
 gl_cv_func_mbrtowc_incomplete_state=yes
@@ -28,6 +29,7 @@ gl_cv_func_wctob_works=yes
 EOF
 
   DEFAULT_POSIX2_VERSION=199209 \
+  GPERF=false \
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \