From 475f4e832dff76decdad932d017c795c45cbbc81 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 6 Apr 2019 19:57:21 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- security/openscep/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 8ba96c61cda6..ac429001ef14 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -32,6 +32,11 @@ SUB_LIST= CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_CONF_FILES}" .include +.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 +.endif + .if ${SSL_DEFAULT:Mlibressl*} IGNORE= Detected LibreSSL (unknown ASN1 functions) .endif