Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 16:40:36 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8414820f7d82 - 2021Q2 - security/openscep: extend BROKEN to FreeBSD 14
Message-ID:  <202104261640.13QGeagA088096@gitrepo.freebsd.org>

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

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

commit 8414820f7d82049f8970499fd181274d8dc8e1e4
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-26 16:36:57 +0000
Commit:     Dmitry Marakasov <amdmi3@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*}



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