From cf7c697390501f6fc32b324d6cca71fa192dfc14 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 16 Feb 2015 17:29:19 +0000 Subject: [PATCH] patch: bump version Failed tests summary: FAIL: backup-prefix-suffix FAIL: preserve-mode-and-timestamp FAIL: remember-backup-files FAIL: symlinks FAIL: unmodified-files --- ...{patch-2.7.1.recipe => patch-2.7.4.recipe} | 12 ++++++---- sys-devel/patch/patches/patch-2.7.4.patchset | 23 +++++++++++++++++++ 2 files changed, 30 insertions(+), 5 deletions(-) rename sys-devel/patch/{patch-2.7.1.recipe => patch-2.7.4.recipe} (66%) create mode 100644 sys-devel/patch/patches/patch-2.7.4.patchset diff --git a/sys-devel/patch/patch-2.7.1.recipe b/sys-devel/patch/patch-2.7.4.recipe similarity index 66% rename from sys-devel/patch/patch-2.7.1.recipe rename to sys-devel/patch/patch-2.7.4.recipe index 76e653566..6ec386a5b 100644 --- a/sys-devel/patch/patch-2.7.1.recipe +++ b/sys-devel/patch/patch-2.7.4.recipe @@ -5,12 +5,14 @@ program and applies those differences to one or more original files, producing \ patched versions. " LICENSE="GNU GPL v3" -COPYRIGHT="2012 Free Software Foundation, Inc." +COPYRIGHT="2012-2015 Free Software Foundation, Inc." HOMEPAGE="http://www.gnu.org/software/patch/" -SRC_URI="http://ftp.gnu.org/pub/gnu/patch/patch-2.7.1.tar.bz2" -CHECKSUM_SHA256="aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11" -ARCHITECTURES="x86 x86_gcc2" -REVISION="2" +SRC_URI="http://ftp.gnu.org/pub/gnu/patch/patch-$portVersion.tar.bz2" +CHECKSUM_SHA256="bf1c0d7db8212aa7bd4a780acd381c93e79469bf44fa4923236e306cc247a4e4" +ARCHITECTURES="x86 x86_gcc2 x86_64 arm" +REVISION="1" + +PATCHES="patch-$portVersion.patchset" PROVIDES=" patch = $portVersion diff --git a/sys-devel/patch/patches/patch-2.7.4.patchset b/sys-devel/patch/patches/patch-2.7.4.patchset new file mode 100644 index 000000000..9b5774f2a --- /dev/null +++ b/sys-devel/patch/patches/patch-2.7.4.patchset @@ -0,0 +1,23 @@ +From d3c585d16030c1bd44183499ffa4660ae7e69ec1 Mon Sep 17 00:00:00 2001 +From: Jerome Duval +Date: Mon, 16 Feb 2015 17:22:43 +0000 +Subject: fstatat is in sys/stat.h + + +diff --git a/lib/symlinkat.c b/lib/symlinkat.c +index ce10d94..814b19a 100644 +--- a/lib/symlinkat.c ++++ b/lib/symlinkat.c +@@ -18,6 +18,9 @@ + + #include + ++#ifdef __HAIKU__ ++#include ++#endif + #include + #include + +-- +1.8.3.4 +