svn commit: r497805 - head/polish/ekg
Antoine Brodin
antoine at FreeBSD.org
Thu Apr 4 08:09:27 UTC 2019
Author: antoine
Date: Thu Apr 4 08:09:26 2019
New Revision: 497805
URL: https://svnweb.freebsd.org/changeset/ports/497805
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/polish/ekg/Makefile
Modified: head/polish/ekg/Makefile
==============================================================================
--- head/polish/ekg/Makefile Thu Apr 4 08:08:02 2019 (r497804)
+++ head/polish/ekg/Makefile Thu Apr 4 08:09:26 2019 (r497805)
@@ -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>
More information about the svn-ports-head
mailing list