Index: head/devel/simgear/Makefile =================================================================== --- head/devel/simgear/Makefile (revision 446067) +++ head/devel/simgear/Makefile (revision 446068) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= simgear PORTVERSION= 2017.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} MAINTAINER= martymac@FreeBSD.org COMMENT= Toolkit for 3D games and simulations LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libosg.so:graphics/osg BROKEN_powerpc64= fails to compile: Package.cxx: 'to_string' is not a member of 'std USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut USES= alias cmake compiler cpe jpeg openal:al,alut tar:bzip2 .include # When building with Gcc, needs Gcc 4.6+ .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 USE_GCC= yes .endif .include Index: head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.cxx =================================================================== --- head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.cxx (nonexistent) +++ head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.cxx (revision 446068) @@ -0,0 +1,27 @@ +--- simgear/scene/material/Effect.cxx.orig 2017-04-04 09:24:44.000000000 +0200 ++++ simgear/scene/material/Effect.cxx 2017-07-16 21:55:10.888904000 +0200 +@@ -32,7 +32,7 @@ + #include + #include + #include +-#include ++#include + + #include + #include +@@ -832,13 +832,13 @@ + + // XXX Should these be protected by a mutex? Probably + +-typedef tr1::unordered_map, ++typedef std::unordered_map, + boost::hash, ProgramKey::EqualTo> + ProgramMap; + ProgramMap programMap; + ProgramMap resolvedProgramMap; // map with resolved shader file names + +-typedef tr1::unordered_map, boost::hash > ++typedef std::unordered_map, boost::hash > + ShaderMap; + ShaderMap shaderMap; + Property changes on: head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.cxx ___________________________________________________________________ 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/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.hxx =================================================================== --- head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.hxx (nonexistent) +++ head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.hxx (revision 446068) @@ -0,0 +1,20 @@ +--- simgear/scene/material/Effect.hxx.orig 2017-04-04 09:24:44.000000000 +0200 ++++ simgear/scene/material/Effect.hxx 2017-07-16 21:55:33.247324000 +0200 +@@ -19,7 +19,7 @@ + + #include + #include +-#include ++#include + + #include + +@@ -127,7 +127,7 @@ + bool operator()(const Key& lhs, const Key& rhs) const; + }; + }; +- typedef std::tr1::unordered_map, ++ typedef std::unordered_map, + boost::hash, Key::EqualTo> Cache; + Cache* getCache() + { Property changes on: head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.hxx ___________________________________________________________________ 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