From: Jose V Beneyto Date: Mon, 14 Dec 2009 11:38:06 +0000 (+0100) Subject: coreutils: updated to 8.2 and fixed compilation X-Git-Url: http://gitweb/?a=commitdiff_plain;h=35de06c035b27ce460cfcdac14d6e89d2c6ed8f3;p=crossrootfs.git coreutils: updated to 8.2 and fixed compilation --- diff --git a/coreutils/.footprint b/coreutils/.footprint index 7d780f9..fea99a0 100644 --- a/coreutils/.footprint +++ b/coreutils/.footprint @@ -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 diff --git a/coreutils/.md5sum b/coreutils/.md5sum index 56eead5..5203980 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,2 +1,2 @@ -c52f4f64dda9a245c38e74c09fdd86d2 coreutils-7.4.tar.gz -1fb685fdb0b9d4c082e1b2bdfe932b7a coreutils-uname.patch +dfb0d3dbc5f555386339f4f74621cda0 coreutils-8.2.tar.gz +e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 58686d4..b8ff1ad 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -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 <