diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-11-02 11:04:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-11-02 11:04:31 +0000 |
commit | 0ea25d146e3be94d5ab0f12b289be5e81ee36089 (patch) | |
tree | 5b1f0c37a709f0e0e62eb40eb4f8db3f0d50cc4c /devel/hadoop/files/patch-src-c++-pipes-impl-HadoopPipes.cc | |
parent | - Fix 'make package-recursive' with staging (diff) |
- Update Apache Hadoop to version 1.2.1.
- Hand maintainership to submitter.
- Replace HADOOP_HOME with DATADIR and HADOOP_ETC with ETCDIR.
- Replace pkg-install and pkg-deinstall with pkg-plist entries.
- Support staging.
- Fix build on FreeBSD 10 (clang, libc++, hardcoded gcc).
PR: ports/183307
Submitted by: Pedro Giffuni <pfg@apache.org>
Diffstat (limited to 'devel/hadoop/files/patch-src-c++-pipes-impl-HadoopPipes.cc')
-rw-r--r-- | devel/hadoop/files/patch-src-c++-pipes-impl-HadoopPipes.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hadoop/files/patch-src-c++-pipes-impl-HadoopPipes.cc b/devel/hadoop/files/patch-src-c++-pipes-impl-HadoopPipes.cc new file mode 100644 index 000000000000..b35e0d12ee92 --- /dev/null +++ b/devel/hadoop/files/patch-src-c++-pipes-impl-HadoopPipes.cc @@ -0,0 +1,10 @@ +--- src/c++/pipes/impl/HadoopPipes.cc.orig 2013-07-23 00:26:40.000000000 +0200 ++++ src/c++/pipes/impl/HadoopPipes.cc 2013-10-30 15:42:33.000000000 +0100 +@@ -34,6 +34,7 @@ + #include <pthread.h> + #include <iostream> + #include <fstream> ++#include <unistd.h> + + #include <openssl/hmac.h> + #include <openssl/buffer.h> |