git: b098774a3d4a - main - devel/py-bsd: mark broken on FreeBSD >= 13
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Apr 30 14:08:30 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b098774a3d4a1c9f7901cd97fda9dc4a6bf32289
commit b098774a3d4a1c9f7901cd97fda9dc4a6bf32289
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-30 12:15:12 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-30 14:06:38 +0000
devel/py-bsd: mark broken on FreeBSD >= 13
Approved by: portmgr blanket
---
devel/py-bsd/Makefile | 3 +++
1 file changed, 3 insertions(+)
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}
More information about the dev-commits-ports-all
mailing list