Index: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h =================================================================== --- head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h (revision 404504) +++ head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h (nonexistent) @@ -1,12 +0,0 @@ ---- src/modules/imagery/imagery_opencv/opencv.h.orig 2015-02-26 07:51:59 UTC -+++ src/modules/imagery/imagery_opencv/opencv.h -@@ -74,7 +74,8 @@ - - //--------------------------------------------------------- - #include -- -+#include -+#include - - /////////////////////////////////////////////////////////// - // // Property changes on: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.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/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h =================================================================== --- head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h (nonexistent) +++ head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h (revision 404505) @@ -0,0 +1,12 @@ +--- src/modules/imagery/imagery_opencv/opencv.h.orig 2015-12-21 09:38:29 UTC ++++ src/modules/imagery/imagery_opencv/opencv.h +@@ -74,7 +74,8 @@ + + //--------------------------------------------------------- + #include +- ++#include ++#include + + /////////////////////////////////////////////////////////// + // // Property changes on: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.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/math/saga/files/patch-src_saga__core_saga__api_table.cpp =================================================================== --- head/math/saga/files/patch-src_saga__core_saga__api_table.cpp (nonexistent) +++ head/math/saga/files/patch-src_saga__core_saga__api_table.cpp (revision 404505) @@ -0,0 +1,11 @@ +--- src/saga_core/saga_api/table.cpp.orig 2015-12-21 09:38:29 UTC ++++ src/saga_core/saga_api/table.cpp +@@ -175,7 +175,7 @@ bool CSG_Table::Create(const CSG_String + SG_UI_Msg_Add(CSG_String::Format("%s: %s...", _TL("Load table"), File_Name.c_str()), true); + + //----------------------------------------------------- +- bool bResult = File_Name.BeforeFirst(':').Cmp("PGSQL") && SG_File_Exists(File_Name) && Load(File_Name, (int)Format, NULL); ++ bool bResult = File_Name.BeforeFirst(':').Cmp("PGSQL") && SG_File_Exists(File_Name) && Load(File_Name, (int)Format, '\0'); + + if( bResult ) + { Property changes on: head/math/saga/files/patch-src_saga__core_saga__api_table.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/math/saga/files/patch-src_saga__core_saga__api_table__io.cpp =================================================================== --- head/math/saga/files/patch-src_saga__core_saga__api_table__io.cpp (nonexistent) +++ head/math/saga/files/patch-src_saga__core_saga__api_table__io.cpp (revision 404505) @@ -0,0 +1,11 @@ +--- src/saga_core/saga_api/table_io.cpp.orig 2015-12-21 09:38:29 UTC ++++ src/saga_core/saga_api/table_io.cpp +@@ -118,7 +118,7 @@ bool CSG_Table::Load(const CSG_String &F + //--------------------------------------------------------- + bool CSG_Table::Save(const CSG_String &File_Name, int Format) + { +- return( Save(File_Name, Format, NULL) ); ++ return( Save(File_Name, Format, '\0') ); + } + + //--------------------------------------------------------- Property changes on: head/math/saga/files/patch-src_saga__core_saga__api_table__io.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