Index: head/dns/dnsdist/files/patch-boost-1.69 =================================================================== --- head/dns/dnsdist/files/patch-boost-1.69 (nonexistent) +++ head/dns/dnsdist/files/patch-boost-1.69 (revision 482789) @@ -0,0 +1,13 @@ +https://github.com/PowerDNS/pdns/issues/7091 + +--- dnsdist-lua.cc.orig 2018-07-10 12:43:20 UTC ++++ dnsdist-lua.cc +@@ -73,7 +73,7 @@ void setLuaSideEffect() + + bool getLuaNoSideEffect() + { +- return g_noLuaSideEffect==true; ++ return bool{g_noLuaSideEffect}; + } + + void resetLuaSideEffect() Property changes on: head/dns/dnsdist/files/patch-boost-1.69 ___________________________________________________________________ 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