Date: Sat, 6 Apr 2019 19:48:36 +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: r498184 - branches/2019Q2/polish/ekg2 Message-ID: <201904061948.x36JmaLx073613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 19:48:36 2019 New Revision: 498184 URL: https://svnweb.freebsd.org/changeset/ports/498184 Log: MFH: r498183 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/polish/ekg2/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/polish/ekg2/Makefile ============================================================================== --- branches/2019Q2/polish/ekg2/Makefile Sat Apr 6 19:48:15 2019 (r498183) +++ branches/2019Q2/polish/ekg2/Makefile Sat Apr 6 19:48:36 2019 (r498184) @@ -81,6 +81,13 @@ UNICODE_CONFIGURE_ENABLE= unicode XOSD_CONFIGURE_WITH= libxosd XOSD_LIB_DEPENDS= libxosd.so:misc/xosd +.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-patch: # needs newer headers for O_NOFOLLOW flag @${REINPLACE_CMD} '/_XOPEN_SOURCE/ s|600|700|' \ @@ -90,4 +97,4 @@ post-patch-UNICODE-on: @${REINPLACE_CMD} -e 's|ncursesw/||' ${WRKSRC}/configure \ ${WRKSRC}/plugins/ncurses/ecurses.h -.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?201904061948.x36JmaLx073613>