svn commit: r498183 - head/polish/ekg2

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:48:16 UTC 2019


Author: antoine
Date: Sat Apr  6 19:48:15 2019
New Revision: 498183
URL: https://svnweb.freebsd.org/changeset/ports/498183

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

Modified:
  head/polish/ekg2/Makefile

Modified: head/polish/ekg2/Makefile
==============================================================================
--- head/polish/ekg2/Makefile	Sat Apr  6 19:47:16 2019	(r498182)
+++ head/polish/ekg2/Makefile	Sat Apr  6 19:48:15 2019	(r498183)
@@ -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>


More information about the svn-ports-all mailing list