Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-06 19:57:21 +00:00
parent 8d9614814b
commit 475f4e832d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498193

View File

@ -32,6 +32,11 @@ SUB_LIST= CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_CONF_FILES}"
.include <bsd.port.pre.mk>
.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