git: 8414820f7d82 - 2021Q2 - security/openscep: extend BROKEN to FreeBSD 14
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Apr 26 16:40:36 UTC 2021
The branch 2021Q2 has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8414820f7d82049f8970499fd181274d8dc8e1e4
commit 8414820f7d82049f8970499fd181274d8dc8e1e4
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-26 16:36:57 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-26 16:37:50 +0000
security/openscep: extend BROKEN to FreeBSD 14
---
security/openscep/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/openscep/Makefile b/security/openscep/Makefile
index 6048d2887dad..75901800abbb 100644
--- a/security/openscep/Makefile
+++ b/security/openscep/Makefile
@@ -34,6 +34,7 @@ SUB_LIST= CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_CONF_FILES}"
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= unexpected type name 'issuer_and_subject_t': expected expression
BROKEN_FreeBSD_13= unexpected type name 'issuer_and_subject_t': expected expression
+BROKEN_FreeBSD_14= unexpected type name 'issuer_and_subject_t': expected expression
.endif
.if ${SSL_DEFAULT:Mlibressl*}
More information about the dev-commits-ports-all
mailing list