svn commit: r498193 - head/security/openscep
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 19:57:22 UTC 2019
Author: antoine
Date: Sat Apr 6 19:57:21 2019
New Revision: 498193
URL: https://svnweb.freebsd.org/changeset/ports/498193
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/security/openscep/Makefile
Modified: head/security/openscep/Makefile
==============================================================================
--- head/security/openscep/Makefile Sat Apr 6 19:55:23 2019 (r498192)
+++ head/security/openscep/Makefile Sat Apr 6 19:57:21 2019 (r498193)
@@ -32,6 +32,11 @@ SUB_LIST= CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_C
.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
More information about the svn-ports-head
mailing list