Index: head/graphics/animorph/Makefile =================================================================== --- head/graphics/animorph/Makefile (revision 327479) +++ head/graphics/animorph/Makefile (revision 327480) @@ -1,33 +1,34 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= animorph PORTVERSION= 0.3 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Morphing engine for MakeHuman LICENSE= LGPL21 GNU_CONFIGURE= yes USE_GMAKE= yes USES= pkgconfig USE_LDCONFIG= yes +USE_GCC= yes # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * .include post-patch: @${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libanimorphdocDATA||' ${WRKSRC}/Makefile.in .endif .include Index: head/graphics/animorph/files/patch-include-animorph-util.h =================================================================== --- head/graphics/animorph/files/patch-include-animorph-util.h (nonexistent) +++ head/graphics/animorph/files/patch-include-animorph-util.h (revision 327480) @@ -0,0 +1,10 @@ +--- include/animorph/util.h.orig 2007-11-25 12:34:57.000000000 +0300 ++++ include/animorph/util.h 2013-09-14 08:03:24.413227432 +0400 +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include // for atoi() + #include "Vector3.h" + #include "Vertex.h" + #include "VertexVector.h" Property changes on: head/graphics/animorph/files/patch-include-animorph-util.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/animorph/files/patch-src-BodySettings.cpp =================================================================== --- head/graphics/animorph/files/patch-src-BodySettings.cpp (nonexistent) +++ head/graphics/animorph/files/patch-src-BodySettings.cpp (revision 327480) @@ -0,0 +1,10 @@ +--- src/BodySettings.cpp.orig 2007-12-03 01:30:41.000000000 +0300 ++++ src/BodySettings.cpp 2013-09-17 17:25:49.896520104 +0400 +@@ -1,5 +1,7 @@ + #include "../include/animorph/BodySettings.h" + ++#include ++ + using namespace std; + using namespace Animorph; + Property changes on: head/graphics/animorph/files/patch-src-BodySettings.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/animorph/files/patch-src-FaceGroup.cpp =================================================================== --- head/graphics/animorph/files/patch-src-FaceGroup.cpp (nonexistent) +++ head/graphics/animorph/files/patch-src-FaceGroup.cpp (revision 327480) @@ -0,0 +1,10 @@ +--- src/FaceGroup.cpp.orig 2007-12-03 01:30:41.000000000 +0300 ++++ src/FaceGroup.cpp 2013-09-17 17:56:37.772519994 +0400 +@@ -1,5 +1,7 @@ + #include "../include/animorph/FaceGroup.h" + ++#include ++ + using namespace std; + using namespace Animorph; + Property changes on: head/graphics/animorph/files/patch-src-FaceGroup.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/animorph/files/patch-src-Hotspot.cpp =================================================================== --- head/graphics/animorph/files/patch-src-Hotspot.cpp (nonexistent) +++ head/graphics/animorph/files/patch-src-Hotspot.cpp (revision 327480) @@ -0,0 +1,10 @@ +--- src/Hotspot.cpp.orig 2007-11-25 12:34:58.000000000 +0300 ++++ src/Hotspot.cpp 2013-09-17 17:32:58.043519323 +0400 +@@ -1,5 +1,7 @@ + #include "../include/animorph/Hotspot.h" + ++#include ++ + using namespace std; + using namespace Animorph; + Property changes on: head/graphics/animorph/files/patch-src-Hotspot.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/makehuman/Makefile =================================================================== --- head/graphics/makehuman/Makefile (revision 327479) +++ head/graphics/makehuman/Makefile (revision 327480) @@ -1,43 +1,43 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= makehuman DISTVERSION= 0.9.1-rc1a PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Application for parametrical modeling of 3D humanoid characters LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \ mhgui:${PORTSDIR}/graphics/mhgui USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GL= glut -USE_GCC= any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' +USE_GCC= yes # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * .include post-patch: @${REINPLACE_CMD} -e 's,find . \(-name .*\) -exec cp --parents {} \(.*\) \\;,find -d . \1 | ${CPIO} -dumpl \2,g' \ ${WRKSRC}/pixmaps/Makefile.in ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e '/getUserWorkDir/ s|"makehuman"|".makehuman"|g' ${WRKSRC}/src/util.cpp @${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in @${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-makehumandocDATA||' ${WRKSRC}/Makefile.in .endif post-install: ${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0755 ${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0644 .include Index: head/graphics/makehuman/files/patch-src-ComponentID.h =================================================================== --- head/graphics/makehuman/files/patch-src-ComponentID.h (nonexistent) +++ head/graphics/makehuman/files/patch-src-ComponentID.h (revision 327480) @@ -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 Property changes on: head/graphics/makehuman/files/patch-src-ComponentID.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/makehuman/files/patch-src-FileTools.cpp =================================================================== --- head/graphics/makehuman/files/patch-src-FileTools.cpp (nonexistent) +++ head/graphics/makehuman/files/patch-src-FileTools.cpp (revision 327480) @@ -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 Property changes on: head/graphics/makehuman/files/patch-src-FileTools.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/mhgui/Makefile =================================================================== --- head/graphics/mhgui/Makefile (revision 327479) +++ head/graphics/mhgui/Makefile (revision 327480) @@ -1,39 +1,40 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= mhgui PORTVERSION= 0.2 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 MAINTAINER= amdmi3@FreeBSD.org COMMENT= GUI widget library for MakeHuman LICENSE= GPLv2 LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \ png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_GMAKE= yes USES= pkgconfig USE_LDCONFIG= yes USE_XORG= xi xmu ice sm USE_GL= glut +USE_GCC= yes # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * .include post-patch: @${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libmhguidocDATA||' ${WRKSRC}/Makefile.in .endif .include