svn commit: r497823 - head/security/keynote

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 12:29:53 UTC 2019


Author: antoine
Date: Thu Apr  4 12:29:52 2019
New Revision: 497823
URL: https://svnweb.freebsd.org/changeset/ports/497823

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

Modified:
  head/security/keynote/Makefile

Modified: head/security/keynote/Makefile
==============================================================================
--- head/security/keynote/Makefile	Thu Apr  4 12:28:29 2019	(r497822)
+++ head/security/keynote/Makefile	Thu Apr  4 12:29:52 2019	(r497823)
@@ -26,6 +26,13 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct evp_pkey_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct evp_pkey_st'
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/keynote ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/keynote.h ${STAGEDIR}${PREFIX}/include
@@ -40,4 +47,4 @@ do-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/HOWTO.add.crypto ${WRKSRC}/TODO \
 		${WRKSRC}/doc/rfc*.txt ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list