ports/core (2.4): coreutils: readded a uname-patch
commit de952af96a38338752f3eecd9979405b7f844533 Author: Juergen Daubert <jue@jue.li> Date: Fri Jan 25 11:23:56 2008 +0100 coreutils: readded a uname-patch diff --git a/coreutils/.md5sum b/coreutils/.md5sum index 4da976f..15c7e27 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1 +1,2 @@ eca0de1bf7389694305d7e52cd76a472 coreutils-6.10.tar.gz +1fb685fdb0b9d4c082e1b2bdfe932b7a coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index f7d1bf0..8e70fb4 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -4,12 +4,15 @@ name=coreutils version=6.10 -release=1 -source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) +release=2 +source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz + coreutils-uname.patch) build() { cd $name-$version + patch -p1 -i $SRC/coreutils-uname.patch + DEFAULT_POSIX2_VERSION=199209 \ ./configure --prefix=/usr \ --mandir=/usr/man \
participants (1)
-
crux@crux.nu