From fea30bec855447092093bdcbc4291d82b910c24f Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 7 Jun 2014 11:23:22 +0000 Subject: [PATCH] dash: remove patch --- app-shells/dash/dash-0.5.7.recipe | 6 ++---- app-shells/dash/patches/dash-0.5.7.patchset | 21 --------------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 app-shells/dash/patches/dash-0.5.7.patchset diff --git a/app-shells/dash/dash-0.5.7.recipe b/app-shells/dash/dash-0.5.7.recipe index 94fc8675f..b07f21bce 100644 --- a/app-shells/dash/dash-0.5.7.recipe +++ b/app-shells/dash/dash-0.5.7.recipe @@ -7,13 +7,11 @@ it is significantly faster than bash (the GNU Bourne-Again Shell) for most tasks HOMEPAGE="http://gondor.apana.org/~herbert/dash/" SRC_URI="http://gondor.apana.org/~herbert/dash/files/dash-0.5.7.tar.gz" CHECKSUM_SHA256="ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39" -REVISION="1" +REVISION="2" LICENSE="GNU GPL v3" COPYRIGHT="Copyright (c) 1989-1994 The Regents of the University of California. 1997 Christos Zoulas. 1997-2005 Herbert Xu." -ARCHITECTURES="?x86_gcc2 ?x86 !x86_64" - -PATCHES="dash-0.5.7.patchset" +ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" dash = $portVersion diff --git a/app-shells/dash/patches/dash-0.5.7.patchset b/app-shells/dash/patches/dash-0.5.7.patchset deleted file mode 100644 index fc88d2dc2..000000000 --- a/app-shells/dash/patches/dash-0.5.7.patchset +++ /dev/null @@ -1,21 +0,0 @@ -From bf0f50131da4ab31343b239a7e4360ffeb82779a Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Sat, 19 Apr 2014 20:07:51 +0000 -Subject: string.h needs __USE_GNU - - -diff --git a/src/mystring.h b/src/mystring.h -index 083ea98..0381f6c 100644 ---- a/src/mystring.h -+++ b/src/mystring.h -@@ -35,6 +35,7 @@ - */ - - #include -+#define __USE_GNU - #include - - extern const char snlfmt[]; --- -1.8.3.4 -