CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2017/10/23 01:44:22

Added files:
        databases/mongodb/patches: patch-src_mongo_db_dbwebserver_cpp 
                                   
patch-src_mongo_db_matcher_expression_leaf_cpp 
                                   patch-src_mongo_db_repl_master_slave_cpp 
                                   patch-src_mongo_shell_bench_cpp 
                                   patch-src_mongo_util_net_miniwebserver_cpp 

Log message:
Unbreak the build of databases/mongodb after the update of devel/pcre
to 8.41.

pcrecpp.h from pcre exposed std::string (and some other symbols)
to the global namespace by accident, which had been fixed in 8.41,
but obviously some parts of mongodb relies on this accidental
exposure.

ok rsadowski@

Reply via email to