View | Details | Raw Unified | Return to bug 242002 | Differences between
and this patch

Collapse All | Expand All

(-)databases/Makefile (+1 lines)
Lines 200-205 Link Here
200
    SUBDIR += mongodb36-tools
200
    SUBDIR += mongodb36-tools
201
    SUBDIR += mongodb40
201
    SUBDIR += mongodb40
202
    SUBDIR += mongodb40-tools
202
    SUBDIR += mongodb40-tools
203
    SUBDIR += mongodb42
203
    SUBDIR += mroonga
204
    SUBDIR += mroonga
204
    SUBDIR += mtools-mongodb
205
    SUBDIR += mtools-mongodb
205
    SUBDIR += mtop
206
    SUBDIR += mtop
(-)databases/mongodb34/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
USES=		compiler:c++14-lang cpe dos2unix python:build scons
32
USES=		compiler:c++14-lang cpe dos2unix python:build scons
33
33
34
CONFLICTS_BUILD=	mongo-cxx-driver
34
CONFLICTS_BUILD=	mongo-cxx-driver
35
CONFLICTS_INSTALL=	mongodb36 mongodb40
35
CONFLICTS_INSTALL=	mongodb36 mongodb4[02]
36
36
37
DOS2UNIX_FILES=	src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h
37
DOS2UNIX_FILES=	src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h
38
38
(-)databases/mongodb36/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
USE_RC_SUBR=	mongod
31
USE_RC_SUBR=	mongod
32
32
33
CONFLICTS_BUILD=	mongo-cxx-driver
33
CONFLICTS_BUILD=	mongo-cxx-driver
34
CONFLICTS_INSTALL=	mongodb34 mongodb40
34
CONFLICTS_INSTALL=	mongodb34 mongodb4[02]
35
35
36
SHEBANG_FILES=	src/mongo/installer/compass/install_compass.in
36
SHEBANG_FILES=	src/mongo/installer/compass/install_compass.in
37
python_OLD_CMD=	@python_interpreter@
37
python_OLD_CMD=	@python_interpreter@
(-)databases/mongodb40/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
USE_RC_SUBR=	mongod
33
USE_RC_SUBR=	mongod
34
34
35
CONFLICTS_BUILD=	mongo-cxx-driver
35
CONFLICTS_BUILD=	mongo-cxx-driver
36
CONFLICTS_INSTALL=	mongodb3[46]
36
CONFLICTS_INSTALL=	mongodb3[46] mongodb42
37
37
38
SHEBANG_FILES=	src/mongo/installer/compass/install_compass.in
38
SHEBANG_FILES=	src/mongo/installer/compass/install_compass.in
39
python_OLD_CMD=	@python_interpreter@
39
python_OLD_CMD=	@python_interpreter@

Return to bug 242002