Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 12:29:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497823 - head/security/keynote
Message-ID:  <201904041229.x34CTr3R074440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904041229.x34CTr3R074440>