Index: head/games/dunelegacy/Makefile =================================================================== --- head/games/dunelegacy/Makefile (revision 431249) +++ head/games/dunelegacy/Makefile (revision 431250) @@ -1,29 +1,23 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= dunelegacy PORTVERSION= 0.96.3 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= swills@FreeBSD.org COMMENT= Open source clone of Dune II -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lib tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl mixer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_UNSAFE= yes -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -EXTRA_PATCHES= files/extra-patch-include__misc__functional.h files/extra-patch-include__misc__memory.h -.endif - -.include +.include Index: head/games/dunelegacy/files/extra-patch-include__misc__memory.h =================================================================== --- head/games/dunelegacy/files/extra-patch-include__misc__memory.h (revision 431249) +++ head/games/dunelegacy/files/extra-patch-include__misc__memory.h (nonexistent) @@ -1,18 +0,0 @@ ---- ./include/misc/memory.h.orig 2011-07-15 23:19:01.000000000 +0000 -+++ ./include/misc/memory.h 2014-08-15 18:13:48.594576019 +0000 -@@ -1,12 +1,12 @@ - #ifndef MEMORY_INCLUDED - #define MEMORY_INCLUDED - --#include -+#include - - namespace std { -- using std::tr1::shared_ptr; -+ using std::shared_ptr; - -- using std::tr1::dynamic_pointer_cast; -+ using std::dynamic_pointer_cast; - } - - #endif //MEMORY_INCLUDED Property changes on: head/games/dunelegacy/files/extra-patch-include__misc__memory.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/dunelegacy/files/extra-patch-include__misc__functional.h =================================================================== --- head/games/dunelegacy/files/extra-patch-include__misc__functional.h (revision 431249) +++ head/games/dunelegacy/files/extra-patch-include__misc__functional.h (nonexistent) @@ -1,21 +0,0 @@ ---- ./include/misc/functional.h.orig 2011-01-07 18:30:22.000000000 +0000 -+++ ./include/misc/functional.h 2014-08-15 18:13:48.592575865 +0000 -@@ -1,14 +1,14 @@ - #ifndef FUNCTIONAL_INCLUDED - #define FUNCTIONAL_INCLUDED - --#include -+#include - - namespace std { -- using std::tr1::bind; -- using std::tr1::function; -+ using std::bind; -+ using std::function; - - namespace placeholders { -- using namespace std::tr1::placeholders; -+ using namespace std::placeholders; - } - } - Property changes on: head/games/dunelegacy/files/extra-patch-include__misc__functional.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/dunelegacy/files/patch-include__misc__functional.h =================================================================== --- head/games/dunelegacy/files/patch-include__misc__functional.h (nonexistent) +++ head/games/dunelegacy/files/patch-include__misc__functional.h (revision 431250) @@ -0,0 +1,21 @@ +--- ./include/misc/functional.h.orig 2011-01-07 18:30:22.000000000 +0000 ++++ ./include/misc/functional.h 2014-08-15 18:13:48.592575865 +0000 +@@ -1,14 +1,14 @@ + #ifndef FUNCTIONAL_INCLUDED + #define FUNCTIONAL_INCLUDED + +-#include ++#include + + namespace std { +- using std::tr1::bind; +- using std::tr1::function; ++ using std::bind; ++ using std::function; + + namespace placeholders { +- using namespace std::tr1::placeholders; ++ using namespace std::placeholders; + } + } + Property changes on: head/games/dunelegacy/files/patch-include__misc__functional.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/games/dunelegacy/files/patch-include__misc__memory.h =================================================================== --- head/games/dunelegacy/files/patch-include__misc__memory.h (nonexistent) +++ head/games/dunelegacy/files/patch-include__misc__memory.h (revision 431250) @@ -0,0 +1,18 @@ +--- ./include/misc/memory.h.orig 2011-07-15 23:19:01.000000000 +0000 ++++ ./include/misc/memory.h 2014-08-15 18:13:48.594576019 +0000 +@@ -1,12 +1,12 @@ + #ifndef MEMORY_INCLUDED + #define MEMORY_INCLUDED + +-#include ++#include + + namespace std { +- using std::tr1::shared_ptr; ++ using std::shared_ptr; + +- using std::tr1::dynamic_pointer_cast; ++ using std::dynamic_pointer_cast; + } + + #endif //MEMORY_INCLUDED Property changes on: head/games/dunelegacy/files/patch-include__misc__memory.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