git: 617a8b4cd8dc - main - databases/mongodb40: switch to bundled old boost
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 20:17:39 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=617a8b4cd8dca0ef1563a1727540a99d91eaba45 commit 617a8b4cd8dca0ef1563a1727540a99d91eaba45 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-05-22 18:28:57 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-05-22 20:17:03 +0000 databases/mongodb40: switch to bundled old boost PR: 246106 --- databases/mongodb40/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mongodb40/Makefile b/databases/mongodb40/Makefile index 6cef7bc3001d..4617de24ca20 100644 --- a/databases/mongodb40/Makefile +++ b/databases/mongodb40/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 4.0.28 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -22,12 +23,11 @@ ONLY_FOR_ARCHS_REASON= only supported on amd64, aarch64, and powerpc64le; i386 d BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ ${LOCALBASE}/bin/ar:devel/binutils -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libpcre.so:devel/pcre \ +LIB_DEPENDS= libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ 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= mongodb36 mongodb4[24] mongodb50 @@ -37,7 +37,7 @@ 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 \