Index: Makefile =================================================================== --- Makefile (revision 455658) +++ Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= mygui PORTVERSION= 3.2.2 DISTVERSIONPREFIX= MyGUI -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits graphics devel MAINTAINER= amdmi3@FreeBSD.org Index: files/patch-MyGUIEngine_include_MyGUI__Prerequest.h =================================================================== --- files/patch-MyGUIEngine_include_MyGUI__Prerequest.h (nonexistent) +++ files/patch-MyGUIEngine_include_MyGUI__Prerequest.h (working copy) @@ -0,0 +1,21 @@ +--- MyGUIEngine/include/MyGUI_Prerequest.h.orig 2017-11-29 16:23:51 UTC ++++ MyGUIEngine/include/MyGUI_Prerequest.h +@@ -18,18 +18,6 @@ + + #define MYGUI_DEFINE_VERSION(major, minor, patch) ((major << 16) | (minor << 8) | patch) + +-#ifndef MYGUI_DONT_REPLACE_NULLPTR +-# if MYGUI_COMPILER == MYGUI_COMPILER_MSVC +-# ifndef _MANAGED +-# ifndef _NATIVE_NULLPTR_SUPPORTED +-# define nullptr 0 +-# endif +-# endif +-# else +-# define nullptr 0 +-# endif +-#endif +- + namespace MyGUI + { + class Gui; Property changes on: files/patch-MyGUIEngine_include_MyGUI__Prerequest.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