svn commit: r497826 - branches/2019Q2/security/keynote

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 12:33:43 UTC 2019


Author: antoine
Date: Thu Apr  4 12:33:42 2019
New Revision: 497826
URL: https://svnweb.freebsd.org/changeset/ports/497826

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

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

Modified: branches/2019Q2/security/keynote/Makefile
==============================================================================
--- branches/2019Q2/security/keynote/Makefile	Thu Apr  4 12:33:09 2019	(r497825)
+++ branches/2019Q2/security/keynote/Makefile	Thu Apr  4 12:33:42 2019	(r497826)
@@ -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-all mailing list