summaryrefslogtreecommitdiffstats
path: root/coreutils
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 20:44:22 +0000
committerpiernov <piernov@piernov.org>2012-05-13 20:44:22 +0000
commite834ce9af7ef9e113ca75a205741fe0746541ef9 (patch)
tree60c67733bcc1fc356414f65cd898b97854e538f2 /coreutils
parent6351766c00f5b27ee8c078307c57d0ded9ca6791 (diff)
downloadnutyx-pakxe-e834ce9af7ef9e113ca75a205741fe0746541ef9.tar.gz
nutyx-pakxe-e834ce9af7ef9e113ca75a205741fe0746541ef9.tar.bz2
nutyx-pakxe-e834ce9af7ef9e113ca75a205741fe0746541ef9.tar.xz
nutyx-pakxe-e834ce9af7ef9e113ca75a205741fe0746541ef9.zip
coreutils 8.17-1 màj port
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/.md5sum.i6863
-rw-r--r--coreutils/.md5sum.x86_643
-rwxr-xr-xcoreutils/Pkgfile10
3 files changed, 7 insertions, 9 deletions
diff --git a/coreutils/.md5sum.i686 b/coreutils/.md5sum.i686
index 38c63332f..44109bd14 100644
--- a/coreutils/.md5sum.i686
+++ b/coreutils/.md5sum.i686
@@ -1,2 +1 @@
-d48bbb0a7f9d8effd975aa9cef9436ce coreutils-8.16-i18n-1.patch
-89b06f91634208dceba7b36ad1f9e8b9 coreutils-8.16.tar.xz
+bbda656ce8ca2c6903948f9faa204ba3 coreutils-8.17.tar.xz
diff --git a/coreutils/.md5sum.x86_64 b/coreutils/.md5sum.x86_64
index 38c63332f..44109bd14 100644
--- a/coreutils/.md5sum.x86_64
+++ b/coreutils/.md5sum.x86_64
@@ -1,2 +1 @@
-d48bbb0a7f9d8effd975aa9cef9436ce coreutils-8.16-i18n-1.patch
-89b06f91634208dceba7b36ad1f9e8b9 coreutils-8.16.tar.xz
+bbda656ce8ca2c6903948f9faa204ba3 coreutils-8.17.tar.xz
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile
index ac61114fe..c3cfd05d3 100755
--- a/coreutils/Pkgfile
+++ b/coreutils/Pkgfile
@@ -4,17 +4,17 @@
# Packager: thierryn1 at hispeed dot ch
name=coreutils
-version=8.16
+version=8.17
release=1
-source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
- http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch)
+source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz)
+# http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch)
build() {
cd $name-$version
- patch -Np1 -i ../$name-$version-i18n-1.patch
+# patch -Np1 -i ../$name-$version-i18n-1.patch
- ./configure --prefix=/usr \
+ FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
--libexecdir=/usr/lib \
--enable-no-install-program=kill,uptime,hostname
make