From owner-svn-ports-all@FreeBSD.ORG Mon May 12 12:59:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C5EDB3B; Mon, 12 May 2014 12:59:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E7F5230F; Mon, 12 May 2014 12:59:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CCxnPA022589; Mon, 12 May 2014 12:59:49 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CCxmWk022581; Mon, 12 May 2014 12:59:48 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201405121259.s4CCxmWk022581@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 May 2014 12:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353816 - in head/databases/mongodb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 12:59:49 -0000 Author: ale Date: Mon May 12 12:59:48 2014 New Revision: 353816 URL: http://svnweb.freebsd.org/changeset/ports/353816 QAT: https://qat.redports.org/buildarchive/r353816/ Log: Update to 2.6.1 release. Deleted: head/databases/mongodb/files/clang-patch-src_mongo_db_fts_stemmer.cpp head/databases/mongodb/files/clang-patch-src_mongo_platform_unordered_map.h head/databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h head/databases/mongodb/files/clang-patch-src_third_party_s2_hash.h head/databases/mongodb/files/patch-src_mongo_dbtests_documentsourcetests.cpp head/databases/mongodb/files/patch-src_mongo_scripting_engine_spidermonkey.cpp head/databases/mongodb/files/patch-src_mongo_scripting_engine_spidermonkey.h head/databases/mongodb/files/patch-src_mongo_util_net_ssl_manager.cpp Modified: head/databases/mongodb/Makefile head/databases/mongodb/distinfo head/databases/mongodb/files/patch-SConstruct head/databases/mongodb/files/patch-src_mongo_SConscript head/databases/mongodb/pkg-plist Modified: head/databases/mongodb/Makefile ============================================================================== --- head/databases/mongodb/Makefile Mon May 12 12:58:38 2014 (r353815) +++ head/databases/mongodb/Makefile Mon May 12 12:59:48 2014 (r353816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongodb -PORTVERSION= 2.4.10 +PORTVERSION= 2.6.1 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} @@ -16,23 +16,25 @@ LICENSE_COMB= multi LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libpcre.so:${PORTSDIR}/devel/pcre \ - libsnappy.so:${PORTSDIR}/archivers/snappy + libsnappy.so:${PORTSDIR}/archivers/snappy \ + libv8.so:${PORTSDIR}/lang/v8 \ # boost 1.52/1.55 from ports make mongod segfaulting with many tests # LIB_DEPENDS+= libboost_system.so:${PORTSDIR}/devel/boost-libs # MAKE_ARGS+= --use-system-boost +# use bundled yaml +# MAKE_ARGS+= --use-system-yaml +# LIB_DEPENDS+= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" -OPTIONS_DEFINE= SM SSL SASL TEST +OPTIONS_DEFINE= SSL SASL TEST OPTIONS_DEFAULT=SSL -SM_DESC= Use SpiderMonkey instead of V8 for JavaScript TEST_DESC= Add support for running regression test USES= scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} --cc=${CC} --cxx=${CXX} \ - --use-system-pcre --use-system-snappy \ - --full --sharedclient + --use-system-pcre --use-system-snappy --use-system-v8 USERS= mongodb GROUPS= mongodb @@ -43,14 +45,6 @@ PORTSCOUT= limitw:1,even .include -.if ${PORT_OPTIONS:MSM} -MAKE_ARGS+= --usesm --use-system-sm -LIB_DEPENDS+= libjs.so:${PORTSDIR}/lang/spidermonkey17 -.else -MAKE_ARGS+= --usev8 --use-system-v8 -LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 -.endif - .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes MAKE_ARGS+= --ssl @@ -71,13 +65,6 @@ TEST_TARGET+= smokeSsl ALL_TARGET= core tools .endif -.if ${OSVERSION} >= 1000024 -EXTRA_PATCHES= ${PATCHDIR}/clang-patch-src_mongo_db_fts_stemmer.cpp \ - ${PATCHDIR}/clang-patch-src_mongo_platform_unordered_map.h \ - ${PATCHDIR}/clang-patch-src_mongo_platform_unordered_set.h \ - ${PATCHDIR}/clang-patch-src_third_party_s2_hash.h -.endif - post-patch: @${REINPLACE_CMD} 's/\["-O3"\]/"${CFLAGS}"/' \ ${WRKSRC}/SConstruct Modified: head/databases/mongodb/distinfo ============================================================================== --- head/databases/mongodb/distinfo Mon May 12 12:58:38 2014 (r353815) +++ head/databases/mongodb/distinfo Mon May 12 12:59:48 2014 (r353816) @@ -1,2 +1,2 @@ -SHA256 (mongodb-src-r2.4.10.tar.gz) = 8ac8d0537e5316e842e3713870b76ea3cc18ec1234307e850046449f48a87402 -SIZE (mongodb-src-r2.4.10.tar.gz) = 14166404 +SHA256 (mongodb-src-r2.6.1.tar.gz) = a3199666acff3d8e236a93118de497a20b47309cf91495099f9a22b9787d262b +SIZE (mongodb-src-r2.6.1.tar.gz) = 14425586 Modified: head/databases/mongodb/files/patch-SConstruct ============================================================================== --- head/databases/mongodb/files/patch-SConstruct Mon May 12 12:58:38 2014 (r353815) +++ head/databases/mongodb/files/patch-SConstruct Mon May 12 12:59:48 2014 (r353816) @@ -1,6 +1,6 @@ ---- SConstruct.orig 2013-03-22 20:55:25.000000000 +0100 -+++ SConstruct 2013-03-26 20:22:38.000000000 +0100 -@@ -702,7 +702,7 @@ +--- SConstruct.orig 2014-05-05 02:29:43.000000000 +0000 ++++ SConstruct 2014-05-12 09:50:56.999470711 +0000 +@@ -843,7 +843,7 @@ env.Append( LIBS=[] ) #make scons colorgcc friendly @@ -9,24 +9,3 @@ try: env['ENV'][key] = os.environ[key] except KeyError: -@@ -805,6 +805,20 @@ - print( "c++ compiler not installed!" ) - Exit(1) - -+ if use_system_version_of_library("pcre"): -+ if not conf.CheckLib("pcrecpp"): -+ Exit(1) -+ if not conf.CheckLib("pcre"): -+ Exit(1) -+ -+ if use_system_version_of_library("snappy"): -+ if not conf.CheckLib("snappy"): -+ Exit(1) -+ -+ if usesm and use_system_version_of_library("sm"): -+ if not conf.CheckLib("js"): -+ Exit(1) -+ - if use_system_version_of_library("boost"): - if not conf.CheckCXXHeader( "boost/filesystem/operations.hpp" ): - print( "can't find boost headers" ) Modified: head/databases/mongodb/files/patch-src_mongo_SConscript ============================================================================== --- head/databases/mongodb/files/patch-src_mongo_SConscript Mon May 12 12:58:38 2014 (r353815) +++ head/databases/mongodb/files/patch-src_mongo_SConscript Mon May 12 12:59:48 2014 (r353816) @@ -9,15 +9,6 @@ env.SConscript(['base/SConscript', 'db/auth/SConscript', -@@ -310,7 +310,7 @@ env.CppUnitTest('bson_template_evaluator - if usesm: - env.StaticLibrary('scripting', scripting_common_files + ['scripting/engine_spidermonkey.cpp', - 'scripting/sm_db.cpp'], -- LIBDEPS=['$BUILD_DIR/third_party/js-1.7/js', 'bson_template_evaluator']) -+ LIBDEPS=['bson_template_evaluator'], CPPDEFINES=["XP_UNIX"]) - elif usev8: - env.StaticLibrary('scripting', scripting_common_files + ['scripting/engine_v8.cpp', - 'scripting/v8_db.cpp', @@ -765,7 +765,7 @@ def installBinary( e, name ): if enforce_glibc: e.AddPostAction( name, checkGlibc ) Modified: head/databases/mongodb/pkg-plist ============================================================================== --- head/databases/mongodb/pkg-plist Mon May 12 12:58:38 2014 (r353815) +++ head/databases/mongodb/pkg-plist Mon May 12 12:59:48 2014 (r353816) @@ -14,396 +14,3 @@ bin/mongos bin/mongosniff bin/mongostat bin/mongotop -include/mongo/base/configuration_variable_manager.h -include/mongo/base/counter.h -include/mongo/base/disallow_copying.h -include/mongo/base/error_codes.h -include/mongo/base/global_initializer.h -include/mongo/base/global_initializer_registerer.h -include/mongo/base/init.h -include/mongo/base/initializer.h -include/mongo/base/initializer_context.h -include/mongo/base/initializer_dependency_graph.h -include/mongo/base/initializer_function.h -include/mongo/base/make_string_vector.h -include/mongo/base/owned_pointer_map.h -include/mongo/base/owned_pointer_vector.h -include/mongo/base/parse_number.h -include/mongo/base/status.h -include/mongo/base/string_data-inl.h -include/mongo/base/string_data.h -include/mongo/bson/bson-inl.h -include/mongo/bson/bson.h -include/mongo/bson/bson_builder_base.h -include/mongo/bson/bson_db.h -include/mongo/bson/bson_field.h -include/mongo/bson/bson_validate.h -include/mongo/bson/bsonelement.h -include/mongo/bson/bsonmisc.h -include/mongo/bson/bsonobj.h -include/mongo/bson/bsonobjbuilder.h -include/mongo/bson/bsonobjiterator.h -include/mongo/bson/bsontypes.h -include/mongo/bson/inline_decls.h -include/mongo/bson/oid.h -include/mongo/bson/ordering.h -include/mongo/bson/util/atomic_int.h -include/mongo/bson/util/bson_extract.h -include/mongo/bson/util/builder.h -include/mongo/bson/util/misc.h -include/mongo/client/authlevel.h -include/mongo/client/clientOnly-private.h -include/mongo/client/connpool.h -include/mongo/client/constants.h -include/mongo/client/dbclient.h -include/mongo/client/dbclient_rs.h -include/mongo/client/dbclientcursor.h -include/mongo/client/dbclientinterface.h -include/mongo/client/dbclientmockcursor.h -include/mongo/client/distlock.h -include/mongo/client/gridfs.h -include/mongo/client/model.h -include/mongo/client/parallel.h -include/mongo/client/redef_macros.h -include/mongo/client/sasl_client_authenticate.h -include/mongo/client/sasl_client_session.h -include/mongo/client/syncclusterconnection.h -include/mongo/client/undef_macros.h -include/mongo/db/auth/action_set.h -include/mongo/db/auth/action_type.h -include/mongo/db/auth/auth_external_state.h -include/mongo/db/auth/auth_external_state_d.h -include/mongo/db/auth/auth_external_state_mock.h -include/mongo/db/auth/auth_external_state_s.h -include/mongo/db/auth/auth_external_state_server_common.h -include/mongo/db/auth/auth_index_d.h -include/mongo/db/auth/authentication_session.h -include/mongo/db/auth/authorization_manager.h -include/mongo/db/auth/mongo_authentication_session.h -include/mongo/db/auth/principal.h -include/mongo/db/auth/principal_name.h -include/mongo/db/auth/principal_set.h -include/mongo/db/auth/privilege.h -include/mongo/db/auth/privilege_set.h -include/mongo/db/auth/security_key.h -include/mongo/db/background.h -include/mongo/db/btree.h -include/mongo/db/btree_stats.h -include/mongo/db/btreebuilder.h -include/mongo/db/btreecursor.h -include/mongo/db/btreeposition.h -include/mongo/db/cc_by_loc.h -include/mongo/db/client.h -include/mongo/db/client_basic.h -include/mongo/db/clientcursor.h -include/mongo/db/cloner.h -include/mongo/db/cmdline.h -include/mongo/db/collection.h -include/mongo/db/commands.h -include/mongo/db/curop-inl.h -include/mongo/db/curop.h -include/mongo/db/cursor.h -include/mongo/db/d_concurrency.h -include/mongo/db/d_globals.h -include/mongo/db/database.h -include/mongo/db/databaseholder.h -include/mongo/db/db.h -include/mongo/db/dbhelpers.h -include/mongo/db/dbmessage.h -include/mongo/db/dbwebserver.h -include/mongo/db/diskloc.h -include/mongo/db/dur.h -include/mongo/db/dur_commitjob.h -include/mongo/db/dur_journal.h -include/mongo/db/dur_journalformat.h -include/mongo/db/dur_journalimpl.h -include/mongo/db/dur_recover.h -include/mongo/db/dur_stats.h -include/mongo/db/durop.h -include/mongo/db/explain.h -include/mongo/db/extsort.h -include/mongo/db/field_ref.h -include/mongo/db/filever.h -include/mongo/db/hasher.h -include/mongo/db/hashindex.h -include/mongo/db/index.h -include/mongo/db/index_insertion_continuation.h -include/mongo/db/index_rebuilder.h -include/mongo/db/index_set.h -include/mongo/db/index_update.h -include/mongo/db/indexkey.h -include/mongo/db/initialize_server_global_state.h -include/mongo/db/instance.h -include/mongo/db/interrupt_status.h -include/mongo/db/interrupt_status_mongod.h -include/mongo/db/intervalbtreecursor.h -include/mongo/db/introspect.h -include/mongo/db/jsobj.h -include/mongo/db/jsobjmanipulator.h -include/mongo/db/json.h -include/mongo/db/key.h -include/mongo/db/keypattern.h -include/mongo/db/kill_current_op.h -include/mongo/db/lasterror.h -include/mongo/db/lockstat.h -include/mongo/db/lockstate.h -include/mongo/db/matcher.h -include/mongo/db/memconcept.h -include/mongo/db/minilex.h -include/mongo/db/module.h -include/mongo/db/mongommf.h -include/mongo/db/namespace-inl.h -include/mongo/db/namespace.h -include/mongo/db/namespace_details-inl.h -include/mongo/db/namespace_details.h -include/mongo/db/namespacestring.h -include/mongo/db/oplog.h -include/mongo/db/oplogreader.h -include/mongo/db/ops/count.h -include/mongo/db/ops/delete.h -include/mongo/db/ops/modifier_base.h -include/mongo/db/ops/query.h -include/mongo/db/ops/update.h -include/mongo/db/ops/update_internal.h -include/mongo/db/pagefault.h -include/mongo/db/pdfile.h -include/mongo/db/pdfile_private.h -include/mongo/db/pdfile_version.h -include/mongo/db/prefetch.h -include/mongo/db/projection.h -include/mongo/db/queryoptimizer.h -include/mongo/db/queryoptimizercursor.h -include/mongo/db/queryoptimizercursorimpl.h -include/mongo/db/querypattern.h -include/mongo/db/queryutil-inl.h -include/mongo/db/queryutil.h -include/mongo/db/record.h -include/mongo/db/repl.h -include/mongo/db/repl/bgsync.h -include/mongo/db/repl/connections.h -include/mongo/db/repl/health.h -include/mongo/db/repl/multicmd.h -include/mongo/db/repl/rs.h -include/mongo/db/repl/rs_config.h -include/mongo/db/repl/rs_exception.h -include/mongo/db/repl/rs_member.h -include/mongo/db/repl/rs_optime.h -include/mongo/db/repl/rs_sync.h -include/mongo/db/repl_block.h -include/mongo/db/replutil.h -include/mongo/db/resource.h -include/mongo/db/restapi.h -include/mongo/db/scanandorder.h -include/mongo/db/server_parameters.h -include/mongo/db/server_parameters_inline.h -include/mongo/db/sort_phase_one.h -include/mongo/db/stats/counters.h -include/mongo/db/stats/fine_clock.h -include/mongo/db/stats/service_stats.h -include/mongo/db/stats/snapshots.h -include/mongo/db/stats/timer_stats.h -include/mongo/db/stats/top.h -include/mongo/db/taskqueue.h -include/mongo/db/ttl.h -include/mongo/pch.h -include/mongo/platform/atomic_intrinsics.h -include/mongo/platform/atomic_intrinsics_gcc.h -include/mongo/platform/atomic_intrinsics_win32.h -include/mongo/platform/atomic_word.h -include/mongo/platform/backtrace.h -include/mongo/platform/basic.h -include/mongo/platform/bits.h -include/mongo/platform/compiler.h -include/mongo/platform/compiler_gcc.h -include/mongo/platform/compiler_msvc.h -include/mongo/platform/cstdint.h -include/mongo/platform/float_utils.h -include/mongo/platform/posix_fadvise.h -include/mongo/platform/random.h -include/mongo/platform/strcasestr.h -include/mongo/platform/strtoll.h -include/mongo/platform/unordered_map.h -include/mongo/platform/unordered_set.h -include/mongo/platform/windows_basic.h -include/mongo/s/balance.h -include/mongo/s/balancer_policy.h -include/mongo/s/chunk.h -include/mongo/s/chunk_diff.h -include/mongo/s/chunk_diff.hpp -include/mongo/s/chunk_version.h -include/mongo/s/client_info.h -include/mongo/s/cluster_client_internal.h -include/mongo/s/collection_manager.h -include/mongo/s/config.h -include/mongo/s/config_server_checker_service.h -include/mongo/s/config_upgrade.h -include/mongo/s/config_upgrade_helpers.h -include/mongo/s/cursors.h -include/mongo/s/d_chunk_manager.h -include/mongo/s/d_logic.h -include/mongo/s/d_writeback.h -include/mongo/s/field_parser-inl.h -include/mongo/s/field_parser.h -include/mongo/s/grid.h -include/mongo/s/interrupt_status_mongos.h -include/mongo/s/metadata_loader.h -include/mongo/s/mongo_version_range.h -include/mongo/s/request.h -include/mongo/s/server.h -include/mongo/s/shard.h -include/mongo/s/shardkey.h -include/mongo/s/stale_exception.h -include/mongo/s/strategy.h -include/mongo/s/type_changelog.h -include/mongo/s/type_chunk.h -include/mongo/s/type_collection.h -include/mongo/s/type_config_version.h -include/mongo/s/type_database.h -include/mongo/s/type_lockpings.h -include/mongo/s/type_locks.h -include/mongo/s/type_mongos.h -include/mongo/s/type_settings.h -include/mongo/s/type_shard.h -include/mongo/s/type_tags.h -include/mongo/s/version_manager.h -include/mongo/s/writeback_listener.h -include/mongo/scripting/bench.h -include/mongo/scripting/bson_template_evaluator.h -include/mongo/scripting/engine.h -include/mongo/scripting/engine_spidermonkey.h -include/mongo/scripting/engine_spidermonkey_internal.h -include/mongo/scripting/engine_v8.h -include/mongo/scripting/v8_db.h -include/mongo/scripting/v8_deadline_monitor.h -include/mongo/scripting/v8_profiler.h -include/mongo/scripting/v8_utils.h -include/mongo/server.h -include/mongo/shell/linenoise.h -include/mongo/shell/linenoise_utf8.h -include/mongo/shell/mk_wcwidth.h -include/mongo/shell/shell_utils.h -include/mongo/shell/shell_utils_extended.h -include/mongo/shell/shell_utils_launcher.h -include/mongo/targetver.h -include/mongo/util/admin_access.h -include/mongo/util/alignedbuilder.h -include/mongo/util/allocator.h -include/mongo/util/array.h -include/mongo/util/assert_util.h -include/mongo/util/background.h -include/mongo/util/base64.h -include/mongo/util/bson_util.h -include/mongo/util/bufreader.h -include/mongo/util/checksum.h -include/mongo/util/compress.h -include/mongo/util/concurrency/list.h -include/mongo/util/concurrency/mapsf.h -include/mongo/util/concurrency/msg.h -include/mongo/util/concurrency/mutex.h -include/mongo/util/concurrency/mutexdebugger.h -include/mongo/util/concurrency/mvar.h -include/mongo/util/concurrency/qlock.h -include/mongo/util/concurrency/race.h -include/mongo/util/concurrency/rwlock.h -include/mongo/util/concurrency/rwlockimpl.h -include/mongo/util/concurrency/shared_mutex_win.hpp -include/mongo/util/concurrency/simplerwlock.h -include/mongo/util/concurrency/spin_lock.h -include/mongo/util/concurrency/synchronization.h -include/mongo/util/concurrency/task.h -include/mongo/util/concurrency/thread_pool.h -include/mongo/util/concurrency/threadlocal.h -include/mongo/util/concurrency/ticketholder.h -include/mongo/util/concurrency/value.h -include/mongo/util/debug_util.h -include/mongo/util/descriptive_stats-inl.h -include/mongo/util/descriptive_stats.h -include/mongo/util/elapsed_tracker.h -include/mongo/util/embedded_builder.h -include/mongo/util/exception_filter_win32.h -include/mongo/util/exit_code.h -include/mongo/util/fail_point.h -include/mongo/util/fail_point_registry.h -include/mongo/util/fail_point_service.h -include/mongo/util/file.h -include/mongo/util/file_allocator.h -include/mongo/util/goodies.h -include/mongo/util/hashtab.h -include/mongo/util/heapcheck.h -include/mongo/util/hex.h -include/mongo/util/histogram.h -include/mongo/util/intrusive_counter.h -include/mongo/util/log.h -include/mongo/util/logfile.h -include/mongo/util/lruishmap.h -include/mongo/util/map_util.h -include/mongo/util/md5.h -include/mongo/util/md5.hpp -include/mongo/util/mmap.h -include/mongo/util/mongoutils/checksum.h -include/mongo/util/mongoutils/hash.h -include/mongo/util/mongoutils/html.h -include/mongo/util/mongoutils/str.h -include/mongo/util/moveablebuffer.h -include/mongo/util/net/hostandport.h -include/mongo/util/net/httpclient.h -include/mongo/util/net/listen.h -include/mongo/util/net/message.h -include/mongo/util/net/message_port.h -include/mongo/util/net/message_server.h -include/mongo/util/net/miniwebserver.h -include/mongo/util/net/sock.h -include/mongo/util/net/ssl_manager.h -include/mongo/util/ntservice.h -include/mongo/util/optime.h -include/mongo/util/password.h -include/mongo/util/paths.h -include/mongo/util/processinfo.h -include/mongo/util/progress_meter.h -include/mongo/util/queue.h -include/mongo/util/ramlog.h -include/mongo/util/safe_num.h -include/mongo/util/scopeguard.h -include/mongo/util/sequence_util.h -include/mongo/util/signal_handlers.h -include/mongo/util/stack_introspect.h -include/mongo/util/stacktrace.h -include/mongo/util/startup_test.h -include/mongo/util/string_map.h -include/mongo/util/string_map_internal.h -include/mongo/util/string_writer.h -include/mongo/util/stringutils.h -include/mongo/util/systeminfo.h -include/mongo/util/text.h -include/mongo/util/time_support.h -include/mongo/util/timer-generic-inl.h -include/mongo/util/timer-inl.h -include/mongo/util/timer-posixclock-inl.h -include/mongo/util/timer-win32-inl.h -include/mongo/util/timer.h -include/mongo/util/touch_pages.h -include/mongo/util/trace.h -include/mongo/util/unordered_fast_key_table.h -include/mongo/util/unordered_fast_key_table_internal.h -include/mongo/util/version.h -include/mongo/util/winutil.h -lib/libmongoclient.a -lib/libmongoclient.so -@dirrm include/mongo/base -@dirrm include/mongo/bson/util -@dirrm include/mongo/bson -@dirrm include/mongo/client -@dirrm include/mongo/db/auth -@dirrm include/mongo/db/ops -@dirrm include/mongo/db/repl -@dirrm include/mongo/db/stats -@dirrm include/mongo/db -@dirrm include/mongo/platform -@dirrm include/mongo/s -@dirrm include/mongo/scripting -@dirrm include/mongo/shell -@dirrm include/mongo/util/concurrency -@dirrm include/mongo/util/mongoutils -@dirrm include/mongo/util/net -@dirrm include/mongo/util -@dirrm include/mongo