git: b7666ce44b78 - main - security/openscep: extend BROKEN to FreeBSD 14
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Apr 26 16:40:37 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b7666ce44b789aac63b8efbafed9cd79b640ec15
commit b7666ce44b789aac63b8efbafed9cd79b640ec15
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:39:21 +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