git: b3409f4fb0c5 - main - databases/mongodb36: switch to bundled old boost
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 20:17:37 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3409f4fb0c5c537d7cc0631388c970072e32a88 commit b3409f4fb0c5c537d7cc0631388c970072e32a88 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-05-22 18:27:51 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-05-22 20:17:03 +0000 databases/mongodb36: switch to bundled old boost PR: 246106 --- databases/mongodb36/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mongodb36/Makefile b/databases/mongodb36/Makefile index 4e049e73ba91..1d48fa876482 100644 --- a/databases/mongodb36/Makefile +++ b/databases/mongodb36/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 3.6.23 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -22,11 +23,10 @@ ONLY_FOR_ARCHS_REASON= only supported on amd64 and aarch64; i386 deprecated in v BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libpcre.so:devel/pcre \ +LIB_DEPENDS= libpcre.so:devel/pcre \ libsnappy.so:archivers/snappy -USES= compiler:c++14-lang cpe python:3.5+,build scons shebangfix +USES= compiler:c++14-lang cpe python:3.7+,build scons shebangfix USE_RC_SUBR= mongod CONFLICTS_INSTALL= mongodb4[024] @@ -35,7 +35,7 @@ SHEBANG_FILES= src/mongo/installer/compass/install_compass.in python_OLD_CMD= @python_interpreter@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --use-system-pcre --use-system-snappy \ - --use-system-boost --use-system-zlib \ + --use-system-zlib \ --cxx-std=14 --libc++ \ --runtime-hardening=on \ --disable-warnings-as-errors \