Date: Fri, 4 Apr 2014 10:14:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350087 - head/graphics/makehuman/files Message-ID: <201404041014.s34AE4Il020696@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 4 10:14:04 2014 New Revision: 350087 URL: http://svnweb.freebsd.org/changeset/ports/350087 QAT: https://qat.redports.org/buildarchive/r350087/ Log: - Fix build on 10.x - Use canonical filenames for patches Added: head/graphics/makehuman/files/patch-src__ComponentID.h - copied unchanged from r349474, head/graphics/makehuman/files/patch-src-ComponentID.h head/graphics/makehuman/files/patch-src__FileTools.cpp - copied unchanged from r349474, head/graphics/makehuman/files/patch-src-FileTools.cpp head/graphics/makehuman/files/patch-src__FileTools.h (contents, props changed) Deleted: head/graphics/makehuman/files/patch-src-ComponentID.h head/graphics/makehuman/files/patch-src-FileTools.cpp Copied: head/graphics/makehuman/files/patch-src__ComponentID.h (from r349474, head/graphics/makehuman/files/patch-src-ComponentID.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/makehuman/files/patch-src__ComponentID.h Fri Apr 4 10:14:04 2014 (r350087, copy of r349474, head/graphics/makehuman/files/patch-src-ComponentID.h) @@ -0,0 +1,11 @@ +--- src/ComponentID.h.orig 2007-12-03 01:30:18.000000000 +0300 ++++ src/ComponentID.h 2013-09-14 14:26:25.451226331 +0400 +@@ -27,6 +27,8 @@ + #ifndef COMPONENTID_H + #define COMPONENTID_H 1 + ++#include <algorithm> // for for_each in *Panel.cpp ++ + #ifdef HAVE_CONFIG_H + #include <config.h> + #endif Copied: head/graphics/makehuman/files/patch-src__FileTools.cpp (from r349474, head/graphics/makehuman/files/patch-src-FileTools.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/makehuman/files/patch-src__FileTools.cpp Fri Apr 4 10:14:04 2014 (r350087, copy of r349474, head/graphics/makehuman/files/patch-src-FileTools.cpp) @@ -0,0 +1,11 @@ +--- src/FileTools.cpp.orig 2007-11-25 12:28:07.000000000 +0300 ++++ src/FileTools.cpp 2013-09-17 06:11:17.036227572 +0400 +@@ -45,6 +45,8 @@ + #include <dirent.h> + #include <limits.h> + #include <iostream> ++#include <cstdlib> ++#include <cstring> + + /* ========================================================================== * + * FileTools - Implementation Added: head/graphics/makehuman/files/patch-src__FileTools.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/makehuman/files/patch-src__FileTools.h Fri Apr 4 10:14:04 2014 (r350087) @@ -0,0 +1,12 @@ +--- src/FileTools.h.orig 2007-11-25 12:28:06.000000000 +0300 ++++ src/FileTools.h 2014-03-29 06:24:08.329334425 +0400 +@@ -35,6 +35,9 @@ + #include <string> + #include <list> + #include <cassert> ++#include <stdint.h> ++#include <fcntl.h> ++#include <unistd.h> + + using std::string; + using std::list;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041014.s34AE4Il020696>