svn commit: r351741 - branches/2014Q2/graphics/makehuman/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 22 00:47:41 UTC 2014


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 <algorithm> // for for_each in *Panel.cpp
++
+ #ifdef HAVE_CONFIG_H
+   #include <config.h>
+ #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 <dirent.h>
+ #include <limits.h>
+ #include <iostream>
++#include <cstdlib>
++#include <cstring>
+ 
+ /* ========================================================================== *
+  * 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 <string>
+ #include <list>
+ #include <cassert>
++#include <stdint.h>
++#include <fcntl.h>
++#include <unistd.h>
+ 
+ using std::string;
+ using std::list;


More information about the svn-ports-branches mailing list