- 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)
- Attached a patch to fix the TERM handling issue in SConstruct [1]
- Added "ldconfig" to the rc.d script to start mongod correctly if running in a jail [1]
- Remove unsupported FreeBSD version stuff
- Replace pkg-install and pkg-deinstall with USERS and GROUPS in Makefile
PR: ports/156297 [1]
Submitted by: Mirko Zinn <mail AT derzinn.de> (maintainer)
- Instead of replace all /usr/local occourences on SConstruct file, use --prefix
argument
- Get rid of manual installation and use scons install instead
- Strip binaries on FreeBSD as scons were doing for solaris end linux
- Add a new OPTION (off by default) called DEVEL to install library and header
files, it's useful when you need to link binaries against libmongoclient
- Bump PORTREVISION since pkg-plist has changed
PR: ports/153525
Submitted by: garga@
Approved by: maintainer
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140144 [1]
ports/140257 [2]
ports/140489 [1]
Submitted by: Mirko Zinn <mail@derzinn.de> [1]
Ivan Voras <ivoras@FreeBSD.org> [2]