Index: branches/2018Q4/security/clamfs/files/patch-src_clamfs.cxx =================================================================== --- branches/2018Q4/security/clamfs/files/patch-src_clamfs.cxx (nonexistent) +++ branches/2018Q4/security/clamfs/files/patch-src_clamfs.cxx (revision 483287) @@ -0,0 +1,15 @@ +clamfs.cxx:963:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] + rLog(Info, "ClamFS v"VERSION); + ^ + +--- src/clamfs.cxx.orig 2009-11-29 21:04:33 UTC ++++ src/clamfs.cxx +@@ -960,7 +960,7 @@ int main(int argc, char *argv[]) + RLogInit(argc, argv); + RLogOpenStdio(); + +- rLog(Info, "ClamFS v"VERSION); ++ rLog(Info, "ClamFS v" VERSION); + rLog(Info, "Copyright (c) 2007,2008 Krzysztof Burghardt "); + rLog(Info, "http://clamfs.sourceforge.net/"); + Property changes on: branches/2018Q4/security/clamfs/files/patch-src_clamfs.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: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 483286) +++ branches/2018Q4 (revision 483287) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r483286