Lines 1-6
Link Here
|
1 |
PORTNAME= mongodb |
1 |
PORTNAME= mongodb |
2 |
DISTVERSIONPREFIX= r |
2 |
DISTVERSIONPREFIX= r |
3 |
DISTVERSION= 4.2.13 |
3 |
DISTVERSION= 4.2.14 |
4 |
CATEGORIES= databases net |
4 |
CATEGORIES= databases net |
5 |
MASTER_SITES= https://fastdl.mongodb.org/src/ \ |
5 |
MASTER_SITES= https://fastdl.mongodb.org/src/ \ |
6 |
http://fastdl.mongodb.org/src/ |
6 |
http://fastdl.mongodb.org/src/ |
Lines 29-35
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
Link Here
|
29 |
libcurl.so:ftp/curl \ |
29 |
libcurl.so:ftp/curl \ |
30 |
libsnappy.so:archivers/snappy |
30 |
libsnappy.so:archivers/snappy |
31 |
|
31 |
|
32 |
USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix |
32 |
USES= compiler:c++17-lang cpe python:3.5+,build scons |
33 |
USE_RC_SUBR= mongod |
33 |
USE_RC_SUBR= mongod |
34 |
|
34 |
|
35 |
CONFLICTS_BUILD= mongo-cxx-driver |
35 |
CONFLICTS_BUILD= mongo-cxx-driver |
Lines 38-45
CONFLICTS_INSTALL= mongodb36 mongodb4[04]
Link Here
|
38 |
OPTIONS_DEFINE= LTO SASL SSL |
38 |
OPTIONS_DEFINE= LTO SASL SSL |
39 |
OPTIONS_DEFAULT=LTO SASL SSL |
39 |
OPTIONS_DEFAULT=LTO SASL SSL |
40 |
|
40 |
|
41 |
SHEBANG_FILES= src/mongo/installer/compass/install_compass.in |
|
|
42 |
python_OLD_CMD= @python_interpreter@ |
43 |
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ |
41 |
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ |
44 |
--use-system-zlib \ |
42 |
--use-system-zlib \ |
45 |
--use-system-pcre \ |
43 |
--use-system-pcre \ |