Index: head/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.cc =================================================================== --- head/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.cc (nonexistent) +++ head/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.cc (revision 475079) @@ -0,0 +1,20 @@ +--- src/lib/util/keyval/ipv2_scan.cc.orig 2018-07-22 01:07:05 UTC ++++ src/lib/util/keyval/ipv2_scan.cc +@@ -673,7 +673,7 @@ YY_RULE_SETUP + } + yylval.str = (char *)malloc(strlenyytext+1); + if (!yylval.str) { +- ExEnv::errn() << "IPV2: {string} rule: malloc failed" << endl; ++ ExEnv::errn() << "IPV2: {string} rule: malloc failed" << std::endl; + abort(); + } + strcpy(yylval.str,yytext); +@@ -684,7 +684,7 @@ case 3: + YY_RULE_SETUP + { yylval.str = (char *)malloc(strlen(yytext)); + if (!yylval.str) { +- ExEnv::errn() << "IPV2: {qstring} rule: malloc failed" << endl; ++ ExEnv::errn() << "IPV2: {qstring} rule: malloc failed" << std::endl; + abort(); + } + strcpy(yylval.str,&yytext[1]); Property changes on: head/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.cc ___________________________________________________________________ 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/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.ll =================================================================== --- head/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.ll (nonexistent) +++ head/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.ll (revision 475079) @@ -0,0 +1,20 @@ +--- src/lib/util/keyval/ipv2_scan.ll.orig 2018-07-22 01:07:58 UTC ++++ src/lib/util/keyval/ipv2_scan.ll +@@ -59,7 +59,7 @@ qstring \"[^"\n]+\" + } + yylval.str = (char *)malloc(strlenyytext+1); + if (!yylval.str) { +- ExEnv::errn() << "IPV2: {string} rule: malloc failed" << endl; ++ ExEnv::errn() << "IPV2: {string} rule: malloc failed" << std::endl; + abort(); + } + strcpy(yylval.str,yytext); +@@ -67,7 +67,7 @@ qstring \"[^"\n]+\" + } + {qstring} { yylval.str = (char *)malloc(strlen(yytext)); + if (!yylval.str) { +- ExEnv::errn() << "IPV2: {qstring} rule: malloc failed" << endl; ++ ExEnv::errn() << "IPV2: {qstring} rule: malloc failed" << std::endl; + abort(); + } + strcpy(yylval.str,&yytext[1]); Property changes on: head/science/mpqc/files/patch-src_lib_util_keyval_ipv2__scan.ll ___________________________________________________________________ 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