Index: head/net/libcmis/files/patch-src_libcmis_xml-utils.cxx =================================================================== --- head/net/libcmis/files/patch-src_libcmis_xml-utils.cxx (nonexistent) +++ head/net/libcmis/files/patch-src_libcmis_xml-utils.cxx (revision 474435) @@ -0,0 +1,21 @@ +After https://github.com/boostorg/uuid/commit/33da3e2a5b87 build fails: + +xml-utils.cxx:34:10: fatal error: 'boost/uuid/sha1.hpp' file not found +#include + ^~~~~~~~~~~~~~~~~~~~~ + +--- src/libcmis/xml-utils.cxx.orig 2016-03-01 16:14:26 UTC ++++ src/libcmis/xml-utils.cxx +@@ -31,7 +31,12 @@ + #include + #include + ++#include ++#if (BOOST_VERSION >= 106600) ++#include ++#else + #include ++#endif + #include + + #include "xml-utils.hxx" Property changes on: head/net/libcmis/files/patch-src_libcmis_xml-utils.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