mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- use bundled boost lib, since 1.52 from ports make mongod segfaulting - set LICENSE - use V8 Javascript engine by default (SM still an option, deprecated) - make SSL optional (ON by default) - add support for running regression tests - enhance rc script - add support for ccache - install c++ driver / client library - take maintainership Approved by: maintainer timeout (> 6 months)
11 lines
417 B
C++
11 lines
417 B
C++
--- src/mongo/scripting/engine_spidermonkey.cpp.orig 2013-03-15 19:59:55.000000000 +0100
|
|
+++ src/mongo/scripting/engine_spidermonkey.cpp 2013-03-22 17:54:19.000000000 +0100
|
|
@@ -25,7 +25,7 @@
|
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
|
#endif
|
|
|
|
-#include <third_party/js-1.7/jsdate.h>
|
|
+#include <jsdate.h>
|
|
|
|
#include "mongo/scripting/engine_spidermonkey_internal.h"
|
|
#include "mongo/util/mongoutils/str.h"
|