From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 10:14:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3052CA6E; Fri, 4 Apr 2014 10:14:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1041498A; Fri, 4 Apr 2014 10:14:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34AE4Ph020699; Fri, 4 Apr 2014 10:14:04 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34AE4Il020696; Fri, 4 Apr 2014 10:14:04 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201404041014.s34AE4Il020696@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 4 Apr 2014 10:14:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350087 - head/graphics/makehuman/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 10:14:05 -0000 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 // for for_each in *Panel.cpp ++ + #ifdef HAVE_CONFIG_H + #include + #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 + #include + #include ++#include ++#include + + /* ========================================================================== * + * 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 + #include + #include ++#include ++#include ++#include + + using std::string; + using std::list;