K 10 svn:author V 6 jbeich K 8 svn:date V 27 2015-04-25T18:19:15.552007Z K 7 svn:log V 718 Unbreak build on FreeBSD 8.x/9.x and DragonFly ./PYSignal.h:35:22: error: expected namespace name using namespace std::placeholders; ~~~~~^ ./PYSignal.h:49:18: error: no type named 'function' in namespace 'std' typedef std::function func_type; ~~~~~^ ./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std' typedef std::shared_ptr EditorPtr; ~~~~~^ PYLibPinyin.cc:223:54: error: 'getline' was not declared in this scope while ((read = getline (&linebuf, &size, dictfile)) != -1) { ^ PR: 199408 Reported by: pkg-fallout, DPorts Submitted by: Henry Hu (maintainer) END