1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-04 08:09:26 +00:00
parent b0a4a16047
commit cdaa1ce67a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497805

View File

@ -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>