MFH: r498036

- Mark broken on FreeBSD 12+ (does not build with openssl 1.1)
- Document incompatibility with python 3.7+

Approved by:	portmgr blanket
This commit is contained in:
Antoine Brodin 2019-04-06 07:45:52 +00:00
parent b837134d65
commit a0b5a368ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498060
1 changed files with 4 additions and 1 deletions

View File

@ -15,10 +15,13 @@ COMMENT= Deduplicating backup program
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_12= does not build with OpenSSL 1.1
BROKEN_FreeBSD_13= does not build with OpenSSL 1.1
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:devel/py-msgpack@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:devel/py-msgpack@${PY_FLAVOR}
USES= python:3.3+ ssl
USES= python:3.3-3.6 ssl
USE_PYTHON= autoplist distutils
PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER}