aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-30 12:15:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-30 14:06:38 +0000
commitb098774a3d4a1c9f7901cd97fda9dc4a6bf32289 (patch)
tree8a126ff1cc2194f0d907e1f2e4df0647ff43e877
parentf5408c30ca8d5c04125f2c96e2aef0a9d8dba5ce (diff)
downloadports-b098774a3d4a1c9f7901cd97fda9dc4a6bf32289.tar.gz
ports-b098774a3d4a1c9f7901cd97fda9dc4a6bf32289.zip
devel/py-bsd: mark broken on FreeBSD >= 13
Approved by: portmgr blanket
-rw-r--r--devel/py-bsd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-bsd/Makefile b/devel/py-bsd/Makefile
index 4c5eb8594256..494b4b46ff61 100644
--- a/devel/py-bsd/Makefile
+++ b/devel/py-bsd/Makefile
@@ -8,6 +8,9 @@ COMMENT= Python wrappers for various BSD libc and system calls
LICENSE= BSD3CLAUSE
+BROKEN_FreeBSD_13= does not build: use of undeclared identifier 'PS_FST_TYPE_CRYPTO'
+BROKEN_FreeBSD_14= does not build: use of undeclared identifier 'PS_FST_TYPE_CRYPTO'
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}