svn commit: r498194 - branches/2019Q2/security/openscep

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:57:40 UTC 2019


Author: antoine
Date: Sat Apr  6 19:57:38 2019
New Revision: 498194
URL: https://svnweb.freebsd.org/changeset/ports/498194

Log:
  MFH: r498193
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/security/openscep/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/openscep/Makefile
==============================================================================
--- branches/2019Q2/security/openscep/Makefile	Sat Apr  6 19:57:21 2019	(r498193)
+++ branches/2019Q2/security/openscep/Makefile	Sat Apr  6 19:57:38 2019	(r498194)
@@ -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-all mailing list