databases/mongodb36: allow build with python 3
PR: 249597 Submitted by: mikael Reported by: swills Reviewed by: Ronald Klop <ronald-lists@klop.ws> Approved by: dev@dudu.ro (maintainer)
This commit is contained in:
parent
c827230bc7
commit
38b9790db6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553254
2 changed files with 1979 additions and 2 deletions
|
@ -23,14 +23,14 @@ LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)"
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.4.4:devel/py-cheetah@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \
|
||||
${PY_TYPING} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libpcre.so:devel/pcre \
|
||||
libsnappy.so:archivers/snappy
|
||||
|
||||
USES= compiler:c++14-lang cpe python:2.7,build scons:python2 shebangfix
|
||||
USES= compiler:c++14-lang cpe python:3.5+,build scons shebangfix
|
||||
USE_RC_SUBR= mongod
|
||||
|
||||
CONFLICTS_BUILD= mongo-cxx-driver
|
||||
|
|
1977
databases/mongodb36/files/patch-python3
Normal file
1977
databases/mongodb36/files/patch-python3
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue