Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2021 14:08:30 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b098774a3d4a - main - devel/py-bsd: mark broken on FreeBSD >= 13
Message-ID:  <202104301408.13UE8U8d013231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b098774a3d4a1c9f7901cd97fda9dc4a6bf32289

commit b098774a3d4a1c9f7901cd97fda9dc4a6bf32289
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-30 12:15:12 +0000
Commit:     Dmitry Marakasov <amdmi3@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104301408.13UE8U8d013231>