Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 08:09:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497806 - branches/2019Q2/polish/ekg
Message-ID:  <201904040809.x3489wiD037845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  4 08:09:58 2019
New Revision: 497806
URL: https://svnweb.freebsd.org/changeset/ports/497806

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

Modified:
  branches/2019Q2/polish/ekg/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/polish/ekg/Makefile
==============================================================================
--- branches/2019Q2/polish/ekg/Makefile	Thu Apr  4 08:09:26 2019	(r497805)
+++ branches/2019Q2/polish/ekg/Makefile	Thu Apr  4 08:09:58 2019	(r497806)
@@ -36,7 +36,14 @@ ASPELL_RUN_DEPENDS=	pl-aspell>0:polish/aspell
 OPENSSL_USES=		ssl
 OPENSSL_CONFIGURE_OFF=	--without-openssl
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
+BROKEN_FreeBSD_13=	variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
+.endif
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ekg
 
-.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?201904040809.x3489wiD037845>