From owner-svn-ports-branches@FreeBSD.ORG Tue Apr 22 00:47:41 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 292A2E2C; Tue, 22 Apr 2014 00:47:41 +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 14BF41B55; Tue, 22 Apr 2014 00:47:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3M0leQ3024522; Tue, 22 Apr 2014 00:47:40 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3M0leBk024519; Tue, 22 Apr 2014 00:47:40 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201404220047.s3M0leBk024519@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 22 Apr 2014 00:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r351741 - branches/2014Q2/graphics/makehuman/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 00:47:41 -0000 Author: amdmi3 Date: Tue Apr 22 00:47:40 2014 New Revision: 351741 URL: http://svnweb.freebsd.org/changeset/ports/351741 QAT: https://qat.redports.org/buildarchive/r351741/ Log: MFH: r350087 - Fix build on 10.x - Use canonical filenames for patches Approved by: portmgr Added: branches/2014Q2/graphics/makehuman/files/patch-src__ComponentID.h - copied unchanged from r350087, head/graphics/makehuman/files/patch-src__ComponentID.h branches/2014Q2/graphics/makehuman/files/patch-src__FileTools.cpp - copied unchanged from r350087, head/graphics/makehuman/files/patch-src__FileTools.cpp branches/2014Q2/graphics/makehuman/files/patch-src__FileTools.h - copied unchanged from r350087, head/graphics/makehuman/files/patch-src__FileTools.h Deleted: branches/2014Q2/graphics/makehuman/files/patch-src-ComponentID.h branches/2014Q2/graphics/makehuman/files/patch-src-FileTools.cpp Modified: Directory Properties: branches/2014Q2/ (props changed) Copied: branches/2014Q2/graphics/makehuman/files/patch-src__ComponentID.h (from r350087, head/graphics/makehuman/files/patch-src__ComponentID.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q2/graphics/makehuman/files/patch-src__ComponentID.h Tue Apr 22 00:47:40 2014 (r351741, copy of r350087, 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: branches/2014Q2/graphics/makehuman/files/patch-src__FileTools.cpp (from r350087, head/graphics/makehuman/files/patch-src__FileTools.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q2/graphics/makehuman/files/patch-src__FileTools.cpp Tue Apr 22 00:47:40 2014 (r351741, copy of r350087, 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 Copied: branches/2014Q2/graphics/makehuman/files/patch-src__FileTools.h (from r350087, head/graphics/makehuman/files/patch-src__FileTools.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q2/graphics/makehuman/files/patch-src__FileTools.h Tue Apr 22 00:47:40 2014 (r351741, copy of r350087, head/graphics/makehuman/files/patch-src__FileTools.h) @@ -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;