Index: head/games/vavoom/files/patch-source_sys_bsd.cpp =================================================================== --- head/games/vavoom/files/patch-source_sys_bsd.cpp (nonexistent) +++ head/games/vavoom/files/patch-source_sys_bsd.cpp (revision 465152) @@ -0,0 +1,11 @@ +--- source/sys_bsd.cpp.orig 2018-03-20 22:47:18.469528000 +0100 ++++ source/sys_bsd.cpp 2018-03-20 22:52:41.627543000 +0100 +@@ -336,7 +336,7 @@ + { + try + { +- printf("Vavoom dedicated server "VERSION_TEXT" (r" SVN_REVISION_STRING ")\n"); ++ printf("Vavoom dedicated server " VERSION_TEXT " (r" SVN_REVISION_STRING ")\n"); + + GArgs.Init(argc, argv); + Property changes on: head/games/vavoom/files/patch-source_sys_bsd.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/games/vavoom/files/patch-source_sys_wind.cpp =================================================================== --- head/games/vavoom/files/patch-source_sys_wind.cpp (nonexistent) +++ head/games/vavoom/files/patch-source_sys_wind.cpp (revision 465152) @@ -0,0 +1,11 @@ +--- source/sys_wind.cpp.orig 2018-03-20 22:47:18.413282000 +0100 ++++ source/sys_wind.cpp 2018-03-20 22:51:38.847080000 +0100 +@@ -307,7 +307,7 @@ + { + try + { +- printf("Vavoom dedicated server "VERSION_TEXT" (r" SVN_REVISION_STRING ")\n"); ++ printf("Vavoom dedicated server " VERSION_TEXT " (r" SVN_REVISION_STRING ")\n"); + + GArgs.Init(argc, argv); + Property changes on: head/games/vavoom/files/patch-source_sys_wind.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